Mock Version: 2.8 Mock Version: 2.8 Mock Version: 2.8 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python3.11.spec'], chrootPath='/var/lib/mock/c9s-build-309672-199923/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=992gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python3.11.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 444: %endif # with main_python warning: extra tokens at the end of %endif directive in line 615: %endif # with debug_build warning: extra tokens at the end of %endif directive in line 762: %endif # with debug_build warning: extra tokens at the end of %endif directive in line 799: %endif # with gdb_hooks warning: extra tokens at the end of %endif directive in line 834: %endif # with gdb_hooks warning: extra tokens at the end of %endif directive in line 867: %endif # with debug_build warning: extra tokens at the end of %endif directive in line 1102: %endif # with debug_build warning: extra tokens at the end of %endif directive in line 1105: %endif # with tests warning: extra tokens at the end of %endif directive in line 1581: %endif # with debug_build Building target platforms: aarch64 Building for target aarch64 setting SOURCE_DATE_EPOCH=1670889600 Wrote: /builddir/build/SRPMS/python3.11-3.11.1-1.el9.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/python3.11.spec'], chrootPath='/var/lib/mock/c9s-build-309672-199923/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=992gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/python3.11.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 444: %endif # with main_python warning: extra tokens at the end of %endif directive in line 615: %endif # with debug_build warning: extra tokens at the end of %endif directive in line 762: %endif # with debug_build warning: extra tokens at the end of %endif directive in line 799: %endif # with gdb_hooks warning: extra tokens at the end of %endif directive in line 834: %endif # with gdb_hooks warning: extra tokens at the end of %endif directive in line 867: %endif # with debug_build warning: extra tokens at the end of %endif directive in line 1102: %endif # with debug_build warning: extra tokens at the end of %endif directive in line 1105: %endif # with tests warning: extra tokens at the end of %endif directive in line 1581: %endif # with debug_build Building target platforms: aarch64 Building for target aarch64 setting SOURCE_DATE_EPOCH=1670889600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.amibkE + umask 022 + cd /builddir/build/BUILD + /usr/lib/rpm/redhat/gpgverify --keyring=/builddir/build/SOURCES/pgp_keys.asc --signature=/builddir/build/SOURCES/Python-3.11.1.tar.xz.asc --data=/builddir/build/SOURCES/Python-3.11.1.tar.xz gpgv: Signature made Tue Dec 6 19:20:59 2022 UTC gpgv: using RSA key CFDCA245B1043CF2A5F97865FFE87404168BD847 gpgv: Good signature from "Pablo Galindo Salgado " + cd /builddir/build/BUILD + rm -rf Python-3.11.1 + /usr/bin/xz -dc /builddir/build/SOURCES/Python-3.11.1.tar.xz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Python-3.11.1 + /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.11-3.11.1 base' + /usr/bin/cat /builddir/build/SOURCES/00001-rpath.patch + /usr/bin/git am --reject -q Checking patch Lib/distutils/unixccompiler.py... Applied patch Lib/distutils/unixccompiler.py cleanly. + /usr/bin/cat /builddir/build/SOURCES/00251-change-user-install-location.patch + /usr/bin/git am --reject -q Checking patch Lib/distutils/command/install.py... Checking patch Lib/site.py... Checking patch Lib/sysconfig.py... Checking patch Lib/test/test_sysconfig.py... Applied patch Lib/distutils/command/install.py cleanly. Applied patch Lib/site.py cleanly. Applied patch Lib/sysconfig.py cleanly. Applied patch Lib/test/test_sysconfig.py cleanly. + /usr/bin/cat /builddir/build/SOURCES/00328-pyc-timestamp-invalidation-mode.patch + /usr/bin/git am --reject -q Checking patch Lib/py_compile.py... Checking patch Lib/test/test_py_compile.py... Applied patch Lib/py_compile.py cleanly. Applied patch Lib/test/test_py_compile.py cleanly. + /usr/bin/cat /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/bin/cat /builddir/build/SOURCES/00395-gh-100133-fix-asyncio-subprocess-losing-stderr-and-stdout-output.patch + /usr/bin/git am --reject -q Checking patch Lib/asyncio/base_subprocess.py... Checking patch Lib/test/test_asyncio/test_subprocess.py... Checking patch Misc/NEWS.d/next/Library/2022-12-10-08-36-07.gh-issue-100133.g-zQlp.rst... Applied patch Lib/asyncio/base_subprocess.py cleanly. Applied patch Lib/test/test_asyncio/test_subprocess.py cleanly. Applied patch Misc/NEWS.d/next/Library/2022-12-10-08-36-07.gh-issue-100133.g-zQlp.rst cleanly. + /usr/bin/cat /builddir/build/SOURCES/00396-gh-100160-remove-any-deprecation-warnings-in-asyncio-get_event_loop.patch + /usr/bin/git am --reject -q Checking patch Doc/library/asyncio-eventloop.rst... Checking patch Doc/library/asyncio-policy.rst... Checking patch Doc/whatsnew/3.10.rst... Checking patch Lib/asyncio/events.py... Checking patch Lib/test/test_asyncio/test_events.py... Checking patch Misc/NEWS.d/next/Library/2022-12-21-18-29-24.gh-issue-100160.isBmL5.rst... Applied patch Doc/library/asyncio-eventloop.rst cleanly. Applied patch Doc/library/asyncio-policy.rst cleanly. Applied patch Doc/whatsnew/3.10.rst cleanly. Applied patch Lib/asyncio/events.py cleanly. Applied patch Lib/test/test_asyncio/test_events.py cleanly. Applied patch Misc/NEWS.d/next/Library/2022-12-21-18-29-24.gh-issue-100160.isBmL5.rst cleanly. + 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.5KiKuT + umask 022 + cd /builddir/build/BUILD + cd Python-3.11.1 + export HAS_GIT=not-found + HAS_GIT=not-found + autoconf + autoheader ++ pwd + topdir=/builddir/build/BUILD/Python-3.11.1 + 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 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv' + CFLAGS=' -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv' + 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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-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 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv' + CXXFLAGS=' -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv' ++ 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 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv' + OPT=' -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv' + 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 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv ' + CFLAGS=' -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv ' ++ pkg-config --libs-only-L openssl + export 'LDFLAGS= -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g ' + LDFLAGS=' -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g ' ++ pkg-config --libs-only-L openssl + export 'LDFLAGS_NODIST=-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g ' + LDFLAGS_NODIST='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -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.11.1/build/debug ~/build/BUILD/Python-3.11.1 + 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 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv ' + 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 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv' + export CXXFLAGS + FFLAGS='-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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS=' -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g ' + 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.11.1/configure ++ find /builddir/build/BUILD/Python-3.11.1 -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.11.1/config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f /builddir/build/BUILD/Python-3.11.1/config.sub ++ basename /builddir/build/BUILD/Python-3.11.1/config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub /builddir/build/BUILD/Python-3.11.1/config.sub '/usr/lib/rpm/redhat/config.sub' -> '/builddir/build/BUILD/Python-3.11.1/config.sub' + for i in $(find $(dirname $topdir/configure) -name config.guess -o -name config.sub) ++ basename /builddir/build/BUILD/Python-3.11.1/config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f /builddir/build/BUILD/Python-3.11.1/config.guess ++ basename /builddir/build/BUILD/Python-3.11.1/config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess /builddir/build/BUILD/Python-3.11.1/config.guess '/usr/lib/rpm/redhat/config.guess' -> '/builddir/build/BUILD/Python-3.11.1/config.guess' + '[' 1 = 1 ']' + '[' x '!=' 'x-Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' ']' ++ find . -name ltmain.sh + /builddir/build/BUILD/Python-3.11.1/configure --build=aarch64-redhat-linux-gnu --host=aarch64-redhat-linux-gnu --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-ffi --with-system-libmpdec --enable-loadable-sqlite-extensions --with-dtrace --with-lto --with-ssl-default-suites=openssl --without-static-libpython --with-valgrind --without-ensurepip --with-pydebug configure: WARNING: unrecognized options: --disable-dependency-tracking checking for git... not-found checking build system type... aarch64-redhat-linux-gnu checking host system type... aarch64-redhat-linux-gnu checking for Python interpreter freezing... ./_bootstrap_python checking for python3.11... no checking for python3.10... no checking for python3.9... python3.9 checking Python for regen version... Python 3.9.16 checking for aarch64-redhat-linux-gnu-pkg-config... /usr/bin/aarch64-redhat-linux-gnu-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 aarch64-redhat-linux-gnu-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 we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... 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 ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for --with-cxx-main=... no checking for the platform triplet based on compiler characteristics... aarch64-linux-gnu checking for multiarch... checking for PEP 11 support tier... aarch64-redhat-linux-gnu/gcc has tier 2 (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 aarch64-redhat-linux-gnu-ar... no checking for aarch64-redhat-linux-gnu-aal... no checking for ar... ar checking for aarch64-redhat-linux-gnu-readelf... no checking for readelf... readelf checking for a BSD-compatible install... /usr/bin/install -c checking for a thread-safe 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 aarch64-redhat-linux-gnu-llvm-profdata... no checking for llvm-profdata... 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 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... no 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 alloca.h usability... yes checking alloca.h presence... yes checking for alloca.h... yes checking asm/types.h usability... yes checking asm/types.h presence... yes checking for asm/types.h... yes checking bluetooth.h usability... no checking bluetooth.h presence... no checking for bluetooth.h... no checking conio.h usability... no checking conio.h presence... no checking for conio.h... no checking crypt.h usability... yes checking crypt.h presence... yes checking for crypt.h... yes checking direct.h usability... no checking direct.h presence... no checking for direct.h... no checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking endian.h usability... yes checking endian.h presence... yes checking for endian.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking ieeefp.h usability... no checking ieeefp.h presence... no checking for ieeefp.h... no checking io.h usability... no checking io.h presence... no checking for io.h... no checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking libutil.h usability... no checking libutil.h presence... no checking for libutil.h... no checking linux/auxvec.h usability... yes checking linux/auxvec.h presence... yes checking for linux/auxvec.h... yes checking sys/auxv.h usability... yes checking sys/auxv.h presence... yes checking for sys/auxv.h... yes checking linux/memfd.h usability... yes checking linux/memfd.h presence... yes checking for linux/memfd.h... yes checking linux/random.h usability... yes checking linux/random.h presence... yes checking for linux/random.h... yes checking linux/soundcard.h usability... yes checking linux/soundcard.h presence... yes checking for linux/soundcard.h... yes checking linux/tipc.h usability... yes checking linux/tipc.h presence... yes checking for linux/tipc.h... yes checking linux/wait.h usability... yes checking linux/wait.h presence... yes checking for linux/wait.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking netpacket/packet.h usability... yes checking netpacket/packet.h presence... yes checking for netpacket/packet.h... yes checking poll.h usability... yes checking poll.h presence... yes checking for poll.h... yes checking process.h usability... no checking process.h presence... no checking for process.h... no checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking pty.h usability... yes checking pty.h presence... yes checking for pty.h... yes checking sched.h usability... yes checking sched.h presence... yes checking for sched.h... yes checking setjmp.h usability... yes checking setjmp.h presence... yes checking for setjmp.h... yes checking shadow.h usability... yes checking shadow.h presence... yes checking for shadow.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking spawn.h usability... yes checking spawn.h presence... yes checking for spawn.h... yes checking stropts.h usability... no checking stropts.h presence... no checking for stropts.h... no checking sys/audioio.h usability... no checking sys/audioio.h presence... no checking for sys/audioio.h... no checking sys/bsdtty.h usability... no checking sys/bsdtty.h presence... no checking for sys/bsdtty.h... no checking sys/devpoll.h usability... no checking sys/devpoll.h presence... no checking for sys/devpoll.h... no checking sys/endian.h usability... no checking sys/endian.h presence... no checking for sys/endian.h... no checking sys/epoll.h usability... yes checking sys/epoll.h presence... yes checking for sys/epoll.h... yes checking sys/event.h usability... no checking sys/event.h presence... no checking for sys/event.h... no checking sys/eventfd.h usability... yes checking sys/eventfd.h presence... yes checking for sys/eventfd.h... yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/kern_control.h usability... no checking sys/kern_control.h presence... no checking for sys/kern_control.h... no checking sys/loadavg.h usability... no checking sys/loadavg.h presence... no checking for sys/loadavg.h... no checking sys/lock.h usability... no checking sys/lock.h presence... no checking for sys/lock.h... no checking sys/memfd.h usability... no checking sys/memfd.h presence... no checking for sys/memfd.h... no checking sys/mkdev.h usability... no checking sys/mkdev.h presence... no checking for sys/mkdev.h... no checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking sys/modem.h usability... no checking sys/modem.h presence... no checking for sys/modem.h... no checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/poll.h usability... yes checking sys/poll.h presence... yes checking for sys/poll.h... yes checking sys/random.h usability... yes checking sys/random.h presence... yes checking for sys/random.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/sendfile.h usability... yes checking sys/sendfile.h presence... yes checking for sys/sendfile.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/soundcard.h usability... yes checking sys/soundcard.h presence... yes checking for sys/soundcard.h... yes checking for sys/stat.h... (cached) yes checking sys/statvfs.h usability... yes checking sys/statvfs.h presence... yes checking for sys/statvfs.h... yes checking sys/sys_domain.h usability... no checking sys/sys_domain.h presence... no checking for sys/sys_domain.h... no checking sys/syscall.h usability... yes checking sys/syscall.h presence... yes checking for sys/syscall.h... yes checking sys/sysmacros.h usability... yes checking sys/sysmacros.h presence... yes checking for sys/sysmacros.h... yes checking sys/termio.h usability... no checking sys/termio.h presence... no checking for sys/termio.h... no checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/times.h usability... yes checking sys/times.h presence... yes checking for sys/times.h... yes checking for sys/types.h... (cached) yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... yes checking sys/utsname.h usability... yes checking sys/utsname.h presence... yes checking for sys/utsname.h... yes checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking sys/xattr.h usability... yes checking sys/xattr.h presence... yes checking for sys/xattr.h... yes checking sysexits.h usability... yes checking sysexits.h presence... yes checking for sysexits.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking util.h usability... no checking util.h presence... no checking for util.h... no checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking utmp.h usability... yes checking utmp.h presence... yes checking for utmp.h... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking whether sys/types.h defines makedev... no checking for sys/mkdev.h... (cached) no checking for sys/sysmacros.h... (cached) yes checking bluetooth/bluetooth.h usability... yes checking bluetooth/bluetooth.h presence... 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 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 dyld... no checking for --with-address-sanitizer... no checking for --with-memory-sanitizer... no checking for --with-undefined-behavior-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 for sendfile in -lsendfile... no checking for dlopen in -ldl... yes checking for shl_load in -ldld... no checking uuid.h usability... no checking uuid.h presence... no checking for uuid.h... no checking for LIBUUID... 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 --with-system-ffi... yes configure: WARNING: --with(out)-system-ffi is ignored on this platform checking for --with-system-libmpdec... yes checking for --with-decimal-contextvar... yes checking for decimal libmpdec machine... uint128 checking for LIBNSL... yes checking rpc/rpc.h usability... yes checking rpc/rpc.h presence... yes checking for rpc/rpc.h... yes checking for LIBSQLITE3... yes checking sqlite3.h usability... yes checking sqlite3.h presence... 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_enable_shared_cache 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... no checking for --enable-loadable-sqlite-extensions... yes checking for TCLTK... yes checking gdbm.h usability... yes checking gdbm.h presence... yes checking for gdbm.h... yes checking for gdbm_open in -lgdbm... yes checking ndbm.h usability... yes checking ndbm.h presence... yes checking for ndbm.h... yes checking for dbm_open in -lndbm... no checking for dbm_open in -lgdbm_compat... yes checking gdbm/ndbm.h usability... yes checking gdbm/ndbm.h presence... yes checking for gdbm/ndbm.h... yes checking gdbm-ndbm.h usability... no checking gdbm-ndbm.h presence... no checking for gdbm-ndbm.h... no checking for dbm_open in -lgdbm_compat... (cached) yes checking db.h usability... no checking db.h presence... no checking for db.h... no checking for --with-dbmliborder... gdbm:ndbm:bdb 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 valgrind/valgrind.h usability... yes checking valgrind/valgrind.h presence... 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 checking for linkat... yes checking for lockf... yes checking for lstat... yes checking for lutimes... yes checking for madvise... yes checking for mbrtowc... yes checking for memrchr... yes checking for mkdirat... yes checking for mkfifo... yes checking for mkfifoat... yes checking for mknod... yes checking for mknodat... yes checking for mktime... yes checking for mmap... yes checking for mremap... yes checking for nice... yes checking for openat... yes checking for opendir... yes checking for pathconf... yes checking for pause... yes checking for pipe... yes checking for pipe2... yes checking for plock... no checking for poll... yes checking for posix_fadvise... yes checking for posix_fallocate... yes checking for posix_spawn... yes checking for posix_spawnp... yes checking for pread... yes checking for preadv... yes checking for preadv2... yes checking for pthread_condattr_setclock... yes checking for pthread_init... no checking for pthread_kill... yes checking for pwrite... yes checking for pwritev... yes checking for pwritev2... yes checking for readlink... yes checking for readlinkat... yes checking for readv... yes checking for realpath... yes checking for renameat... yes checking for rtpSpawn... no checking for sched_get_priority_max... yes checking for sched_rr_get_interval... yes checking for sched_setaffinity... yes checking for sched_setparam... yes checking for sched_setscheduler... yes checking for sem_clockwait... yes checking for sem_getvalue... yes checking for sem_open... yes checking for sem_timedwait... yes checking for sem_unlink... yes checking for sendfile... yes checking for setegid... yes checking for seteuid... yes checking for setgid... yes checking for sethostname... yes checking for setitimer... yes checking for setlocale... yes checking for setpgid... yes checking for setpgrp... yes checking for setpriority... yes checking for setregid... yes checking for setresgid... yes checking for setresuid... yes checking for setreuid... yes checking for setsid... yes checking for setuid... yes checking for setvbuf... yes checking for shutdown... yes checking for sigaction... yes checking for sigaltstack... yes checking for sigfillset... yes checking for siginterrupt... yes checking for sigpending... yes checking for sigrelse... yes checking for sigtimedwait... yes checking for sigwait... yes checking for sigwaitinfo... yes checking for snprintf... yes checking for splice... yes checking for strftime... yes checking for strlcpy... no checking for strsignal... yes checking for symlinkat... yes checking for sync... yes checking for sysconf... yes checking for system... yes checking for tcgetpgrp... yes checking for tcsetpgrp... yes checking for tempnam... yes checking for timegm... yes checking for times... yes checking for tmpfile... yes checking for tmpnam... yes checking for tmpnam_r... yes checking for truncate... yes checking for ttyname... yes checking for umask... yes checking for uname... yes checking for unlinkat... yes checking for utimensat... yes checking for utimes... yes checking for vfork... yes checking for wait... yes checking for wait3... yes checking for wait4... yes checking for waitid... yes checking for waitpid... yes checking for wcscoll... yes checking for wcsftime... yes checking for wcsxfrm... yes checking for wmemcmp... yes checking for writev... yes checking whether dirfd is declared... yes checking for chroot... yes checking for link... yes checking for symlink... yes checking for fchdir... yes checking for fsync... yes checking for fdatasync... yes checking for epoll_create... yes checking for epoll_create1... yes checking for kqueue... no checking for prlimit... yes checking for _dyld_shared_cache_contains_path... no checking for memfd_create... yes checking for eventfd... yes checking for ctermid_r... no checking for flock declaration... yes checking for flock... yes checking for flock in -lbsd... no checking for getpagesize... yes checking for broken unsetenv... no checking for true... true checking for inet_aton in -lc... yes checking for chflags... no checking for lchflags... no checking for ZLIB... yes checking for BZIP2... yes checking for LIBLZMA... yes checking for hstrerror... yes checking for getservbyname... yes checking for getservbyport... yes checking for gethostbyname... yes checking for gethostbyaddr... yes checking for getprotobyname... yes checking for inet_aton... yes checking for inet_ntoa... yes checking for inet_pton... yes checking for getpeername... (cached) yes checking for getsockname... yes checking for accept... yes checking for bind... yes checking for connect... yes checking for listen... yes checking for recvfrom... yes checking for sendto... yes checking for setsockopt... yes checking for socket... yes checking for setgroups... yes checking for openpty... yes checking for library containing login_tty... none required checking for forkpty... yes checking for fseek64... no checking for fseeko... yes checking for fstatvfs... yes checking for ftell64... no checking for ftello... yes checking for statvfs... yes checking for dup2... yes checking for getpgrp... yes checking for setpgrp... (cached) yes checking for LIBCRYPT... yes checking for crypt or crypt_r... yes checking for clock_gettime... yes checking for clock_getres... yes checking for clock_settime... yes checking for clock_nanosleep... yes checking for nanosleep... yes checking for major, minor, and makedev... yes checking for getaddrinfo... yes checking getaddrinfo bug... no checking for getnameinfo... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... yes checking for struct stat.st_rdev... yes checking for struct stat.st_blksize... yes checking for struct stat.st_flags... no checking for struct stat.st_gen... no checking for struct stat.st_birthtime... no checking for struct stat.st_blocks... yes checking for struct passwd.pw_gecos... yes checking for struct passwd.pw_passwd... yes checking for siginfo_t.si_band... yes checking for time.h that defines altzone... no checking for addrinfo... yes checking for sockaddr_storage... yes checking for sockaddr_alg... yes checking for an ANSI C-conforming const... yes checking for working signed char... yes checking for prototypes... yes checking for variable length prototypes and stdarg.h... yes checking for socketpair... yes checking if sockaddr has sa_len member... no checking for gethostbyname_r... yes checking gethostbyname_r with 6 args... yes checking for __fpu_control... yes checking for --with-libm=STRING... default LIBM="-lm" checking for --with-libc=STRING... default LIBC="" checking for x64 gcc inline assembler... no checking whether float word ordering is bigendian... no checking whether we can use gcc inline assembler to get and set x87 control word... no checking whether we can use gcc inline assembler to get and set mc68881 fpcr... no checking for x87-style double rounding... no checking for acosh... yes checking for asinh... yes checking for atanh... yes checking for erf... yes checking for erfc... yes checking for expm1... yes checking for log1p... yes checking for log2... yes checking whether POSIX semaphores are enabled... yes checking for broken sem_getvalue... no checking whether RTLD_LAZY is declared... yes checking whether RTLD_NOW is declared... yes checking whether RTLD_GLOBAL is declared... yes checking whether RTLD_LOCAL is declared... yes checking whether RTLD_NODELETE is declared... yes checking whether RTLD_NOLOAD is declared... yes checking whether RTLD_DEEPBIND is declared... yes checking whether RTLD_MEMBER is declared... no checking digit size for Python's longs... no value specified checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking size of wchar_t... 4 checking whether wchar_t is signed... no checking whether wchar_t is usable... yes checking whether byte ordering is bigendian... no checking ABIFLAGS... d checking SOABI... cpython-311d-aarch64-linux-gnu checking LDVERSION... $(VERSION)$(ABIFLAGS) checking for --with-platlibdir... yes checking for --with-wheel-pkg-dir... no checking whether right shift extends the sign bit... yes checking for getc_unlocked() and friends... yes checking how to link readline libs... -lreadline checking whether rl_completion_append_character is declared... yes checking whether rl_completion_suppress_append is declared... yes checking for rl_pre_input_hook in -lreadline... yes checking for rl_completion_display_matches_hook in -lreadline... yes checking for rl_resize_terminal in -lreadline... yes checking for rl_completion_matches in -lreadline... yes checking whether rl_catch_signals is declared... yes checking for append_history in -lreadline... yes checking for broken nice()... no checking for broken poll()... no checking for working tzset()... yes checking for tv_nsec in struct stat... yes checking for tv_nsec2 in struct stat... no checking curses.h usability... yes checking curses.h presence... yes checking for curses.h... yes checking ncurses.h usability... yes checking ncurses.h presence... yes checking for ncurses.h... yes checking for term.h... yes checking whether mvwdelch is an expression... yes checking whether WINDOW has _flags... yes checking for curses function is_pad... yes checking for curses function is_term_resized... yes checking for curses function resize_term... yes checking for curses function resizeterm... yes checking for curses function immedok... yes checking for curses function syncok... yes checking for curses function wchgat... yes checking for curses function filter... yes checking for curses function has_key... yes checking for curses function typeahead... yes checking for curses function use_env... yes configure: checking for device files checking for /dev/ptmx... yes checking for /dev/ptc... no checking for %zd printf() format support... yes checking for socklen_t... yes checking for broken mbstowcs... no checking for --with-computed-gotos... yes checking whether gcc supports computed gotos... yes checking for build directories... done checking for -O2... yes checking for glibc _FORTIFY_SOURCE/memmove bug... no checking for stdatomic.h... yes checking for builtin __atomic_load_n and __atomic_store_n functions... yes checking for ensurepip... no checking if the dirent structure of a d_type field... yes checking for the Linux getrandom() syscall... yes checking for the getrandom() function... yes checking for library containing shm_open... none required checking for shm_open... yes checking for shm_unlink... yes checking for aarch64-redhat-linux-gnu-pkg-config... /usr/bin/aarch64-redhat-linux-gnu-pkg-config checking whether compiling and linking against OpenSSL works... yes checking for --with-openssl-rpath... checking whether OpenSSL provides required ssl module APIs... yes checking whether OpenSSL provides required hashlib module APIs... yes checking for --with-ssl-default-suites... openssl checking for --with-builtin-hashlib-hashes... md5,sha1,sha256,sha512,sha3,blake2 checking for LIBB2... no checking for --disable-test-modules... yes checking for additional Modules/Setup files... checking for stdlib extension module _multiprocessing... yes checking for stdlib extension module _posixshmem... yes checking for stdlib extension module fcntl... yes checking for stdlib extension module mmap... yes checking for stdlib extension module _socket... yes checking for stdlib extension module grp... yes checking for stdlib extension module ossaudiodev... yes checking for stdlib extension module pwd... yes checking for stdlib extension module resource... yes checking for stdlib extension module _scproxy... n/a checking for stdlib extension module spwd... yes checking for stdlib extension module syslog... yes checking for stdlib extension module termios... yes checking for stdlib extension module pyexpat... yes checking for stdlib extension module _elementtree... yes checking for stdlib extension module _md5... yes checking for stdlib extension module _sha1... yes checking for stdlib extension module _sha256... yes checking for stdlib extension module _sha512... yes checking for stdlib extension module _sha3... yes checking for stdlib extension module _blake2... yes checking for stdlib extension module _crypt... yes checking for stdlib extension module _decimal... yes checking for stdlib extension module _gdbm... yes checking for stdlib extension module nis... yes checking for stdlib extension module _sqlite3... yes checking for stdlib extension module _tkinter... yes checking for stdlib extension module _uuid... yes checking for stdlib extension module zlib... yes checking for stdlib extension module _bz2... yes checking for stdlib extension module _lzma... yes checking for stdlib extension module _ssl... yes checking for stdlib extension module _hashlib... yes checking for stdlib extension module _testcapi... yes checking for stdlib extension module _testinternalcapi... yes checking for stdlib extension module _testbuffer... yes checking for stdlib extension module _testimportmultiple... yes checking for stdlib extension module _testmultiphase... yes checking for stdlib extension module _xxtestfuzz... yes checking for stdlib extension module _ctypes_test... yes checking for stdlib extension module xxlimited... yes checking for stdlib extension module xxlimited_35... yes configure: creating ./config.status config.status: creating Makefile.pre config.status: creating Misc/python.pc config.status: creating Misc/python-embed.pc config.status: creating Misc/python-config.sh config.status: creating Modules/Setup.bootstrap config.status: creating Modules/Setup.stdlib config.status: creating Modules/ld_so_aix config.status: creating pyconfig.h configure: WARNING: unrecognized options: --disable-dependency-tracking configure: creating Modules/Setup.local configure: creating Makefile + /usr/bin/make -O -j32 V=1 VERBOSE=1 'EXTRA_CFLAGS=-O0 -Wno-cpp' '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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp' /usr/bin/install -c -m 644 /builddir/build/BUILD/Python-3.11.1/Tools/gdb/libpython.py python-gdb.py sed -e "s,@EXENAME@,/usr/bin/python3.11d," < /builddir/build/BUILD/Python-3.11.1/Misc/python-config.in >python-config.py LC_ALL=C sed -e 's,\$(\([A-Za-z0-9_]*\)),\$\{\1\},g' < Misc/python-config.sh >python-config /usr/bin/mkdir -p Include /usr/bin/dtrace -o Include/pydtrace_probes.h -h -s /builddir/build/BUILD/Python-3.11.1/Include/pydtrace.d : sed in-place edit with POSIX-only tools sed 's/PYTHON_/PyDTrace_/' Include/pydtrace_probes.h > Include/pydtrace_probes.h.tmp mv Include/pydtrace_probes.h.tmp Include/pydtrace_probes.h gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Modules/getpath_noop.o /builddir/build/BUILD/Python-3.11.1/Modules/getpath_noop.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Programs/_freeze_module.o /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Programs/python.o /builddir/build/BUILD/Python-3.11.1/Programs/python.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Parser/token.o /builddir/build/BUILD/Python-3.11.1/Parser/token.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/capsule.o /builddir/build/BUILD/Python-3.11.1/Objects/capsule.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Parser/peg_api.o /builddir/build/BUILD/Python-3.11.1/Parser/peg_api.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/accu.o /builddir/build/BUILD/Python-3.11.1/Objects/accu.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Parser/pegen_errors.o /builddir/build/BUILD/Python-3.11.1/Parser/pegen_errors.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Parser/myreadline.o /builddir/build/BUILD/Python-3.11.1/Parser/myreadline.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/boolobject.o /builddir/build/BUILD/Python-3.11.1/Objects/boolobject.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/cellobject.o /builddir/build/BUILD/Python-3.11.1/Objects/cellobject.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/bytes_methods.o /builddir/build/BUILD/Python-3.11.1/Objects/bytes_methods.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/classobject.o /builddir/build/BUILD/Python-3.11.1/Objects/classobject.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Parser/string_parser.o /builddir/build/BUILD/Python-3.11.1/Parser/string_parser.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Programs/_testembed.o /builddir/build/BUILD/Python-3.11.1/Programs/_testembed.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/enumobject.o /builddir/build/BUILD/Python-3.11.1/Objects/enumobject.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Parser/pegen.o /builddir/build/BUILD/Python-3.11.1/Parser/pegen.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/interpreteridobject.o /builddir/build/BUILD/Python-3.11.1/Objects/interpreteridobject.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/fileobject.o /builddir/build/BUILD/Python-3.11.1/Objects/fileobject.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/complexobject.o /builddir/build/BUILD/Python-3.11.1/Objects/complexobject.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/call.o /builddir/build/BUILD/Python-3.11.1/Objects/call.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/genericaliasobject.o /builddir/build/BUILD/Python-3.11.1/Objects/genericaliasobject.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Parser/action_helpers.o /builddir/build/BUILD/Python-3.11.1/Parser/action_helpers.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/frameobject.o /builddir/build/BUILD/Python-3.11.1/Objects/frameobject.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/iterobject.o /builddir/build/BUILD/Python-3.11.1/Objects/iterobject.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/descrobject.o /builddir/build/BUILD/Python-3.11.1/Objects/descrobject.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Parser/tokenizer.o /builddir/build/BUILD/Python-3.11.1/Parser/tokenizer.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/funcobject.o /builddir/build/BUILD/Python-3.11.1/Objects/funcobject.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/genobject.o /builddir/build/BUILD/Python-3.11.1/Objects/genobject.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/namespaceobject.o /builddir/build/BUILD/Python-3.11.1/Objects/namespaceobject.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/picklebufobject.o /builddir/build/BUILD/Python-3.11.1/Objects/picklebufobject.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/floatobject.o /builddir/build/BUILD/Python-3.11.1/Objects/floatobject.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/codeobject.o /builddir/build/BUILD/Python-3.11.1/Objects/codeobject.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/methodobject.o /builddir/build/BUILD/Python-3.11.1/Objects/methodobject.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/abstract.o /builddir/build/BUILD/Python-3.11.1/Objects/abstract.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/sliceobject.o /builddir/build/BUILD/Python-3.11.1/Objects/sliceobject.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/odictobject.o /builddir/build/BUILD/Python-3.11.1/Objects/odictobject.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/moduleobject.o /builddir/build/BUILD/Python-3.11.1/Objects/moduleobject.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/Python-tokenize.o /builddir/build/BUILD/Python-3.11.1/Python/Python-tokenize.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/asdl.o /builddir/build/BUILD/Python-3.11.1/Python/asdl.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/rangeobject.o /builddir/build/BUILD/Python-3.11.1/Objects/rangeobject.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/obmalloc.o /builddir/build/BUILD/Python-3.11.1/Objects/obmalloc.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/structseq.o /builddir/build/BUILD/Python-3.11.1/Objects/structseq.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/bytearrayobject.o /builddir/build/BUILD/Python-3.11.1/Objects/bytearrayobject.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/exceptions.o /builddir/build/BUILD/Python-3.11.1/Objects/exceptions.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/tupleobject.o /builddir/build/BUILD/Python-3.11.1/Objects/tupleobject.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/unionobject.o /builddir/build/BUILD/Python-3.11.1/Objects/unionobject.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/dynamic_annotations.o /builddir/build/BUILD/Python-3.11.1/Python/dynamic_annotations.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/listobject.o /builddir/build/BUILD/Python-3.11.1/Objects/listobject.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/object.o /builddir/build/BUILD/Python-3.11.1/Objects/object.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/_warnings.o /builddir/build/BUILD/Python-3.11.1/Python/_warnings.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/memoryobject.o /builddir/build/BUILD/Python-3.11.1/Objects/memoryobject.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/getcompiler.o /builddir/build/BUILD/Python-3.11.1/Python/getcompiler.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/ast_unparse.o /builddir/build/BUILD/Python-3.11.1/Python/ast_unparse.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/getcopyright.o /builddir/build/BUILD/Python-3.11.1/Python/getcopyright.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/weakrefobject.o /builddir/build/BUILD/Python-3.11.1/Objects/weakrefobject.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/frozenmain.o /builddir/build/BUILD/Python-3.11.1/Python/frozenmain.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/ast.o /builddir/build/BUILD/Python-3.11.1/Python/ast.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -DPLATFORM='"linux"' -o Python/getplatform.o /builddir/build/BUILD/Python-3.11.1/Python/getplatform.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/getversion.o /builddir/build/BUILD/Python-3.11.1/Python/getversion.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/future.o /builddir/build/BUILD/Python-3.11.1/Python/future.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/setobject.o /builddir/build/BUILD/Python-3.11.1/Objects/setobject.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/pyfpe.o /builddir/build/BUILD/Python-3.11.1/Python/pyfpe.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/unicodectype.o /builddir/build/BUILD/Python-3.11.1/Objects/unicodectype.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/bytesobject.o /builddir/build/BUILD/Python-3.11.1/Objects/bytesobject.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/hashtable.o /builddir/build/BUILD/Python-3.11.1/Python/hashtable.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/ast_opt.o /builddir/build/BUILD/Python-3.11.1/Python/ast_opt.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/frame.o /builddir/build/BUILD/Python-3.11.1/Python/frame.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/mysnprintf.o /builddir/build/BUILD/Python-3.11.1/Python/mysnprintf.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/pyctype.o /builddir/build/BUILD/Python-3.11.1/Python/pyctype.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/mystrtoul.o /builddir/build/BUILD/Python-3.11.1/Python/mystrtoul.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -I. -o Python/importdl.o /builddir/build/BUILD/Python-3.11.1/Python/importdl.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/pyarena.o /builddir/build/BUILD/Python-3.11.1/Python/pyarena.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/errors.o /builddir/build/BUILD/Python-3.11.1/Python/errors.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/dictobject.o /builddir/build/BUILD/Python-3.11.1/Objects/dictobject.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/context.o /builddir/build/BUILD/Python-3.11.1/Python/context.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/pymath.o /builddir/build/BUILD/Python-3.11.1/Python/pymath.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/pathconfig.o /builddir/build/BUILD/Python-3.11.1/Python/pathconfig.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/pyhash.o /builddir/build/BUILD/Python-3.11.1/Python/pyhash.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/longobject.o /builddir/build/BUILD/Python-3.11.1/Objects/longobject.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/modsupport.o /builddir/build/BUILD/Python-3.11.1/Python/modsupport.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/bltinmodule.o /builddir/build/BUILD/Python-3.11.1/Python/bltinmodule.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/codecs.o /builddir/build/BUILD/Python-3.11.1/Python/codecs.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/preconfig.o /builddir/build/BUILD/Python-3.11.1/Python/preconfig.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/bootstrap_hash.o /builddir/build/BUILD/Python-3.11.1/Python/bootstrap_hash.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/hamt.o /builddir/build/BUILD/Python-3.11.1/Python/hamt.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/structmember.o /builddir/build/BUILD/Python-3.11.1/Python/structmember.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/pystrcmp.o /builddir/build/BUILD/Python-3.11.1/Python/pystrcmp.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/getopt.o /builddir/build/BUILD/Python-3.11.1/Python/getopt.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/getargs.o /builddir/build/BUILD/Python-3.11.1/Python/getargs.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/pytime.o /builddir/build/BUILD/Python-3.11.1/Python/pytime.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/import.o /builddir/build/BUILD/Python-3.11.1/Python/import.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/pystrtod.o /builddir/build/BUILD/Python-3.11.1/Python/pystrtod.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/pystrhex.o /builddir/build/BUILD/Python-3.11.1/Python/pystrhex.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/marshal.o /builddir/build/BUILD/Python-3.11.1/Python/marshal.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/thread.o /builddir/build/BUILD/Python-3.11.1/Python/thread.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/suggestions.o /builddir/build/BUILD/Python-3.11.1/Python/suggestions.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Modules/config.o Modules/config.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/specialize.o /builddir/build/BUILD/Python-3.11.1/Python/specialize.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE \ -DSOABI='"cpython-311d-aarch64-linux-gnu"' \ -o Python/dynload_shlib.o /builddir/build/BUILD/Python-3.11.1/Python/dynload_shlib.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/initconfig.o /builddir/build/BUILD/Python-3.11.1/Python/initconfig.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/dtoa.o /builddir/build/BUILD/Python-3.11.1/Python/dtoa.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/traceback.o /builddir/build/BUILD/Python-3.11.1/Python/traceback.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/pythonrun.o /builddir/build/BUILD/Python-3.11.1/Python/pythonrun.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/formatter_unicode.o /builddir/build/BUILD/Python-3.11.1/Python/formatter_unicode.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/pystate.o /builddir/build/BUILD/Python-3.11.1/Python/pystate.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/pylifecycle.o /builddir/build/BUILD/Python-3.11.1/Python/pylifecycle.c gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/atexitmodule.c -o Modules/atexitmodule.o gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/fileutils.o /builddir/build/BUILD/Python-3.11.1/Python/fileutils.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Modules/main.o /builddir/build/BUILD/Python-3.11.1/Modules/main.c gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/errnomodule.c -o Modules/errnomodule.o gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/faulthandler.c -o Modules/faulthandler.o gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE \ -DABIFLAGS='"d"' \ -DMULTIARCH=\"aarch64-linux-gnu\" \ -o Python/sysmodule.o /builddir/build/BUILD/Python-3.11.1/Python/sysmodule.c gcc -I/builddir/build/BUILD/Python-3.11.1/Modules/_io -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_io/_iomodule.c -o Modules/_io/_iomodule.o gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/symtable.o /builddir/build/BUILD/Python-3.11.1/Python/symtable.c gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_tracemalloc.c -o Modules/_tracemalloc.o gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Modules/gcmodule.o /builddir/build/BUILD/Python-3.11.1/Modules/gcmodule.c gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/signalmodule.c -o Modules/signalmodule.o gcc -I/builddir/build/BUILD/Python-3.11.1/Modules/_io -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_io/iobase.c -o Modules/_io/iobase.o gcc -I/builddir/build/BUILD/Python-3.11.1/Modules/_io -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_io/bytesio.c -o Modules/_io/bytesio.o gcc -I/builddir/build/BUILD/Python-3.11.1/Modules/_io -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_io/fileio.c -o Modules/_io/fileio.o gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_codecsmodule.c -o Modules/_codecsmodule.o gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_weakref.c -o Modules/_weakref.o gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_stat.c -o Modules/_stat.o gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_collectionsmodule.c -o Modules/_collectionsmodule.o gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/typeobject.o /builddir/build/BUILD/Python-3.11.1/Objects/typeobject.c gcc -I/builddir/build/BUILD/Python-3.11.1/Modules/_io -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_io/stringio.c -o Modules/_io/stringio.o gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/symtablemodule.c -o Modules/symtablemodule.o gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/pwdmodule.c -o Modules/pwdmodule.o gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/timemodule.c -o Modules/timemodule.o gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_localemodule.c -o Modules/_localemodule.o gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_abc.c -o Modules/_abc.o gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/xxsubtype.c -o Modules/xxsubtype.o gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_threadmodule.c -o Modules/_threadmodule.o gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_functoolsmodule.c -o Modules/_functoolsmodule.o gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/compile.o /builddir/build/BUILD/Python-3.11.1/Python/compile.c gcc -I/builddir/build/BUILD/Python-3.11.1/Modules/_io -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_io/bufferedio.c -o Modules/_io/bufferedio.o gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_operator.c -o Modules/_operator.o gcc -I/builddir/build/BUILD/Python-3.11.1/Modules/_io -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_io/textio.c -o Modules/_io/textio.o gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/itertoolsmodule.c -o Modules/itertoolsmodule.o gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/ceval.o /builddir/build/BUILD/Python-3.11.1/Python/ceval.c /usr/bin/dtrace -o Python/pydtrace.o -G -s /builddir/build/BUILD/Python-3.11.1/Include/pydtrace.d Python/ceval.o Python/import.o Python/sysmodule.o Modules/gcmodule.o gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_sre/sre.c -o Modules/_sre/sre.o gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/Python-ast.o /builddir/build/BUILD/Python-3.11.1/Python/Python-ast.c gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/posixmodule.c -o Modules/posixmodule.o gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/unicodeobject.o /builddir/build/BUILD/Python-3.11.1/Objects/unicodeobject.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Parser/parser.o /builddir/build/BUILD/Python-3.11.1/Parser/parser.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE \ -DGITVERSION="\"`LC_ALL=C `\"" \ -DGITTAG="\"`LC_ALL=C `\"" \ -DGITBRANCH="\"`LC_ALL=C `\"" \ -o Modules/getbuildinfo.o /builddir/build/BUILD/Python-3.11.1/Modules/getbuildinfo.c gcc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -o Programs/_freeze_module Programs/_freeze_module.o Modules/getpath_noop.o Modules/getbuildinfo.o Parser/token.o Parser/pegen.o Parser/pegen_errors.o Parser/action_helpers.o Parser/parser.o Parser/string_parser.o Parser/peg_api.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/accu.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genericaliasobject.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/interpreteridobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/picklebufobject.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/unionobject.o Objects/weakrefobject.o Python/_warnings.o Python/Python-ast.o Python/Python-tokenize.o Python/asdl.o Python/ast.o Python/ast_opt.o Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/codecs.o Python/compile.o Python/context.o Python/dynamic_annotations.o Python/errors.o Python/frame.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/hamt.o Python/hashtable.o Python/import.o Python/importdl.o Python/initconfig.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/preconfig.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/bootstrap_hash.o Python/specialize.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/thread.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/suggestions.o Python/dynload_shlib.o Python/pydtrace.o Modules/config.o Modules/main.o Modules/gcmodule.o Modules/atexitmodule.o Modules/faulthandler.o Modules/posixmodule.o Modules/signalmodule.o Modules/_tracemalloc.o Modules/_codecsmodule.o Modules/_collectionsmodule.o Modules/errnomodule.o Modules/_io/_iomodule.o Modules/_io/iobase.o Modules/_io/fileio.o Modules/_io/bytesio.o Modules/_io/bufferedio.o Modules/_io/textio.o Modules/_io/stringio.o Modules/itertoolsmodule.o Modules/_sre/sre.o Modules/_threadmodule.o Modules/timemodule.o Modules/_weakref.o Modules/_abc.o Modules/_functoolsmodule.o Modules/_localemodule.o Modules/_operator.o Modules/_stat.o Modules/symtablemodule.o Modules/pwdmodule.o Modules/xxsubtype.o -ldl -lm ./Programs/_freeze_module getpath /builddir/build/BUILD/Python-3.11.1/Modules/getpath.py Python/frozen_modules/getpath.h ./Programs/_freeze_module zipimport /builddir/build/BUILD/Python-3.11.1/Lib/zipimport.py Python/frozen_modules/zipimport.h ./Programs/_freeze_module importlib._bootstrap /builddir/build/BUILD/Python-3.11.1/Lib/importlib/_bootstrap.py Python/frozen_modules/importlib._bootstrap.h ./Programs/_freeze_module importlib._bootstrap_external /builddir/build/BUILD/Python-3.11.1/Lib/importlib/_bootstrap_external.py Python/frozen_modules/importlib._bootstrap_external.h gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -DPYTHONPATH='""' \ -DPREFIX='"/usr"' \ -DEXEC_PREFIX='"/usr"' \ -DVERSION='"3.11"' \ -DVPATH='"/builddir/build/BUILD/Python-3.11.1"' \ -DPLATLIBDIR='"lib64"' \ -DPYTHONFRAMEWORK='""' \ -o Modules/getpath.o /builddir/build/BUILD/Python-3.11.1/Modules/getpath.c gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Programs/_bootstrap_python.o /builddir/build/BUILD/Python-3.11.1/Programs/_bootstrap_python.c gcc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -fno-lto -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -o _bootstrap_python Modules/getbuildinfo.o Parser/token.o Parser/pegen.o Parser/pegen_errors.o Parser/action_helpers.o Parser/parser.o Parser/string_parser.o Parser/peg_api.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/accu.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genericaliasobject.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/interpreteridobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/picklebufobject.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/unionobject.o Objects/weakrefobject.o Python/_warnings.o Python/Python-ast.o Python/Python-tokenize.o Python/asdl.o Python/ast.o Python/ast_opt.o Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/codecs.o Python/compile.o Python/context.o Python/dynamic_annotations.o Python/errors.o Python/frame.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/hamt.o Python/hashtable.o Python/import.o Python/importdl.o Python/initconfig.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/preconfig.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/bootstrap_hash.o Python/specialize.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/thread.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/suggestions.o Python/dynload_shlib.o Python/pydtrace.o Modules/config.o Modules/main.o Modules/gcmodule.o Modules/atexitmodule.o Modules/faulthandler.o Modules/posixmodule.o Modules/signalmodule.o Modules/_tracemalloc.o Modules/_codecsmodule.o Modules/_collectionsmodule.o Modules/errnomodule.o Modules/_io/_iomodule.o Modules/_io/iobase.o Modules/_io/fileio.o Modules/_io/bytesio.o Modules/_io/bufferedio.o Modules/_io/textio.o Modules/_io/stringio.o Modules/itertoolsmodule.o Modules/_sre/sre.o Modules/_threadmodule.o Modules/timemodule.o Modules/_weakref.o Modules/_abc.o Modules/_functoolsmodule.o Modules/_localemodule.o Modules/_operator.o Modules/_stat.o Modules/symtablemodule.o Modules/pwdmodule.o Modules/xxsubtype.o \ Programs/_bootstrap_python.o Modules/getpath.o -ldl -lm ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py __phello__.ham /builddir/build/BUILD/Python-3.11.1/Lib/__phello__/ham/__init__.py Python/frozen_modules/__phello__.ham.h ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py __phello__.spam /builddir/build/BUILD/Python-3.11.1/Lib/__phello__/spam.py Python/frozen_modules/__phello__.spam.h ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py importlib.machinery /builddir/build/BUILD/Python-3.11.1/Lib/importlib/machinery.py Python/frozen_modules/importlib.machinery.h ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py __phello__ /builddir/build/BUILD/Python-3.11.1/Lib/__phello__/__init__.py Python/frozen_modules/__phello__.h ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py frozen_only /builddir/build/BUILD/Python-3.11.1/Tools/freeze/flag.py Python/frozen_modules/frozen_only.h ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py __phello__.ham.eggs /builddir/build/BUILD/Python-3.11.1/Lib/__phello__/ham/eggs.py Python/frozen_modules/__phello__.ham.eggs.h ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py __hello__ /builddir/build/BUILD/Python-3.11.1/Lib/__hello__.py Python/frozen_modules/__hello__.h ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py io /builddir/build/BUILD/Python-3.11.1/Lib/io.py Python/frozen_modules/io.h ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py stat /builddir/build/BUILD/Python-3.11.1/Lib/stat.py Python/frozen_modules/stat.h ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py genericpath /builddir/build/BUILD/Python-3.11.1/Lib/genericpath.py Python/frozen_modules/genericpath.h ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py _sitebuiltins /builddir/build/BUILD/Python-3.11.1/Lib/_sitebuiltins.py Python/frozen_modules/_sitebuiltins.h ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py abc /builddir/build/BUILD/Python-3.11.1/Lib/abc.py Python/frozen_modules/abc.h ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py importlib.util /builddir/build/BUILD/Python-3.11.1/Lib/importlib/util.py Python/frozen_modules/importlib.util.h ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py runpy /builddir/build/BUILD/Python-3.11.1/Lib/runpy.py Python/frozen_modules/runpy.h ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py posixpath /builddir/build/BUILD/Python-3.11.1/Lib/posixpath.py Python/frozen_modules/posixpath.h ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py site /builddir/build/BUILD/Python-3.11.1/Lib/site.py Python/frozen_modules/site.h ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py ntpath /builddir/build/BUILD/Python-3.11.1/Lib/ntpath.py Python/frozen_modules/ntpath.h ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py codecs /builddir/build/BUILD/Python-3.11.1/Lib/codecs.py Python/frozen_modules/codecs.h ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py os /builddir/build/BUILD/Python-3.11.1/Lib/os.py Python/frozen_modules/os.h ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py _collections_abc /builddir/build/BUILD/Python-3.11.1/Lib/_collections_abc.py Python/frozen_modules/_collections_abc.h gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/frozen.o /builddir/build/BUILD/Python-3.11.1/Python/frozen.c ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Tools/scripts/deepfreeze.py \ Python/frozen_modules/importlib._bootstrap.h:importlib._bootstrap \ Python/frozen_modules/importlib._bootstrap_external.h:importlib._bootstrap_external \ Python/frozen_modules/zipimport.h:zipimport \ Python/frozen_modules/abc.h:abc \ Python/frozen_modules/codecs.h:codecs \ Python/frozen_modules/io.h:io \ Python/frozen_modules/_collections_abc.h:_collections_abc \ Python/frozen_modules/_sitebuiltins.h:_sitebuiltins \ Python/frozen_modules/genericpath.h:genericpath \ Python/frozen_modules/ntpath.h:ntpath \ Python/frozen_modules/posixpath.h:posixpath \ Python/frozen_modules/os.h:os \ Python/frozen_modules/site.h:site \ Python/frozen_modules/stat.h:stat \ Python/frozen_modules/importlib.util.h:importlib.util \ Python/frozen_modules/importlib.machinery.h:importlib.machinery \ Python/frozen_modules/runpy.h:runpy \ Python/frozen_modules/__hello__.h:__hello__ \ Python/frozen_modules/__phello__.h:__phello__ \ Python/frozen_modules/__phello__.ham.h:__phello__.ham \ Python/frozen_modules/__phello__.ham.eggs.h:__phello__.ham.eggs \ Python/frozen_modules/__phello__.spam.h:__phello__.spam \ Python/frozen_modules/frozen_only.h:frozen_only \ -o Python/deepfreeze/deepfreeze.c Note: Deepfreeze may have added some global objects, so run 'make regen-global-objects' if necessary. gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/deepfreeze/deepfreeze.o Python/deepfreeze/deepfreeze.c if test libpython3.11d.so.1.0 != libpython3.11d.so; then \ gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-hlibpython3.11d.so.1.0 -o libpython3.11d.so.1.0 Modules/getbuildinfo.o Parser/token.o Parser/pegen.o Parser/pegen_errors.o Parser/action_helpers.o Parser/parser.o Parser/string_parser.o Parser/peg_api.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/accu.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genericaliasobject.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/interpreteridobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/picklebufobject.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/unionobject.o Objects/weakrefobject.o Python/_warnings.o Python/Python-ast.o Python/Python-tokenize.o Python/asdl.o Python/ast.o Python/ast_opt.o Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/codecs.o Python/compile.o Python/context.o Python/dynamic_annotations.o Python/errors.o Python/frame.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/hamt.o Python/hashtable.o Python/import.o Python/importdl.o Python/initconfig.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/preconfig.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/bootstrap_hash.o Python/specialize.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/thread.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/suggestions.o Python/dynload_shlib.o Python/pydtrace.o Modules/config.o Modules/main.o Modules/gcmodule.o Modules/atexitmodule.o Modules/faulthandler.o Modules/posixmodule.o Modules/signalmodule.o Modules/_tracemalloc.o Modules/_codecsmodule.o Modules/_collectionsmodule.o Modules/errnomodule.o Modules/_io/_iomodule.o Modules/_io/iobase.o Modules/_io/fileio.o Modules/_io/bytesio.o Modules/_io/bufferedio.o Modules/_io/textio.o Modules/_io/stringio.o Modules/itertoolsmodule.o Modules/_sre/sre.o Modules/_threadmodule.o Modules/timemodule.o Modules/_weakref.o Modules/_abc.o Modules/_functoolsmodule.o Modules/_localemodule.o Modules/_operator.o Modules/_stat.o Modules/symtablemodule.o Modules/pwdmodule.o Modules/xxsubtype.o Python/deepfreeze/deepfreeze.o Modules/getpath.o Python/frozen.o -ldl -lm; \ ln -f libpython3.11d.so.1.0 libpython3.11d.so; \ else \ gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -o libpython3.11d.so Modules/getbuildinfo.o Parser/token.o Parser/pegen.o Parser/pegen_errors.o Parser/action_helpers.o Parser/parser.o Parser/string_parser.o Parser/peg_api.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/accu.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genericaliasobject.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/interpreteridobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/picklebufobject.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/unionobject.o Objects/weakrefobject.o Python/_warnings.o Python/Python-ast.o Python/Python-tokenize.o Python/asdl.o Python/ast.o Python/ast_opt.o Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/codecs.o Python/compile.o Python/context.o Python/dynamic_annotations.o Python/errors.o Python/frame.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/hamt.o Python/hashtable.o Python/import.o Python/importdl.o Python/initconfig.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/preconfig.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/bootstrap_hash.o Python/specialize.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/thread.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/suggestions.o Python/dynload_shlib.o Python/pydtrace.o Modules/config.o Modules/main.o Modules/gcmodule.o Modules/atexitmodule.o Modules/faulthandler.o Modules/posixmodule.o Modules/signalmodule.o Modules/_tracemalloc.o Modules/_codecsmodule.o Modules/_collectionsmodule.o Modules/errnomodule.o Modules/_io/_iomodule.o Modules/_io/iobase.o Modules/_io/fileio.o Modules/_io/bytesio.o Modules/_io/bufferedio.o Modules/_io/textio.o Modules/_io/stringio.o Modules/itertoolsmodule.o Modules/_sre/sre.o Modules/_threadmodule.o Modules/timemodule.o Modules/_weakref.o Modules/_abc.o Modules/_functoolsmodule.o Modules/_localemodule.o Modules/_operator.o Modules/_stat.o Modules/symtablemodule.o Modules/pwdmodule.o Modules/xxsubtype.o Python/deepfreeze/deepfreeze.o Modules/getpath.o Python/frozen.o -ldl -lm; \ fi gcc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Xlinker -export-dynamic -o python Programs/python.o -L. -lpython3.11d -ldl -lm gcc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Xlinker -export-dynamic -o Programs/_testembed Programs/_testembed.o -L. -lpython3.11d -ldl -lm LD_LIBRARY_PATH=/builddir/build/BUILD/Python-3.11.1/build/debug ./python -E -S -m sysconfig --generate-posix-vars ;\ if test $? -ne 0 ; then \ echo "generate-posix-vars failed" ; \ rm -f ./pybuilddir.txt ; \ exit 1 ; \ fi LD_LIBRARY_PATH=/builddir/build/BUILD/Python-3.11.1/build/debug ./python -E -c 'import sys ; from sysconfig import get_platform ; print("%s-%d.%d" % (get_platform(), *sys.version_info[:2]))' >platform LD_LIBRARY_PATH=/builddir/build/BUILD/Python-3.11.1/build/debug CC='gcc' LDSHARED='gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g ' OPT='-DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv' ./python -E /builddir/build/BUILD/Python-3.11.1/setup.py build running build running build_ext building 'array' extension building '_contextvars' extension building 'math' extension building 'cmath' extension creating build/temp.linux-aarch64-3.11-pydebug/builddir building '_datetime' extension creating build/temp.linux-aarch64-3.11-pydebug/builddir creating build/temp.linux-aarch64-3.11-pydebug/builddir creating build/temp.linux-aarch64-3.11-pydebug/builddir/build building '_bisect' extension creating build/temp.linux-aarch64-3.11-pydebug/builddir/build creating build/temp.linux-aarch64-3.11-pydebug/builddir/build building '_zoneinfo' extension building '_json' extension building '_lsprof' extension building '_heapq' extension building 'unicodedata' extension building '_opcode' extension building '_asyncio' extension creating build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD building '_queue' extension creating build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD building '_statistics' extension creating build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD building '_typing' extension building 'fcntl' extension creating build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD building '_pickle' extension creating build/temp.linux-aarch64-3.11-pydebug/builddir/build creating build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD creating build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD creating build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1 creating build/temp.linux-aarch64-3.11-pydebug/builddir/build creating build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1 creating build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD creating build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules creating build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1 creating build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1 building 'audioop' extension building '_socket' extension creating build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1 building 'spwd' extension creating build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1 building '_testcapi' extension creating build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD creating build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1 building 'select' extension creating build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1 building 'mmap' extension creating build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules building '_xxsubinterpreters' extension building '_struct' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_bisectmodule.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_bisectmodule.o creating build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1 building 'grp' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_statisticsmodule.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_statisticsmodule.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/audioop.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/audioop.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/socketmodule.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/socketmodule.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/unicodedata.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/unicodedata.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/spwdmodule.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/spwdmodule.o creating build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1 gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_testcapimodule.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_testcapimodule.o creating build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1 gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/mathmodule.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/mathmodule.o creating build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules creating build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1 creating build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules building 'syslog' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_json.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_json.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_xxsubinterpretersmodule.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_xxsubinterpretersmodule.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_struct.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_struct.o building '_csv' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_typingmodule.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_typingmodule.o creating build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1 creating build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_lsprof.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_lsprof.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/cmathmodule.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/cmathmodule.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/selectmodule.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/selectmodule.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_heapqmodule.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_heapqmodule.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_queuemodule.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_queuemodule.o building '_random' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_zoneinfo.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_zoneinfo.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_csv.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_csv.o building '_testinternalcapi' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/fcntlmodule.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/fcntlmodule.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_asynciomodule.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_asynciomodule.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_contextvarsmodule.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_contextvarsmodule.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/arraymodule.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/arraymodule.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_randommodule.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_randommodule.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_opcode.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_opcode.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_pickle.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_pickle.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/mmapmodule.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/mmapmodule.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/syslogmodule.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/syslogmodule.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_datetimemodule.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_datetimemodule.o building '_posixsubprocess' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_testinternalcapi.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_testinternalcapi.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_posixsubprocess.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_posixsubprocess.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/grpmodule.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/grpmodule.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_statisticsmodule.o -L. -L/usr/local/lib -lm -o build/lib.linux-aarch64-3.11-pydebug/_statistics.cpython-311d-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_typingmodule.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11-pydebug/_typing.cpython-311d-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/spwdmodule.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11-pydebug/spwd.cpython-311d-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_contextvarsmodule.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11-pydebug/_contextvars.cpython-311d-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_bisectmodule.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11-pydebug/_bisect.cpython-311d-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_opcode.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11-pydebug/_opcode.cpython-311d-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/fcntlmodule.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11-pydebug/fcntl.cpython-311d-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_queuemodule.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11-pydebug/_queue.cpython-311d-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/syslogmodule.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11-pydebug/syslog.cpython-311d-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_heapqmodule.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11-pydebug/_heapq.cpython-311d-aarch64-linux-gnu.so building '_testbuffer' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_testbuffer.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_testbuffer.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/grpmodule.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11-pydebug/grp.cpython-311d-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_randommodule.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11-pydebug/_random.cpython-311d-aarch64-linux-gnu.so building '_testimportmultiple' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_testimportmultiple.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_testimportmultiple.o building '_testmultiphase' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_testmultiphase.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_testmultiphase.o building 'readline' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/readline.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/readline.o building '_xxtestfuzz' extension creating build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_xxtestfuzz gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_xxtestfuzz/_xxtestfuzz.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_xxtestfuzz/_xxtestfuzz.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_posixsubprocess.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11-pydebug/_posixsubprocess.cpython-311d-aarch64-linux-gnu.so gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/rotatingtree.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/rotatingtree.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/selectmodule.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11-pydebug/select.cpython-311d-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/mmapmodule.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11-pydebug/mmap.cpython-311d-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_testinternalcapi.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11-pydebug/_testinternalcapi.cpython-311d-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_csv.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11-pydebug/_csv.cpython-311d-aarch64-linux-gnu.so building '_curses' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -DHAVE_NCURSESW=1 -I/usr/include/ncursesw -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_cursesmodule.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_cursesmodule.o building '_curses_panel' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -DHAVE_NCURSESW=1 -I/usr/include/ncursesw -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_curses_panel.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_curses_panel.o building '_crypt' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_cryptmodule.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_cryptmodule.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_lsprof.o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/rotatingtree.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11-pydebug/_lsprof.cpython-311d-aarch64-linux-gnu.so building '_ssl' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_ssl.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_ssl.o building '_hashlib' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_hashopenssl.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_hashopenssl.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_testimportmultiple.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11-pydebug/_testimportmultiple.cpython-311d-aarch64-linux-gnu.so building '_md5' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/md5module.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/md5module.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_xxsubinterpretersmodule.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11-pydebug/_xxsubinterpreters.cpython-311d-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_struct.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11-pydebug/_struct.cpython-311d-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_zoneinfo.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11-pydebug/_zoneinfo.cpython-311d-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/audioop.o -L. -L/usr/local/lib -lm -o build/lib.linux-aarch64-3.11-pydebug/audioop.cpython-311d-aarch64-linux-gnu.so building '_sha1' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/sha1module.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/sha1module.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_json.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11-pydebug/_json.cpython-311d-aarch64-linux-gnu.so building '_sha256' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/sha256module.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/sha256module.o building '_sha512' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/sha512module.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/sha512module.o building '_sha3' extension creating build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_sha3 gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_sha3/sha3module.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_sha3/sha3module.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_xxtestfuzz/fuzzer.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_xxtestfuzz/fuzzer.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/cmathmodule.o -L. -L/usr/local/lib -lm -o build/lib.linux-aarch64-3.11-pydebug/cmath.cpython-311d-aarch64-linux-gnu.so building '_blake2' extension creating build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_blake2 gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_blake2/blake2b_impl.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_blake2/blake2b_impl.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_testmultiphase.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11-pydebug/_testmultiphase.cpython-311d-aarch64-linux-gnu.so building '_dbm' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -DUSE_GDBM_COMPAT -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_dbmmodule.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_dbmmodule.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_cryptmodule.o -L. -L/usr/local/lib -lcrypt -o build/lib.linux-aarch64-3.11-pydebug/_crypt.cpython-311d-aarch64-linux-gnu.so building '_gdbm' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_gdbmmodule.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_gdbmmodule.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/mathmodule.o -L. -L/usr/local/lib -lm -o build/lib.linux-aarch64-3.11-pydebug/math.cpython-311d-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/arraymodule.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11-pydebug/array.cpython-311d-aarch64-linux-gnu.so building '_sqlite3' extension creating build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/blob.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/blob.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_asynciomodule.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11-pydebug/_asyncio.cpython-311d-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_curses_panel.o -L. -L/usr/local/lib -lpanelw -lncursesw -o build/lib.linux-aarch64-3.11-pydebug/_curses_panel.cpython-311d-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/readline.o -L/usr/lib/termcap -L. -L/usr/local/lib -lreadline -o build/lib.linux-aarch64-3.11-pydebug/readline.cpython-311d-aarch64-linux-gnu.so building 'termios' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/termios.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/termios.o building 'resource' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/resource.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/resource.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/md5module.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11-pydebug/_md5.cpython-311d-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_xxtestfuzz/_xxtestfuzz.o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_xxtestfuzz/fuzzer.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11-pydebug/_xxtestfuzz.cpython-311d-aarch64-linux-gnu.so building 'ossaudiodev' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/ossaudiodev.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/ossaudiodev.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/sha1module.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11-pydebug/_sha1.cpython-311d-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_testbuffer.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11-pydebug/_testbuffer.cpython-311d-aarch64-linux-gnu.so building 'nis' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/usr/include/tirpc -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/nismodule.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/nismodule.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/socketmodule.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11-pydebug/_socket.cpython-311d-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_sha3/sha3module.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11-pydebug/_sha3.cpython-311d-aarch64-linux-gnu.so building 'zlib' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/zlibmodule.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/zlibmodule.o building 'binascii' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -DUSE_ZLIB_CRC32 -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/binascii.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/binascii.o building '_bz2' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_bz2module.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_bz2module.o building '_lzma' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_lzmamodule.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_lzmamodule.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_dbmmodule.o -L. -L/usr/local/lib -lgdbm_compat -o build/lib.linux-aarch64-3.11-pydebug/_dbm.cpython-311d-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_gdbmmodule.o -L. -L/usr/local/lib -lgdbm -o build/lib.linux-aarch64-3.11-pydebug/_gdbm.cpython-311d-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/sha256module.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11-pydebug/_sha256.cpython-311d-aarch64-linux-gnu.so building 'pyexpat' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/pyexpat.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/pyexpat.o building '_elementtree' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_elementtree.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_elementtree.o building '_multibytecodec' extension creating build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/multibytecodec.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/multibytecodec.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/connection.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/connection.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_hashopenssl.o -L. -L/usr/local/lib -lcrypto -o build/lib.linux-aarch64-3.11-pydebug/_hashlib.cpython-311d-aarch64-linux-gnu.so building '_codecs_kr' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_kr.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_kr.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/sha512module.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11-pydebug/_sha512.cpython-311d-aarch64-linux-gnu.so building '_codecs_jp' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_jp.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_jp.o building '_codecs_cn' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_cn.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_cn.o building '_codecs_tw' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_tw.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_tw.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/termios.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11-pydebug/termios.cpython-311d-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/resource.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11-pydebug/resource.cpython-311d-aarch64-linux-gnu.so building '_codecs_hk' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_hk.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_hk.o building '_codecs_iso2022' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_iso2022.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_iso2022.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_datetimemodule.o -L. -L/usr/local/lib -lm -o build/lib.linux-aarch64-3.11-pydebug/_datetime.cpython-311d-aarch64-linux-gnu.so building '_decimal' extension creating build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_decimal gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_decimal/_decimal.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_decimal/_decimal.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/nismodule.o -L. -L/usr/local/lib -lnsl -ltirpc -o build/lib.linux-aarch64-3.11-pydebug/nis.cpython-311d-aarch64-linux-gnu.so building '_ctypes_test' extension creating build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_ctypes gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/_ctypes_test.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/_ctypes_test.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_blake2/blake2module.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_blake2/blake2module.o building '_multiprocessing' extension creating build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_multiprocessing gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/builddir/build/BUILD/Python-3.11.1/Modules/_multiprocessing -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_multiprocessing/multiprocessing.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_multiprocessing/multiprocessing.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_bz2module.o -L. -L/usr/local/lib -lbz2 -o build/lib.linux-aarch64-3.11-pydebug/_bz2.cpython-311d-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/ossaudiodev.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11-pydebug/ossaudiodev.cpython-311d-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_testcapimodule.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11-pydebug/_testcapi.cpython-311d-aarch64-linux-gnu.so building '_posixshmem' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/builddir/build/BUILD/Python-3.11.1/Modules/_multiprocessing -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_multiprocessing/posixshmem.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_multiprocessing/posixshmem.o building '_tkinter' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -DWITH_APPINIT=1 -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_tkinter.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_tkinter.o -Wno-strict-prototypes building '_uuid' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/usr/include/uuid -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_uuidmodule.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_uuidmodule.o building 'xxlimited' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/xxlimited.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/xxlimited.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/binascii.o -L. -L/usr/local/lib -lz -o build/lib.linux-aarch64-3.11-pydebug/binascii.cpython-311d-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/zlibmodule.o -L. -L/usr/local/lib -lz -o build/lib.linux-aarch64-3.11-pydebug/zlib.cpython-311d-aarch64-linux-gnu.so building 'xxlimited_35' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/xxlimited_35.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/xxlimited_35.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_pickle.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11-pydebug/_pickle.cpython-311d-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_lzmamodule.o -L. -L/usr/local/lib -llzma -o build/lib.linux-aarch64-3.11-pydebug/_lzma.cpython-311d-aarch64-linux-gnu.so gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/builddir/build/BUILD/Python-3.11.1/Modules/_multiprocessing -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_multiprocessing/semaphore.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_multiprocessing/semaphore.o building '_ctypes' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/usr/include -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/_ctypes.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/_ctypes.o -DHAVE_FFI_PREP_CIF_VAR=1 -DHAVE_FFI_PREP_CLOSURE_LOC=1 -DHAVE_FFI_CLOSURE_ALLOC=1 gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_blake2/blake2s_impl.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_blake2/blake2s_impl.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/_ctypes_test.o -L. -L/usr/local/lib -lm -o build/lib.linux-aarch64-3.11-pydebug/_ctypes_test.cpython-311d-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_uuidmodule.o -L. -L/usr/local/lib -luuid -o build/lib.linux-aarch64-3.11-pydebug/_uuid.cpython-311d-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_multiprocessing/posixshmem.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11-pydebug/_posixshmem.cpython-311d-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_iso2022.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11-pydebug/_codecs_iso2022.cpython-311d-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/xxlimited_35.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11-pydebug/xxlimited_35.cpython-311d-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/multibytecodec.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11-pydebug/_multibytecodec.cpython-311d-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/xxlimited.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11-pydebug/xxlimited.cpython-311d-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/pyexpat.o -L. -L/usr/local/lib -lexpat -o build/lib.linux-aarch64-3.11-pydebug/pyexpat.cpython-311d-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_cursesmodule.o -L. -L/usr/local/lib -lncursesw -o build/lib.linux-aarch64-3.11-pydebug/_curses.cpython-311d-aarch64-linux-gnu.so gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/cursor.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/cursor.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_tw.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11-pydebug/_codecs_tw.cpython-311d-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_kr.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11-pydebug/_codecs_kr.cpython-311d-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_ssl.o -L. -L/usr/local/lib -lssl -lcrypto -o build/lib.linux-aarch64-3.11-pydebug/_ssl.cpython-311d-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_cn.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11-pydebug/_codecs_cn.cpython-311d-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_hk.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11-pydebug/_codecs_hk.cpython-311d-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_multiprocessing/multiprocessing.o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_multiprocessing/semaphore.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11-pydebug/_multiprocessing.cpython-311d-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_elementtree.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11-pydebug/_elementtree.cpython-311d-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_blake2/blake2b_impl.o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_blake2/blake2module.o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_blake2/blake2s_impl.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11-pydebug/_blake2.cpython-311d-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_jp.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11-pydebug/_codecs_jp.cpython-311d-aarch64-linux-gnu.so gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/microprotocols.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/microprotocols.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/unicodedata.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11-pydebug/unicodedata.cpython-311d-aarch64-linux-gnu.so gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -DWITH_APPINIT=1 -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/tkappinit.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/tkappinit.o -Wno-strict-prototypes gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_tkinter.o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/tkappinit.o -L. -L/usr/local/lib -ltk8.6 -ltkstub8.6 -ltcl8.6 -ltclstub8.6 -o build/lib.linux-aarch64-3.11-pydebug/_tkinter.cpython-311d-aarch64-linux-gnu.so gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/module.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/module.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/usr/include -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/callbacks.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/callbacks.o -DHAVE_FFI_PREP_CIF_VAR=1 -DHAVE_FFI_PREP_CLOSURE_LOC=1 -DHAVE_FFI_CLOSURE_ALLOC=1 gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_decimal/_decimal.o -L. -L/usr/local/lib -lmpdec -o build/lib.linux-aarch64-3.11-pydebug/_decimal.cpython-311d-aarch64-linux-gnu.so gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/prepare_protocol.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/prepare_protocol.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/usr/include -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/callproc.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/callproc.o -DHAVE_FFI_PREP_CIF_VAR=1 -DHAVE_FFI_PREP_CLOSURE_LOC=1 -DHAVE_FFI_CLOSURE_ALLOC=1 gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/row.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/row.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/usr/include -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/cfield.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/cfield.o -DHAVE_FFI_PREP_CIF_VAR=1 -DHAVE_FFI_PREP_CLOSURE_LOC=1 -DHAVE_FFI_CLOSURE_ALLOC=1 gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/statement.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/statement.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/util.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/util.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/usr/include -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/stgdict.c -o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/stgdict.o -DHAVE_FFI_PREP_CIF_VAR=1 -DHAVE_FFI_PREP_CLOSURE_LOC=1 -DHAVE_FFI_CLOSURE_ALLOC=1 gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/blob.o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/connection.o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/cursor.o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/microprotocols.o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/module.o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/prepare_protocol.o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/row.o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/statement.o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/util.o -L. -L/usr/local/lib -lsqlite3 -o build/lib.linux-aarch64-3.11-pydebug/_sqlite3.cpython-311d-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/_ctypes.o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/callbacks.o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/callproc.o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/cfield.o build/temp.linux-aarch64-3.11-pydebug/builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/stgdict.o -L. -L/usr/local/lib -lffi -ldl -o build/lib.linux-aarch64-3.11-pydebug/_ctypes.cpython-311d-aarch64-linux-gnu.so running build_scripts creating build/scripts-3.11 copying and adjusting /builddir/build/BUILD/Python-3.11.1/Tools/scripts/pydoc3 -> build/scripts-3.11 copying and adjusting /builddir/build/BUILD/Python-3.11.1/Tools/scripts/idle3 -> build/scripts-3.11 copying and adjusting /builddir/build/BUILD/Python-3.11.1/Tools/scripts/2to3 -> build/scripts-3.11 changing mode of build/scripts-3.11/pydoc3 from 644 to 755 changing mode of build/scripts-3.11/idle3 from 644 to 755 changing mode of build/scripts-3.11/2to3 from 644 to 755 ~/build/BUILD/Python-3.11.1 FINISHED: BUILD OF PYTHON FOR CONFIGURATION: debug STARTING: BUILD OF PYTHON FOR CONFIGURATION: optimized ~/build/BUILD/Python-3.11.1/build/optimized ~/build/BUILD/Python-3.11.1 renaming build/scripts-3.11/pydoc3 to build/scripts-3.11/pydoc3.11 renaming build/scripts-3.11/idle3 to build/scripts-3.11/idle3.11 renaming build/scripts-3.11/2to3 to build/scripts-3.11/2to3-3.11 + popd + echo FINISHED: BUILD OF PYTHON FOR CONFIGURATION: debug + BuildPython optimized '--without-ensurepip --enable-optimizations' '' + ConfName=optimized + ExtraConfigArgs='--without-ensurepip --enable-optimizations' + MoreCFlags= + ConfDir=build/optimized + echo STARTING: BUILD OF PYTHON FOR CONFIGURATION: optimized + mkdir -p build/optimized + pushd build/optimized + 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 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv ' + 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 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv' + export CXXFLAGS + FFLAGS='-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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS=' -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g ' + 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.11.1/configure ++ find /builddir/build/BUILD/Python-3.11.1 -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.11.1/config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f /builddir/build/BUILD/Python-3.11.1/config.sub ++ basename /builddir/build/BUILD/Python-3.11.1/config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub /builddir/build/BUILD/Python-3.11.1/config.sub '/usr/lib/rpm/redhat/config.sub' -> '/builddir/build/BUILD/Python-3.11.1/config.sub' + for i in $(find $(dirname $topdir/configure) -name config.guess -o -name config.sub) ++ basename /builddir/build/BUILD/Python-3.11.1/config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f /builddir/build/BUILD/Python-3.11.1/config.guess ++ basename /builddir/build/BUILD/Python-3.11.1/config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess /builddir/build/BUILD/Python-3.11.1/config.guess '/usr/lib/rpm/redhat/config.guess' -> '/builddir/build/BUILD/Python-3.11.1/config.guess' + '[' 1 = 1 ']' + '[' x '!=' 'x-Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' ']' ++ find . -name ltmain.sh + /builddir/build/BUILD/Python-3.11.1/configure --build=aarch64-redhat-linux-gnu --host=aarch64-redhat-linux-gnu --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-ffi --with-system-libmpdec --enable-loadable-sqlite-extensions --with-dtrace --with-lto --with-ssl-default-suites=openssl --without-static-libpython --with-valgrind --without-ensurepip --enable-optimizations configure: WARNING: unrecognized options: --disable-dependency-tracking checking for git... not-found checking build system type... aarch64-redhat-linux-gnu checking host system type... aarch64-redhat-linux-gnu checking for Python interpreter freezing... ./_bootstrap_python checking for python3.11... no checking for python3.10... no checking for python3.9... python3.9 checking Python for regen version... Python 3.9.16 checking for aarch64-redhat-linux-gnu-pkg-config... /usr/bin/aarch64-redhat-linux-gnu-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 aarch64-redhat-linux-gnu-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 we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... 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 ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for --with-cxx-main=... no checking for the platform triplet based on compiler characteristics... aarch64-linux-gnu checking for multiarch... checking for PEP 11 support tier... aarch64-redhat-linux-gnu/gcc has tier 2 (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 aarch64-redhat-linux-gnu-ar... no checking for aarch64-redhat-linux-gnu-aal... no checking for ar... ar checking for aarch64-redhat-linux-gnu-readelf... no checking for readelf... readelf checking for a BSD-compatible install... /usr/bin/install -c checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for --with-pydebug... no checking for --with-trace-refs... no checking for --enable-pystats... no checking for --with-assertions... no checking for --enable-optimizations... yes checking whether C compiler accepts -fno-semantic-interposition... yes checking PROFILE_TASK... -m test --pgo --timeout=$(TESTTIMEOUT) checking for --with-lto... yes checking for aarch64-redhat-linux-gnu-llvm-profdata... no checking for llvm-profdata... 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 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... no 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 alloca.h usability... yes checking alloca.h presence... yes checking for alloca.h... yes checking asm/types.h usability... yes checking asm/types.h presence... yes checking for asm/types.h... yes checking bluetooth.h usability... no checking bluetooth.h presence... no checking for bluetooth.h... no checking conio.h usability... no checking conio.h presence... no checking for conio.h... no checking crypt.h usability... yes checking crypt.h presence... yes checking for crypt.h... yes checking direct.h usability... no checking direct.h presence... no checking for direct.h... no checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking endian.h usability... yes checking endian.h presence... yes checking for endian.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking ieeefp.h usability... no checking ieeefp.h presence... no checking for ieeefp.h... no checking io.h usability... no checking io.h presence... no checking for io.h... no checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking libutil.h usability... no checking libutil.h presence... no checking for libutil.h... no checking linux/auxvec.h usability... yes checking linux/auxvec.h presence... yes checking for linux/auxvec.h... yes checking sys/auxv.h usability... yes checking sys/auxv.h presence... yes checking for sys/auxv.h... yes checking linux/memfd.h usability... yes checking linux/memfd.h presence... yes checking for linux/memfd.h... yes checking linux/random.h usability... yes checking linux/random.h presence... yes checking for linux/random.h... yes checking linux/soundcard.h usability... yes checking linux/soundcard.h presence... yes checking for linux/soundcard.h... yes checking linux/tipc.h usability... yes checking linux/tipc.h presence... yes checking for linux/tipc.h... yes checking linux/wait.h usability... yes checking linux/wait.h presence... yes checking for linux/wait.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking netpacket/packet.h usability... yes checking netpacket/packet.h presence... yes checking for netpacket/packet.h... yes checking poll.h usability... yes checking poll.h presence... yes checking for poll.h... yes checking process.h usability... no checking process.h presence... no checking for process.h... no checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking pty.h usability... yes checking pty.h presence... yes checking for pty.h... yes checking sched.h usability... yes checking sched.h presence... yes checking for sched.h... yes checking setjmp.h usability... yes checking setjmp.h presence... yes checking for setjmp.h... yes checking shadow.h usability... yes checking shadow.h presence... yes checking for shadow.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking spawn.h usability... yes checking spawn.h presence... yes checking for spawn.h... yes checking stropts.h usability... no checking stropts.h presence... no checking for stropts.h... no checking sys/audioio.h usability... no checking sys/audioio.h presence... no checking for sys/audioio.h... no checking sys/bsdtty.h usability... no checking sys/bsdtty.h presence... no checking for sys/bsdtty.h... no checking sys/devpoll.h usability... no checking sys/devpoll.h presence... no checking for sys/devpoll.h... no checking sys/endian.h usability... no checking sys/endian.h presence... no checking for sys/endian.h... no checking sys/epoll.h usability... yes checking sys/epoll.h presence... yes checking for sys/epoll.h... yes checking sys/event.h usability... no checking sys/event.h presence... no checking for sys/event.h... no checking sys/eventfd.h usability... yes checking sys/eventfd.h presence... yes checking for sys/eventfd.h... yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/kern_control.h usability... no checking sys/kern_control.h presence... no checking for sys/kern_control.h... no checking sys/loadavg.h usability... no checking sys/loadavg.h presence... no checking for sys/loadavg.h... no checking sys/lock.h usability... no checking sys/lock.h presence... no checking for sys/lock.h... no checking sys/memfd.h usability... no checking sys/memfd.h presence... no checking for sys/memfd.h... no checking sys/mkdev.h usability... no checking sys/mkdev.h presence... no checking for sys/mkdev.h... no checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking sys/modem.h usability... no checking sys/modem.h presence... no checking for sys/modem.h... no checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/poll.h usability... yes checking sys/poll.h presence... yes checking for sys/poll.h... yes checking sys/random.h usability... yes checking sys/random.h presence... yes checking for sys/random.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/sendfile.h usability... yes checking sys/sendfile.h presence... yes checking for sys/sendfile.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/soundcard.h usability... yes checking sys/soundcard.h presence... yes checking for sys/soundcard.h... yes checking for sys/stat.h... (cached) yes checking sys/statvfs.h usability... yes checking sys/statvfs.h presence... yes checking for sys/statvfs.h... yes checking sys/sys_domain.h usability... no checking sys/sys_domain.h presence... no checking for sys/sys_domain.h... no checking sys/syscall.h usability... yes checking sys/syscall.h presence... yes checking for sys/syscall.h... yes checking sys/sysmacros.h usability... yes checking sys/sysmacros.h presence... yes checking for sys/sysmacros.h... yes checking sys/termio.h usability... no checking sys/termio.h presence... no checking for sys/termio.h... no checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/times.h usability... yes checking sys/times.h presence... yes checking for sys/times.h... yes checking for sys/types.h... (cached) yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... yes checking sys/utsname.h usability... yes checking sys/utsname.h presence... yes checking for sys/utsname.h... yes checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking sys/xattr.h usability... yes checking sys/xattr.h presence... yes checking for sys/xattr.h... yes checking sysexits.h usability... yes checking sysexits.h presence... yes checking for sysexits.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking util.h usability... no checking util.h presence... no checking for util.h... no checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking utmp.h usability... yes checking utmp.h presence... yes checking for utmp.h... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking whether sys/types.h defines makedev... no checking for sys/mkdev.h... (cached) no checking for sys/sysmacros.h... (cached) yes checking bluetooth/bluetooth.h usability... yes checking bluetooth/bluetooth.h presence... 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 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 dyld... no checking for --with-address-sanitizer... no checking for --with-memory-sanitizer... no checking for --with-undefined-behavior-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 for sendfile in -lsendfile... no checking for dlopen in -ldl... yes checking for shl_load in -ldld... no checking uuid.h usability... no checking uuid.h presence... no checking for uuid.h... no checking for LIBUUID... 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 --with-system-ffi... yes configure: WARNING: --with(out)-system-ffi is ignored on this platform checking for --with-system-libmpdec... yes checking for --with-decimal-contextvar... yes checking for decimal libmpdec machine... uint128 checking for LIBNSL... yes checking rpc/rpc.h usability... yes checking rpc/rpc.h presence... yes checking for rpc/rpc.h... yes checking for LIBSQLITE3... yes checking sqlite3.h usability... yes checking sqlite3.h presence... 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_enable_shared_cache 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... no checking for --enable-loadable-sqlite-extensions... yes checking for TCLTK... yes checking gdbm.h usability... yes checking gdbm.h presence... yes checking for gdbm.h... yes checking for gdbm_open in -lgdbm... yes checking ndbm.h usability... yes checking ndbm.h presence... yes checking for ndbm.h... yes checking for dbm_open in -lndbm... no checking for dbm_open in -lgdbm_compat... yes checking gdbm/ndbm.h usability... yes checking gdbm/ndbm.h presence... yes checking for gdbm/ndbm.h... yes checking gdbm-ndbm.h usability... no checking gdbm-ndbm.h presence... no checking for gdbm-ndbm.h... no checking for dbm_open in -lgdbm_compat... (cached) yes checking db.h usability... no checking db.h presence... no checking for db.h... no checking for --with-dbmliborder... gdbm:ndbm:bdb 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 valgrind/valgrind.h usability... yes checking valgrind/valgrind.h presence... 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 checking for linkat... yes checking for lockf... yes checking for lstat... yes checking for lutimes... yes checking for madvise... yes checking for mbrtowc... yes checking for memrchr... yes checking for mkdirat... yes checking for mkfifo... yes checking for mkfifoat... yes checking for mknod... yes checking for mknodat... yes checking for mktime... yes checking for mmap... yes checking for mremap... yes checking for nice... yes checking for openat... yes checking for opendir... yes checking for pathconf... yes checking for pause... yes checking for pipe... yes checking for pipe2... yes checking for plock... no checking for poll... yes checking for posix_fadvise... yes checking for posix_fallocate... yes checking for posix_spawn... yes checking for posix_spawnp... yes checking for pread... yes checking for preadv... yes checking for preadv2... yes checking for pthread_condattr_setclock... yes checking for pthread_init... no checking for pthread_kill... yes checking for pwrite... yes checking for pwritev... yes checking for pwritev2... yes checking for readlink... yes checking for readlinkat... yes checking for readv... yes checking for realpath... yes checking for renameat... yes checking for rtpSpawn... no checking for sched_get_priority_max... yes checking for sched_rr_get_interval... yes checking for sched_setaffinity... yes checking for sched_setparam... yes checking for sched_setscheduler... yes checking for sem_clockwait... yes checking for sem_getvalue... yes checking for sem_open... yes checking for sem_timedwait... yes checking for sem_unlink... yes checking for sendfile... yes checking for setegid... yes checking for seteuid... yes checking for setgid... yes checking for sethostname... yes checking for setitimer... yes checking for setlocale... yes checking for setpgid... yes checking for setpgrp... yes checking for setpriority... yes checking for setregid... yes checking for setresgid... yes checking for setresuid... yes checking for setreuid... yes checking for setsid... yes checking for setuid... yes checking for setvbuf... yes checking for shutdown... yes checking for sigaction... yes checking for sigaltstack... yes checking for sigfillset... yes checking for siginterrupt... yes checking for sigpending... yes checking for sigrelse... yes checking for sigtimedwait... yes checking for sigwait... yes checking for sigwaitinfo... yes checking for snprintf... yes checking for splice... yes checking for strftime... yes checking for strlcpy... no checking for strsignal... yes checking for symlinkat... yes checking for sync... yes checking for sysconf... yes checking for system... yes checking for tcgetpgrp... yes checking for tcsetpgrp... yes checking for tempnam... yes checking for timegm... yes checking for times... yes checking for tmpfile... yes checking for tmpnam... yes checking for tmpnam_r... yes checking for truncate... yes checking for ttyname... yes checking for umask... yes checking for uname... yes checking for unlinkat... yes checking for utimensat... yes checking for utimes... yes checking for vfork... yes checking for wait... yes checking for wait3... yes checking for wait4... yes checking for waitid... yes checking for waitpid... yes checking for wcscoll... yes checking for wcsftime... yes checking for wcsxfrm... yes checking for wmemcmp... yes checking for writev... yes checking whether dirfd is declared... yes checking for chroot... yes checking for link... yes checking for symlink... yes checking for fchdir... yes checking for fsync... yes checking for fdatasync... yes checking for epoll_create... yes checking for epoll_create1... yes checking for kqueue... no checking for prlimit... yes checking for _dyld_shared_cache_contains_path... no checking for memfd_create... yes checking for eventfd... yes checking for ctermid_r... no checking for flock declaration... yes checking for flock... yes checking for flock in -lbsd... no checking for getpagesize... yes checking for broken unsetenv... no checking for true... true checking for inet_aton in -lc... yes checking for chflags... no checking for lchflags... no checking for ZLIB... yes checking for BZIP2... yes checking for LIBLZMA... yes checking for hstrerror... yes checking for getservbyname... yes checking for getservbyport... yes checking for gethostbyname... yes checking for gethostbyaddr... yes checking for getprotobyname... yes checking for inet_aton... yes checking for inet_ntoa... yes checking for inet_pton... yes checking for getpeername... (cached) yes checking for getsockname... yes checking for accept... yes checking for bind... yes checking for connect... yes checking for listen... yes checking for recvfrom... yes checking for sendto... yes checking for setsockopt... yes checking for socket... yes checking for setgroups... yes checking for openpty... yes checking for library containing login_tty... none required checking for forkpty... yes checking for fseek64... no checking for fseeko... yes checking for fstatvfs... yes checking for ftell64... no checking for ftello... yes checking for statvfs... yes checking for dup2... yes checking for getpgrp... yes checking for setpgrp... (cached) yes checking for LIBCRYPT... yes checking for crypt or crypt_r... yes checking for clock_gettime... yes checking for clock_getres... yes checking for clock_settime... yes checking for clock_nanosleep... yes checking for nanosleep... yes checking for major, minor, and makedev... yes checking for getaddrinfo... yes checking getaddrinfo bug... no checking for getnameinfo... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... yes checking for struct stat.st_rdev... yes checking for struct stat.st_blksize... yes checking for struct stat.st_flags... no checking for struct stat.st_gen... no checking for struct stat.st_birthtime... no checking for struct stat.st_blocks... yes checking for struct passwd.pw_gecos... yes checking for struct passwd.pw_passwd... yes checking for siginfo_t.si_band... yes checking for time.h that defines altzone... no checking for addrinfo... yes checking for sockaddr_storage... yes checking for sockaddr_alg... yes checking for an ANSI C-conforming const... yes checking for working signed char... yes checking for prototypes... yes checking for variable length prototypes and stdarg.h... yes checking for socketpair... yes checking if sockaddr has sa_len member... no checking for gethostbyname_r... yes checking gethostbyname_r with 6 args... yes checking for __fpu_control... yes checking for --with-libm=STRING... default LIBM="-lm" checking for --with-libc=STRING... default LIBC="" checking for x64 gcc inline assembler... no checking whether float word ordering is bigendian... no checking whether we can use gcc inline assembler to get and set x87 control word... no checking whether we can use gcc inline assembler to get and set mc68881 fpcr... no checking for x87-style double rounding... no checking for acosh... yes checking for asinh... yes checking for atanh... yes checking for erf... yes checking for erfc... yes checking for expm1... yes checking for log1p... yes checking for log2... yes checking whether POSIX semaphores are enabled... yes checking for broken sem_getvalue... no checking whether RTLD_LAZY is declared... yes checking whether RTLD_NOW is declared... yes checking whether RTLD_GLOBAL is declared... yes checking whether RTLD_LOCAL is declared... yes checking whether RTLD_NODELETE is declared... yes checking whether RTLD_NOLOAD is declared... yes checking whether RTLD_DEEPBIND is declared... yes checking whether RTLD_MEMBER is declared... no checking digit size for Python's longs... no value specified checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking size of wchar_t... 4 checking whether wchar_t is signed... no checking whether wchar_t is usable... yes checking whether byte ordering is bigendian... no checking ABIFLAGS... checking SOABI... cpython-311-aarch64-linux-gnu checking LDVERSION... $(VERSION)$(ABIFLAGS) checking for --with-platlibdir... yes checking for --with-wheel-pkg-dir... no checking whether right shift extends the sign bit... yes checking for getc_unlocked() and friends... yes checking how to link readline libs... -lreadline checking whether rl_completion_append_character is declared... yes checking whether rl_completion_suppress_append is declared... yes checking for rl_pre_input_hook in -lreadline... yes checking for rl_completion_display_matches_hook in -lreadline... yes checking for rl_resize_terminal in -lreadline... yes checking for rl_completion_matches in -lreadline... yes checking whether rl_catch_signals is declared... yes checking for append_history in -lreadline... yes checking for broken nice()... no checking for broken poll()... no checking for working tzset()... yes checking for tv_nsec in struct stat... yes checking for tv_nsec2 in struct stat... no checking curses.h usability... yes checking curses.h presence... yes checking for curses.h... yes checking ncurses.h usability... yes checking ncurses.h presence... yes checking for ncurses.h... yes checking for term.h... yes checking whether mvwdelch is an expression... yes checking whether WINDOW has _flags... yes checking for curses function is_pad... yes checking for curses function is_term_resized... yes checking for curses function resize_term... yes checking for curses function resizeterm... yes checking for curses function immedok... yes checking for curses function syncok... yes checking for curses function wchgat... yes checking for curses function filter... yes checking for curses function has_key... yes checking for curses function typeahead... yes checking for curses function use_env... yes configure: checking for device files checking for /dev/ptmx... yes checking for /dev/ptc... no checking for %zd printf() format support... yes checking for socklen_t... yes checking for broken mbstowcs... no checking for --with-computed-gotos... yes checking whether gcc supports computed gotos... yes checking for build directories... done checking for -O2... yes checking for glibc _FORTIFY_SOURCE/memmove bug... no checking for stdatomic.h... yes checking for builtin __atomic_load_n and __atomic_store_n functions... yes checking for ensurepip... no checking if the dirent structure of a d_type field... yes checking for the Linux getrandom() syscall... yes checking for the getrandom() function... yes checking for library containing shm_open... none required checking for shm_open... yes checking for shm_unlink... yes checking for aarch64-redhat-linux-gnu-pkg-config... /usr/bin/aarch64-redhat-linux-gnu-pkg-config checking whether compiling and linking against OpenSSL works... yes checking for --with-openssl-rpath... checking whether OpenSSL provides required ssl module APIs... yes checking whether OpenSSL provides required hashlib module APIs... yes checking for --with-ssl-default-suites... openssl checking for --with-builtin-hashlib-hashes... md5,sha1,sha256,sha512,sha3,blake2 checking for LIBB2... no checking for --disable-test-modules... yes checking for additional Modules/Setup files... checking for stdlib extension module _multiprocessing... yes checking for stdlib extension module _posixshmem... yes checking for stdlib extension module fcntl... yes checking for stdlib extension module mmap... yes checking for stdlib extension module _socket... yes checking for stdlib extension module grp... yes checking for stdlib extension module ossaudiodev... yes checking for stdlib extension module pwd... yes checking for stdlib extension module resource... yes checking for stdlib extension module _scproxy... n/a checking for stdlib extension module spwd... yes checking for stdlib extension module syslog... yes checking for stdlib extension module termios... yes checking for stdlib extension module pyexpat... yes checking for stdlib extension module _elementtree... yes checking for stdlib extension module _md5... yes checking for stdlib extension module _sha1... yes checking for stdlib extension module _sha256... yes checking for stdlib extension module _sha512... yes checking for stdlib extension module _sha3... yes checking for stdlib extension module _blake2... yes checking for stdlib extension module _crypt... yes checking for stdlib extension module _decimal... yes checking for stdlib extension module _gdbm... yes checking for stdlib extension module nis... yes checking for stdlib extension module _sqlite3... yes checking for stdlib extension module _tkinter... yes checking for stdlib extension module _uuid... yes checking for stdlib extension module zlib... yes checking for stdlib extension module _bz2... yes checking for stdlib extension module _lzma... yes checking for stdlib extension module _ssl... yes checking for stdlib extension module _hashlib... yes checking for stdlib extension module _testcapi... yes checking for stdlib extension module _testinternalcapi... yes checking for stdlib extension module _testbuffer... yes checking for stdlib extension module _testimportmultiple... yes checking for stdlib extension module _testmultiphase... yes checking for stdlib extension module _xxtestfuzz... yes checking for stdlib extension module _ctypes_test... yes checking for stdlib extension module xxlimited... yes checking for stdlib extension module xxlimited_35... yes configure: creating ./config.status config.status: creating Makefile.pre config.status: creating Misc/python.pc config.status: creating Misc/python-embed.pc config.status: creating Misc/python-config.sh config.status: creating Modules/Setup.bootstrap config.status: creating Modules/Setup.stdlib config.status: creating Modules/ld_so_aix config.status: creating pyconfig.h configure: WARNING: unrecognized options: --disable-dependency-tracking configure: creating Modules/Setup.local configure: creating Makefile + /usr/bin/make -O -j32 V=1 VERBOSE=1 EXTRA_CFLAGS= '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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv ' Running code to generate profile data (this can take a while): # First, we need to create a clean build with profile generation # enabled. /usr/bin/make profile-gen-stamp /usr/bin/make clean make[2]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' find /builddir/build/BUILD/Python-3.11.1 -depth -name '__pycache__' -exec rm -rf {} ';' find /builddir/build/BUILD/Python-3.11.1 -name '*.py[co]' -exec rm -f {} ';' make[2]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[2]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' find . -name '*.[oa]' -exec rm -f {} ';' find . -name '*.s[ol]' -exec rm -f {} ';' find . -name '*.so.[0-9]*.[0-9]*' -exec rm -f {} ';' find . -name '*.wasm' -exec rm -f {} ';' find . -name '*.lst' -exec rm -f {} ';' find build -name 'fficonfig.h' -exec rm -f {} ';' || true find build -name '*.py' -exec rm -f {} ';' || true find build -name '*.py[co]' -exec rm -f {} ';' || true rm -f pybuilddir.txt rm -f Lib/lib2to3/*Grammar*.pickle rm -f _bootstrap_python rm -f python.html python*.js python.data python*.symbols python*.map rm -f ./usr/lib/python3.11/os.py rm -f Programs/_testembed Programs/_freeze_module rm -f Python/deepfreeze/*.[co] rm -f Python/frozen_modules/*.h rm -f Python/frozen_modules/MANIFEST find build -type f -a ! -name '*.gc??' -exec rm -f {} ';' rm -f Include/pydtrace_probes.h rm -f profile-gen-stamp make[2]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' find: 'build': No such file or directory find: 'build': No such file or directory find: 'build': No such file or directory find: 'build': No such file or directory make[2]: [Makefile:2547: clean-retain-profile] Error 1 (ignored) make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' find . -name '*.gc??' -exec rm -f {} ';' find . -name '*.profclang?' -exec rm -f {} ';' find . -name '*.dyn' -exec rm -f {} ';' rm -f /builddir/build/BUILD/Python-3.11.1/build/optimized/coverage.info rm -rf /builddir/build/BUILD/Python-3.11.1/build/optimized/lcov-report rm -f profile-run-stamp make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' touch profile-clean-stamp make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' Building with support for profile generation: make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' /usr/bin/make build_all_generate_profile /usr/bin/make build_all 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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate" LDFLAGS_NODIST="-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate" LIBS="-ldl " make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' /usr/bin/install -c -m 644 /builddir/build/BUILD/Python-3.11.1/Tools/gdb/libpython.py python-gdb.py make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' sed -e "s,@EXENAME@,/usr/bin/python3.11," < /builddir/build/BUILD/Python-3.11.1/Misc/python-config.in >python-config.py LC_ALL=C sed -e 's,\$(\([A-Za-z0-9_]*\)),\$\{\1\},g' < Misc/python-config.sh >python-config make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' /usr/bin/mkdir -p Include /usr/bin/dtrace -o Include/pydtrace_probes.h -h -s /builddir/build/BUILD/Python-3.11.1/Include/pydtrace.d : sed in-place edit with POSIX-only tools sed 's/PYTHON_/PyDTrace_/' Include/pydtrace_probes.h > Include/pydtrace_probes.h.tmp mv Include/pydtrace_probes.h.tmp Include/pydtrace_probes.h make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Modules/getpath_noop.o /builddir/build/BUILD/Python-3.11.1/Modules/getpath_noop.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Programs/python.o /builddir/build/BUILD/Python-3.11.1/Programs/python.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Parser/peg_api.o /builddir/build/BUILD/Python-3.11.1/Parser/peg_api.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Parser/token.o /builddir/build/BUILD/Python-3.11.1/Parser/token.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Programs/_freeze_module.o /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/accu.o /builddir/build/BUILD/Python-3.11.1/Objects/accu.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/boolobject.o /builddir/build/BUILD/Python-3.11.1/Objects/boolobject.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Parser/myreadline.o /builddir/build/BUILD/Python-3.11.1/Parser/myreadline.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/capsule.o /builddir/build/BUILD/Python-3.11.1/Objects/capsule.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/cellobject.o /builddir/build/BUILD/Python-3.11.1/Objects/cellobject.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/interpreteridobject.o /builddir/build/BUILD/Python-3.11.1/Objects/interpreteridobject.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Parser/pegen_errors.o /builddir/build/BUILD/Python-3.11.1/Parser/pegen_errors.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/enumobject.o /builddir/build/BUILD/Python-3.11.1/Objects/enumobject.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/fileobject.o /builddir/build/BUILD/Python-3.11.1/Objects/fileobject.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/classobject.o /builddir/build/BUILD/Python-3.11.1/Objects/classobject.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/iterobject.o /builddir/build/BUILD/Python-3.11.1/Objects/iterobject.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Parser/pegen.o /builddir/build/BUILD/Python-3.11.1/Parser/pegen.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/namespaceobject.o /builddir/build/BUILD/Python-3.11.1/Objects/namespaceobject.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/picklebufobject.o /builddir/build/BUILD/Python-3.11.1/Objects/picklebufobject.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/call.o /builddir/build/BUILD/Python-3.11.1/Objects/call.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/methodobject.o /builddir/build/BUILD/Python-3.11.1/Objects/methodobject.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/complexobject.o /builddir/build/BUILD/Python-3.11.1/Objects/complexobject.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Parser/action_helpers.o /builddir/build/BUILD/Python-3.11.1/Parser/action_helpers.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/bytes_methods.o /builddir/build/BUILD/Python-3.11.1/Objects/bytes_methods.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Parser/string_parser.o /builddir/build/BUILD/Python-3.11.1/Parser/string_parser.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/genericaliasobject.o /builddir/build/BUILD/Python-3.11.1/Objects/genericaliasobject.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/funcobject.o /builddir/build/BUILD/Python-3.11.1/Objects/funcobject.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Programs/_testembed.o /builddir/build/BUILD/Python-3.11.1/Programs/_testembed.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/frameobject.o /builddir/build/BUILD/Python-3.11.1/Objects/frameobject.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/moduleobject.o /builddir/build/BUILD/Python-3.11.1/Objects/moduleobject.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/sliceobject.o /builddir/build/BUILD/Python-3.11.1/Objects/sliceobject.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/genobject.o /builddir/build/BUILD/Python-3.11.1/Objects/genobject.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/descrobject.o /builddir/build/BUILD/Python-3.11.1/Objects/descrobject.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/asdl.o /builddir/build/BUILD/Python-3.11.1/Python/asdl.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/structseq.o /builddir/build/BUILD/Python-3.11.1/Objects/structseq.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/Python-tokenize.o /builddir/build/BUILD/Python-3.11.1/Python/Python-tokenize.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/unionobject.o /builddir/build/BUILD/Python-3.11.1/Objects/unionobject.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/odictobject.o /builddir/build/BUILD/Python-3.11.1/Objects/odictobject.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/rangeobject.o /builddir/build/BUILD/Python-3.11.1/Objects/rangeobject.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/obmalloc.o /builddir/build/BUILD/Python-3.11.1/Objects/obmalloc.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' /builddir/build/BUILD/Python-3.11.1/Objects/obmalloc.c:1449:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 1449 | arena_map_get(block *p, int create) | ^~~~~~~~~~~~~ make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Parser/tokenizer.o /builddir/build/BUILD/Python-3.11.1/Parser/tokenizer.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/floatobject.o /builddir/build/BUILD/Python-3.11.1/Objects/floatobject.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/dynamic_annotations.o /builddir/build/BUILD/Python-3.11.1/Python/dynamic_annotations.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/unicodectype.o /builddir/build/BUILD/Python-3.11.1/Objects/unicodectype.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/frozenmain.o /builddir/build/BUILD/Python-3.11.1/Python/frozenmain.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/future.o /builddir/build/BUILD/Python-3.11.1/Python/future.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/getcompiler.o /builddir/build/BUILD/Python-3.11.1/Python/getcompiler.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/tupleobject.o /builddir/build/BUILD/Python-3.11.1/Objects/tupleobject.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/getcopyright.o /builddir/build/BUILD/Python-3.11.1/Python/getcopyright.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/frame.o /builddir/build/BUILD/Python-3.11.1/Python/frame.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/codeobject.o /builddir/build/BUILD/Python-3.11.1/Objects/codeobject.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -DPLATFORM='"linux"' -o Python/getplatform.o /builddir/build/BUILD/Python-3.11.1/Python/getplatform.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/getversion.o /builddir/build/BUILD/Python-3.11.1/Python/getversion.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/object.o /builddir/build/BUILD/Python-3.11.1/Objects/object.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/hashtable.o /builddir/build/BUILD/Python-3.11.1/Python/hashtable.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -I. -o Python/importdl.o /builddir/build/BUILD/Python-3.11.1/Python/importdl.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/abstract.o /builddir/build/BUILD/Python-3.11.1/Objects/abstract.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/mysnprintf.o /builddir/build/BUILD/Python-3.11.1/Python/mysnprintf.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/context.o /builddir/build/BUILD/Python-3.11.1/Python/context.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/ast.o /builddir/build/BUILD/Python-3.11.1/Python/ast.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/ast_unparse.o /builddir/build/BUILD/Python-3.11.1/Python/ast_unparse.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/mystrtoul.o /builddir/build/BUILD/Python-3.11.1/Python/mystrtoul.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/pyfpe.o /builddir/build/BUILD/Python-3.11.1/Python/pyfpe.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/_warnings.o /builddir/build/BUILD/Python-3.11.1/Python/_warnings.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/pyarena.o /builddir/build/BUILD/Python-3.11.1/Python/pyarena.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/memoryobject.o /builddir/build/BUILD/Python-3.11.1/Objects/memoryobject.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/pyctype.o /builddir/build/BUILD/Python-3.11.1/Python/pyctype.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/setobject.o /builddir/build/BUILD/Python-3.11.1/Objects/setobject.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/pathconfig.o /builddir/build/BUILD/Python-3.11.1/Python/pathconfig.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/pymath.o /builddir/build/BUILD/Python-3.11.1/Python/pymath.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/modsupport.o /builddir/build/BUILD/Python-3.11.1/Python/modsupport.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/listobject.o /builddir/build/BUILD/Python-3.11.1/Objects/listobject.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/pyhash.o /builddir/build/BUILD/Python-3.11.1/Python/pyhash.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/bootstrap_hash.o /builddir/build/BUILD/Python-3.11.1/Python/bootstrap_hash.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/weakrefobject.o /builddir/build/BUILD/Python-3.11.1/Objects/weakrefobject.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/exceptions.o /builddir/build/BUILD/Python-3.11.1/Objects/exceptions.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/structmember.o /builddir/build/BUILD/Python-3.11.1/Python/structmember.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/preconfig.o /builddir/build/BUILD/Python-3.11.1/Python/preconfig.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/errors.o /builddir/build/BUILD/Python-3.11.1/Python/errors.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/codecs.o /builddir/build/BUILD/Python-3.11.1/Python/codecs.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/pystrcmp.o /builddir/build/BUILD/Python-3.11.1/Python/pystrcmp.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/hamt.o /builddir/build/BUILD/Python-3.11.1/Python/hamt.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/getopt.o /builddir/build/BUILD/Python-3.11.1/Python/getopt.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/pytime.o /builddir/build/BUILD/Python-3.11.1/Python/pytime.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/thread.o /builddir/build/BUILD/Python-3.11.1/Python/thread.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/pystrhex.o /builddir/build/BUILD/Python-3.11.1/Python/pystrhex.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Modules/config.o Modules/config.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/pystrtod.o /builddir/build/BUILD/Python-3.11.1/Python/pystrtod.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE \ -DSOABI='"cpython-311-aarch64-linux-gnu"' \ -o Python/dynload_shlib.o /builddir/build/BUILD/Python-3.11.1/Python/dynload_shlib.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/ast_opt.o /builddir/build/BUILD/Python-3.11.1/Python/ast_opt.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/suggestions.o /builddir/build/BUILD/Python-3.11.1/Python/suggestions.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/specialize.o /builddir/build/BUILD/Python-3.11.1/Python/specialize.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/marshal.o /builddir/build/BUILD/Python-3.11.1/Python/marshal.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/atexitmodule.c -o Modules/atexitmodule.o make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/bltinmodule.o /builddir/build/BUILD/Python-3.11.1/Python/bltinmodule.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/getargs.o /builddir/build/BUILD/Python-3.11.1/Python/getargs.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/bytearrayobject.o /builddir/build/BUILD/Python-3.11.1/Objects/bytearrayobject.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/import.o /builddir/build/BUILD/Python-3.11.1/Python/import.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Modules/main.o /builddir/build/BUILD/Python-3.11.1/Modules/main.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/pystate.o /builddir/build/BUILD/Python-3.11.1/Python/pystate.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/faulthandler.c -o Modules/faulthandler.o make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/fileutils.o /builddir/build/BUILD/Python-3.11.1/Python/fileutils.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/formatter_unicode.o /builddir/build/BUILD/Python-3.11.1/Python/formatter_unicode.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/traceback.o /builddir/build/BUILD/Python-3.11.1/Python/traceback.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/dictobject.o /builddir/build/BUILD/Python-3.11.1/Objects/dictobject.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_tracemalloc.c -o Modules/_tracemalloc.o make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/pythonrun.o /builddir/build/BUILD/Python-3.11.1/Python/pythonrun.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/pylifecycle.o /builddir/build/BUILD/Python-3.11.1/Python/pylifecycle.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Modules/gcmodule.o /builddir/build/BUILD/Python-3.11.1/Modules/gcmodule.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/signalmodule.c -o Modules/signalmodule.o make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -I/builddir/build/BUILD/Python-3.11.1/Modules/_io -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_io/_iomodule.c -o Modules/_io/_iomodule.o make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/dtoa.o /builddir/build/BUILD/Python-3.11.1/Python/dtoa.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_weakref.c -o Modules/_weakref.o make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -I/builddir/build/BUILD/Python-3.11.1/Modules/_io -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_io/iobase.c -o Modules/_io/iobase.o make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/symtablemodule.c -o Modules/symtablemodule.o make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -I/builddir/build/BUILD/Python-3.11.1/Modules/_io -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_io/bytesio.c -o Modules/_io/bytesio.o make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/initconfig.o /builddir/build/BUILD/Python-3.11.1/Python/initconfig.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -I/builddir/build/BUILD/Python-3.11.1/Modules/_io -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_io/fileio.c -o Modules/_io/fileio.o make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -I/builddir/build/BUILD/Python-3.11.1/Modules/_io -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_io/stringio.c -o Modules/_io/stringio.o make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/bytesobject.o /builddir/build/BUILD/Python-3.11.1/Objects/bytesobject.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/pwdmodule.c -o Modules/pwdmodule.o make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_stat.c -o Modules/_stat.o make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_codecsmodule.c -o Modules/_codecsmodule.o make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/xxsubtype.c -o Modules/xxsubtype.o make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/errnomodule.c -o Modules/errnomodule.o make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/longobject.o /builddir/build/BUILD/Python-3.11.1/Objects/longobject.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/timemodule.c -o Modules/timemodule.o make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/symtable.o /builddir/build/BUILD/Python-3.11.1/Python/symtable.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_threadmodule.c -o Modules/_threadmodule.o make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_collectionsmodule.c -o Modules/_collectionsmodule.o make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE \ -DABIFLAGS='""' \ -DMULTIARCH=\"aarch64-linux-gnu\" \ -o Python/sysmodule.o /builddir/build/BUILD/Python-3.11.1/Python/sysmodule.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_abc.c -o Modules/_abc.o make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_localemodule.c -o Modules/_localemodule.o make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_functoolsmodule.c -o Modules/_functoolsmodule.o make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_operator.c -o Modules/_operator.o make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -I/builddir/build/BUILD/Python-3.11.1/Modules/_io -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_io/bufferedio.c -o Modules/_io/bufferedio.o make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -I/builddir/build/BUILD/Python-3.11.1/Modules/_io -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_io/textio.c -o Modules/_io/textio.o make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/itertoolsmodule.c -o Modules/itertoolsmodule.o make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/typeobject.o /builddir/build/BUILD/Python-3.11.1/Objects/typeobject.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/compile.o /builddir/build/BUILD/Python-3.11.1/Python/compile.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/posixmodule.c -o Modules/posixmodule.o make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_sre/sre.c -o Modules/_sre/sre.o make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/Python-ast.o /builddir/build/BUILD/Python-3.11.1/Python/Python-ast.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/ceval.o /builddir/build/BUILD/Python-3.11.1/Python/ceval.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' /usr/bin/dtrace -o Python/pydtrace.o -G -s /builddir/build/BUILD/Python-3.11.1/Include/pydtrace.d Python/ceval.o Python/import.o Python/sysmodule.o Modules/gcmodule.o make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Parser/parser.o /builddir/build/BUILD/Python-3.11.1/Parser/parser.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/unicodeobject.o /builddir/build/BUILD/Python-3.11.1/Objects/unicodeobject.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE \ -DGITVERSION="\"`LC_ALL=C `\"" \ -DGITTAG="\"`LC_ALL=C `\"" \ -DGITBRANCH="\"`LC_ALL=C `\"" \ -o Modules/getbuildinfo.o /builddir/build/BUILD/Python-3.11.1/Modules/getbuildinfo.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -o Programs/_freeze_module Programs/_freeze_module.o Modules/getpath_noop.o Modules/getbuildinfo.o Parser/token.o Parser/pegen.o Parser/pegen_errors.o Parser/action_helpers.o Parser/parser.o Parser/string_parser.o Parser/peg_api.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/accu.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genericaliasobject.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/interpreteridobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/picklebufobject.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/unionobject.o Objects/weakrefobject.o Python/_warnings.o Python/Python-ast.o Python/Python-tokenize.o Python/asdl.o Python/ast.o Python/ast_opt.o Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/codecs.o Python/compile.o Python/context.o Python/dynamic_annotations.o Python/errors.o Python/frame.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/hamt.o Python/hashtable.o Python/import.o Python/importdl.o Python/initconfig.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/preconfig.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/bootstrap_hash.o Python/specialize.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/thread.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/suggestions.o Python/dynload_shlib.o Python/pydtrace.o Modules/config.o Modules/main.o Modules/gcmodule.o Modules/atexitmodule.o Modules/faulthandler.o Modules/posixmodule.o Modules/signalmodule.o Modules/_tracemalloc.o Modules/_codecsmodule.o Modules/_collectionsmodule.o Modules/errnomodule.o Modules/_io/_iomodule.o Modules/_io/iobase.o Modules/_io/fileio.o Modules/_io/bytesio.o Modules/_io/bufferedio.o Modules/_io/textio.o Modules/_io/stringio.o Modules/itertoolsmodule.o Modules/_sre/sre.o Modules/_threadmodule.o Modules/timemodule.o Modules/_weakref.o Modules/_abc.o Modules/_functoolsmodule.o Modules/_localemodule.o Modules/_operator.o Modules/_stat.o Modules/symtablemodule.o Modules/pwdmodule.o Modules/xxsubtype.o -ldl -lm make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' ./Programs/_freeze_module getpath /builddir/build/BUILD/Python-3.11.1/Modules/getpath.py Python/frozen_modules/getpath.h make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' ./Programs/_freeze_module zipimport /builddir/build/BUILD/Python-3.11.1/Lib/zipimport.py Python/frozen_modules/zipimport.h make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' ./Programs/_freeze_module importlib._bootstrap /builddir/build/BUILD/Python-3.11.1/Lib/importlib/_bootstrap.py Python/frozen_modules/importlib._bootstrap.h make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' ./Programs/_freeze_module importlib._bootstrap_external /builddir/build/BUILD/Python-3.11.1/Lib/importlib/_bootstrap_external.py Python/frozen_modules/importlib._bootstrap_external.h make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Programs/_bootstrap_python.o /builddir/build/BUILD/Python-3.11.1/Programs/_bootstrap_python.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -DPYTHONPATH='""' \ -DPREFIX='"/usr"' \ -DEXEC_PREFIX='"/usr"' \ -DVERSION='"3.11"' \ -DVPATH='"/builddir/build/BUILD/Python-3.11.1"' \ -DPLATLIBDIR='"lib64"' \ -DPYTHONFRAMEWORK='""' \ -o Modules/getpath.o /builddir/build/BUILD/Python-3.11.1/Modules/getpath.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -fno-lto -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -o _bootstrap_python Modules/getbuildinfo.o Parser/token.o Parser/pegen.o Parser/pegen_errors.o Parser/action_helpers.o Parser/parser.o Parser/string_parser.o Parser/peg_api.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/accu.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genericaliasobject.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/interpreteridobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/picklebufobject.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/unionobject.o Objects/weakrefobject.o Python/_warnings.o Python/Python-ast.o Python/Python-tokenize.o Python/asdl.o Python/ast.o Python/ast_opt.o Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/codecs.o Python/compile.o Python/context.o Python/dynamic_annotations.o Python/errors.o Python/frame.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/hamt.o Python/hashtable.o Python/import.o Python/importdl.o Python/initconfig.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/preconfig.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/bootstrap_hash.o Python/specialize.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/thread.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/suggestions.o Python/dynload_shlib.o Python/pydtrace.o Modules/config.o Modules/main.o Modules/gcmodule.o Modules/atexitmodule.o Modules/faulthandler.o Modules/posixmodule.o Modules/signalmodule.o Modules/_tracemalloc.o Modules/_codecsmodule.o Modules/_collectionsmodule.o Modules/errnomodule.o Modules/_io/_iomodule.o Modules/_io/iobase.o Modules/_io/fileio.o Modules/_io/bytesio.o Modules/_io/bufferedio.o Modules/_io/textio.o Modules/_io/stringio.o Modules/itertoolsmodule.o Modules/_sre/sre.o Modules/_threadmodule.o Modules/timemodule.o Modules/_weakref.o Modules/_abc.o Modules/_functoolsmodule.o Modules/_localemodule.o Modules/_operator.o Modules/_stat.o Modules/symtablemodule.o Modules/pwdmodule.o Modules/xxsubtype.o \ Programs/_bootstrap_python.o Modules/getpath.o -ldl -lm make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py __phello__ /builddir/build/BUILD/Python-3.11.1/Lib/__phello__/__init__.py Python/frozen_modules/__phello__.h make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py importlib.machinery /builddir/build/BUILD/Python-3.11.1/Lib/importlib/machinery.py Python/frozen_modules/importlib.machinery.h make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py frozen_only /builddir/build/BUILD/Python-3.11.1/Tools/freeze/flag.py Python/frozen_modules/frozen_only.h make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py __phello__.spam /builddir/build/BUILD/Python-3.11.1/Lib/__phello__/spam.py Python/frozen_modules/__phello__.spam.h make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py __phello__.ham /builddir/build/BUILD/Python-3.11.1/Lib/__phello__/ham/__init__.py Python/frozen_modules/__phello__.ham.h make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py __phello__.ham.eggs /builddir/build/BUILD/Python-3.11.1/Lib/__phello__/ham/eggs.py Python/frozen_modules/__phello__.ham.eggs.h make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py __hello__ /builddir/build/BUILD/Python-3.11.1/Lib/__hello__.py Python/frozen_modules/__hello__.h make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py stat /builddir/build/BUILD/Python-3.11.1/Lib/stat.py Python/frozen_modules/stat.h make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py genericpath /builddir/build/BUILD/Python-3.11.1/Lib/genericpath.py Python/frozen_modules/genericpath.h make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py abc /builddir/build/BUILD/Python-3.11.1/Lib/abc.py Python/frozen_modules/abc.h make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py io /builddir/build/BUILD/Python-3.11.1/Lib/io.py Python/frozen_modules/io.h make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py _sitebuiltins /builddir/build/BUILD/Python-3.11.1/Lib/_sitebuiltins.py Python/frozen_modules/_sitebuiltins.h make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py importlib.util /builddir/build/BUILD/Python-3.11.1/Lib/importlib/util.py Python/frozen_modules/importlib.util.h make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py runpy /builddir/build/BUILD/Python-3.11.1/Lib/runpy.py Python/frozen_modules/runpy.h make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py posixpath /builddir/build/BUILD/Python-3.11.1/Lib/posixpath.py Python/frozen_modules/posixpath.h make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py site /builddir/build/BUILD/Python-3.11.1/Lib/site.py Python/frozen_modules/site.h make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py ntpath /builddir/build/BUILD/Python-3.11.1/Lib/ntpath.py Python/frozen_modules/ntpath.h make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py codecs /builddir/build/BUILD/Python-3.11.1/Lib/codecs.py Python/frozen_modules/codecs.h make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py os /builddir/build/BUILD/Python-3.11.1/Lib/os.py Python/frozen_modules/os.h make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py _collections_abc /builddir/build/BUILD/Python-3.11.1/Lib/_collections_abc.py Python/frozen_modules/_collections_abc.h make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/frozen.o /builddir/build/BUILD/Python-3.11.1/Python/frozen.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Tools/scripts/deepfreeze.py \ Python/frozen_modules/importlib._bootstrap.h:importlib._bootstrap \ Python/frozen_modules/importlib._bootstrap_external.h:importlib._bootstrap_external \ Python/frozen_modules/zipimport.h:zipimport \ Python/frozen_modules/abc.h:abc \ Python/frozen_modules/codecs.h:codecs \ Python/frozen_modules/io.h:io \ Python/frozen_modules/_collections_abc.h:_collections_abc \ Python/frozen_modules/_sitebuiltins.h:_sitebuiltins \ Python/frozen_modules/genericpath.h:genericpath \ Python/frozen_modules/ntpath.h:ntpath \ Python/frozen_modules/posixpath.h:posixpath \ Python/frozen_modules/os.h:os \ Python/frozen_modules/site.h:site \ Python/frozen_modules/stat.h:stat \ Python/frozen_modules/importlib.util.h:importlib.util \ Python/frozen_modules/importlib.machinery.h:importlib.machinery \ Python/frozen_modules/runpy.h:runpy \ Python/frozen_modules/__hello__.h:__hello__ \ Python/frozen_modules/__phello__.h:__phello__ \ Python/frozen_modules/__phello__.ham.h:__phello__.ham \ Python/frozen_modules/__phello__.ham.eggs.h:__phello__.ham.eggs \ Python/frozen_modules/__phello__.spam.h:__phello__.spam \ Python/frozen_modules/frozen_only.h:frozen_only \ -o Python/deepfreeze/deepfreeze.c Note: Deepfreeze may have added some global objects, so run 'make regen-global-objects' if necessary. make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/deepfreeze/deepfreeze.o Python/deepfreeze/deepfreeze.c make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' if test libpython3.11.so.1.0 != libpython3.11.so; then \ gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-hlibpython3.11.so.1.0 -o libpython3.11.so.1.0 Modules/getbuildinfo.o Parser/token.o Parser/pegen.o Parser/pegen_errors.o Parser/action_helpers.o Parser/parser.o Parser/string_parser.o Parser/peg_api.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/accu.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genericaliasobject.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/interpreteridobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/picklebufobject.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/unionobject.o Objects/weakrefobject.o Python/_warnings.o Python/Python-ast.o Python/Python-tokenize.o Python/asdl.o Python/ast.o Python/ast_opt.o Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/codecs.o Python/compile.o Python/context.o Python/dynamic_annotations.o Python/errors.o Python/frame.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/hamt.o Python/hashtable.o Python/import.o Python/importdl.o Python/initconfig.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/preconfig.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/bootstrap_hash.o Python/specialize.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/thread.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/suggestions.o Python/dynload_shlib.o Python/pydtrace.o Modules/config.o Modules/main.o Modules/gcmodule.o Modules/atexitmodule.o Modules/faulthandler.o Modules/posixmodule.o Modules/signalmodule.o Modules/_tracemalloc.o Modules/_codecsmodule.o Modules/_collectionsmodule.o Modules/errnomodule.o Modules/_io/_iomodule.o Modules/_io/iobase.o Modules/_io/fileio.o Modules/_io/bytesio.o Modules/_io/bufferedio.o Modules/_io/textio.o Modules/_io/stringio.o Modules/itertoolsmodule.o Modules/_sre/sre.o Modules/_threadmodule.o Modules/timemodule.o Modules/_weakref.o Modules/_abc.o Modules/_functoolsmodule.o Modules/_localemodule.o Modules/_operator.o Modules/_stat.o Modules/symtablemodule.o Modules/pwdmodule.o Modules/xxsubtype.o Python/deepfreeze/deepfreeze.o Modules/getpath.o Python/frozen.o -ldl -lm; \ ln -f libpython3.11.so.1.0 libpython3.11.so; \ else \ gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -o libpython3.11.so Modules/getbuildinfo.o Parser/token.o Parser/pegen.o Parser/pegen_errors.o Parser/action_helpers.o Parser/parser.o Parser/string_parser.o Parser/peg_api.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/accu.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genericaliasobject.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/interpreteridobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/picklebufobject.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/unionobject.o Objects/weakrefobject.o Python/_warnings.o Python/Python-ast.o Python/Python-tokenize.o Python/asdl.o Python/ast.o Python/ast_opt.o Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/codecs.o Python/compile.o Python/context.o Python/dynamic_annotations.o Python/errors.o Python/frame.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/hamt.o Python/hashtable.o Python/import.o Python/importdl.o Python/initconfig.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/preconfig.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/bootstrap_hash.o Python/specialize.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/thread.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/suggestions.o Python/dynload_shlib.o Python/pydtrace.o Modules/config.o Modules/main.o Modules/gcmodule.o Modules/atexitmodule.o Modules/faulthandler.o Modules/posixmodule.o Modules/signalmodule.o Modules/_tracemalloc.o Modules/_codecsmodule.o Modules/_collectionsmodule.o Modules/errnomodule.o Modules/_io/_iomodule.o Modules/_io/iobase.o Modules/_io/fileio.o Modules/_io/bytesio.o Modules/_io/bufferedio.o Modules/_io/textio.o Modules/_io/stringio.o Modules/itertoolsmodule.o Modules/_sre/sre.o Modules/_threadmodule.o Modules/timemodule.o Modules/_weakref.o Modules/_abc.o Modules/_functoolsmodule.o Modules/_localemodule.o Modules/_operator.o Modules/_stat.o Modules/symtablemodule.o Modules/pwdmodule.o Modules/xxsubtype.o Python/deepfreeze/deepfreeze.o Modules/getpath.o Python/frozen.o -ldl -lm; \ fi make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,--no-as-needed -o libpython3.so -Wl,-hlibpython3.so libpython3.11.so make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Xlinker -export-dynamic -o python Programs/python.o -L. -lpython3.11 -ldl -lm make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' LD_LIBRARY_PATH=/builddir/build/BUILD/Python-3.11.1/build/optimized ./python -E -S -m sysconfig --generate-posix-vars ;\ if test $? -ne 0 ; then \ echo "generate-posix-vars failed" ; \ rm -f ./pybuilddir.txt ; \ exit 1 ; \ fi make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' LD_LIBRARY_PATH=/builddir/build/BUILD/Python-3.11.1/build/optimized ./python -E -c 'import sys ; from sysconfig import get_platform ; print("%s-%d.%d" % (get_platform(), *sys.version_info[:2]))' >platform make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Xlinker -export-dynamic -o Programs/_testembed Programs/_testembed.o -L. -lpython3.11 -ldl -lm make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[3]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' LD_LIBRARY_PATH=/builddir/build/BUILD/Python-3.11.1/build/optimized CC='gcc' LDSHARED='gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate' OPT='-DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv' ./python -E /builddir/build/BUILD/Python-3.11.1/setup.py build running build running build_ext building 'array' extension building '_contextvars' extension building 'math' extension building 'cmath' extension creating build/temp.linux-aarch64-3.11/builddir building '_datetime' extension building '_random' extension building '_zoneinfo' extension creating build/temp.linux-aarch64-3.11/builddir creating build/temp.linux-aarch64-3.11/builddir creating build/temp.linux-aarch64-3.11/builddir/build creating build/temp.linux-aarch64-3.11/builddir/build building '_json' extension building '_lsprof' extension creating build/temp.linux-aarch64-3.11/builddir/build creating build/temp.linux-aarch64-3.11/builddir/build creating build/temp.linux-aarch64-3.11/builddir/build building '_pickle' extension creating build/temp.linux-aarch64-3.11/builddir/build/BUILD creating build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1 creating build/temp.linux-aarch64-3.11/builddir/build/BUILD creating build/temp.linux-aarch64-3.11/builddir/build/BUILD building '_statistics' extension creating build/temp.linux-aarch64-3.11/builddir/build creating build/temp.linux-aarch64-3.11/builddir/build/BUILD building 'unicodedata' extension building 'fcntl' extension building '_bisect' extension creating build/temp.linux-aarch64-3.11/builddir/build/BUILD building '_queue' extension building '_heapq' extension creating build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules creating build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules building 'select' extension creating build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_randommodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_randommodule.o creating build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules building 'audioop' extension building '_csv' extension building '_posixsubprocess' extension creating build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules building '_testinternalcapi' extension building '_opcode' extension building '_asyncio' extension creating build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_contextvarsmodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_contextvarsmodule.o building 'spwd' extension creating build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules building '_struct' extension building 'mmap' extension building 'syslog' extension building '_xxsubinterpreters' extension building '_typing' extension creating build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_csv.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_csv.o creating build/temp.linux-aarch64-3.11/builddir/build/BUILD building 'grp' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_json.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_json.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_testinternalcapi.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_testinternalcapi.o creating build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_asynciomodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_asynciomodule.o building '_socket' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/selectmodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/selectmodule.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_struct.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_struct.o creating build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/syslogmodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/syslogmodule.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_xxsubinterpretersmodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_xxsubinterpretersmodule.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/audioop.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/audioop.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/cmathmodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/cmathmodule.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_posixsubprocess.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_posixsubprocess.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/unicodedata.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/unicodedata.o creating build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/grpmodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/grpmodule.o creating build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_queuemodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_queuemodule.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_bisectmodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_bisectmodule.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/socketmodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/socketmodule.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_heapqmodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_heapqmodule.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_lsprof.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_lsprof.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_typingmodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_typingmodule.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_statisticsmodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_statisticsmodule.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_datetimemodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_datetimemodule.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_opcode.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_opcode.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/spwdmodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/spwdmodule.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_pickle.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_pickle.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/mmapmodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/mmapmodule.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_zoneinfo.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_zoneinfo.o building '_testcapi' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_testcapimodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_testcapimodule.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/fcntlmodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/fcntlmodule.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/arraymodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/arraymodule.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/mathmodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/mathmodule.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_contextvarsmodule.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_contextvars.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_typingmodule.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_typing.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_opcode.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_opcode.cpython-311-aarch64-linux-gnu.so building '_testbuffer' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_testbuffer.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_testbuffer.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_statisticsmodule.o -L. -L/usr/local/lib -lm -o build/lib.linux-aarch64-3.11/_statistics.cpython-311-aarch64-linux-gnu.so building '_testimportmultiple' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_testimportmultiple.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_testimportmultiple.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/spwdmodule.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/spwd.cpython-311-aarch64-linux-gnu.so building '_testmultiphase' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_testmultiphase.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_testmultiphase.o building '_xxtestfuzz' extension creating build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_xxtestfuzz gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_xxtestfuzz/_xxtestfuzz.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_xxtestfuzz/_xxtestfuzz.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/syslogmodule.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/syslog.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/grpmodule.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/grp.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_randommodule.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_random.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_queuemodule.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_queue.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_testimportmultiple.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_testimportmultiple.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_bisectmodule.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_bisect.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_heapqmodule.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_heapq.cpython-311-aarch64-linux-gnu.so building 'readline' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/readline.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/readline.o building '_curses' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -DHAVE_NCURSESW=1 -I/usr/include/ncursesw -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_cursesmodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_cursesmodule.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_xxtestfuzz/fuzzer.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_xxtestfuzz/fuzzer.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/fcntlmodule.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/fcntl.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_testinternalcapi.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_testinternalcapi.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_posixsubprocess.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_posixsubprocess.cpython-311-aarch64-linux-gnu.so building '_curses_panel' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -DHAVE_NCURSESW=1 -I/usr/include/ncursesw -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_curses_panel.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_curses_panel.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/rotatingtree.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/rotatingtree.o building '_crypt' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_cryptmodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_cryptmodule.o building '_ssl' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_ssl.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_ssl.o building '_hashlib' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_hashopenssl.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_hashopenssl.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_lsprof.o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/rotatingtree.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_lsprof.cpython-311-aarch64-linux-gnu.so building '_md5' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/md5module.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/md5module.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_cryptmodule.o -L. -L/usr/local/lib -lcrypt -o build/lib.linux-aarch64-3.11/_crypt.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/mmapmodule.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/mmap.cpython-311-aarch64-linux-gnu.so building '_sha1' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/sha1module.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/sha1module.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_testmultiphase.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_testmultiphase.cpython-311-aarch64-linux-gnu.so building '_sha256' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/sha256module.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/sha256module.o building '_sha512' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/sha512module.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/sha512module.o building '_sha3' extension creating build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_sha3 gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_sha3/sha3module.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_sha3/sha3module.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/selectmodule.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/select.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_xxtestfuzz/_xxtestfuzz.o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_xxtestfuzz/fuzzer.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_xxtestfuzz.cpython-311-aarch64-linux-gnu.so building '_blake2' extension creating build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_blake2 gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_blake2/blake2b_impl.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_blake2/blake2b_impl.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_curses_panel.o -L. -L/usr/local/lib -lpanelw -lncursesw -o build/lib.linux-aarch64-3.11/_curses_panel.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/md5module.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_md5.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/sha1module.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_sha1.cpython-311-aarch64-linux-gnu.so building '_dbm' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -DUSE_GDBM_COMPAT -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_dbmmodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_dbmmodule.o building '_gdbm' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_gdbmmodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_gdbmmodule.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_xxsubinterpretersmodule.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_xxsubinterpreters.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/readline.o -L/usr/lib/termcap -L. -L/usr/local/lib -lreadline -o build/lib.linux-aarch64-3.11/readline.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_csv.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_csv.cpython-311-aarch64-linux-gnu.so building '_sqlite3' extension creating build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/blob.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/blob.o building 'termios' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/termios.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/termios.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_sha3/sha3module.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_sha3.cpython-311-aarch64-linux-gnu.so building 'resource' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/resource.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/resource.o building 'ossaudiodev' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/ossaudiodev.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/ossaudiodev.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_struct.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_struct.cpython-311-aarch64-linux-gnu.so building 'nis' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/usr/include/tirpc -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/nismodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/nismodule.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/sha256module.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_sha256.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_zoneinfo.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_zoneinfo.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_dbmmodule.o -L. -L/usr/local/lib -lgdbm_compat -o build/lib.linux-aarch64-3.11/_dbm.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/sha512module.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_sha512.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/audioop.o -L. -L/usr/local/lib -lm -o build/lib.linux-aarch64-3.11/audioop.cpython-311-aarch64-linux-gnu.so building 'zlib' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/zlibmodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/zlibmodule.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_gdbmmodule.o -L. -L/usr/local/lib -lgdbm -o build/lib.linux-aarch64-3.11/_gdbm.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/resource.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/resource.cpython-311-aarch64-linux-gnu.so gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/connection.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/connection.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/termios.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/termios.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_testbuffer.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_testbuffer.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/nismodule.o -L. -L/usr/local/lib -lnsl -ltirpc -o build/lib.linux-aarch64-3.11/nis.cpython-311-aarch64-linux-gnu.so building 'binascii' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -DUSE_ZLIB_CRC32 -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/binascii.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/binascii.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_blake2/blake2module.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_blake2/blake2module.o building '_bz2' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_bz2module.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_bz2module.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/mathmodule.o -L. -L/usr/local/lib -lm -o build/lib.linux-aarch64-3.11/math.cpython-311-aarch64-linux-gnu.so building '_lzma' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_lzmamodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_lzmamodule.o building 'pyexpat' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/pyexpat.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/pyexpat.o building '_elementtree' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_elementtree.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_elementtree.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/arraymodule.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/array.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_hashopenssl.o -L. -L/usr/local/lib -lcrypto -o build/lib.linux-aarch64-3.11/_hashlib.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/unicodedata.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/unicodedata.cpython-311-aarch64-linux-gnu.so building '_multibytecodec' extension creating build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/multibytecodec.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/multibytecodec.o building '_codecs_kr' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_kr.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_kr.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_blake2/blake2s_impl.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_blake2/blake2s_impl.o building '_codecs_jp' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_jp.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_jp.o building '_codecs_cn' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_cn.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_cn.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/ossaudiodev.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/ossaudiodev.cpython-311-aarch64-linux-gnu.so building '_codecs_tw' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_tw.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_tw.o building '_codecs_hk' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_hk.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_hk.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_json.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_json.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_asynciomodule.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_asyncio.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_bz2module.o -L. -L/usr/local/lib -lbz2 -o build/lib.linux-aarch64-3.11/_bz2.cpython-311-aarch64-linux-gnu.so building '_codecs_iso2022' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_iso2022.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_iso2022.o building '_decimal' extension creating build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_decimal gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_decimal/_decimal.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_decimal/_decimal.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_tw.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_codecs_tw.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/socketmodule.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_socket.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_kr.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_codecs_kr.cpython-311-aarch64-linux-gnu.so building '_ctypes_test' extension creating build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_ctypes gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/_ctypes_test.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/_ctypes_test.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/zlibmodule.o -L. -L/usr/local/lib -lz -o build/lib.linux-aarch64-3.11/zlib.cpython-311-aarch64-linux-gnu.so building '_multiprocessing' extension creating build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_multiprocessing gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/builddir/build/BUILD/Python-3.11.1/Modules/_multiprocessing -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_multiprocessing/multiprocessing.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_multiprocessing/multiprocessing.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_blake2/blake2b_impl.o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_blake2/blake2module.o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_blake2/blake2s_impl.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_blake2.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_lzmamodule.o -L. -L/usr/local/lib -llzma -o build/lib.linux-aarch64-3.11/_lzma.cpython-311-aarch64-linux-gnu.so building '_posixshmem' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/builddir/build/BUILD/Python-3.11.1/Modules/_multiprocessing -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_multiprocessing/posixshmem.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_multiprocessing/posixshmem.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/binascii.o -L. -L/usr/local/lib -lz -o build/lib.linux-aarch64-3.11/binascii.cpython-311-aarch64-linux-gnu.so building '_tkinter' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -DWITH_APPINIT=1 -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_tkinter.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_tkinter.o -Wno-strict-prototypes gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_hk.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_codecs_hk.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_cn.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_codecs_cn.cpython-311-aarch64-linux-gnu.so gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/builddir/build/BUILD/Python-3.11.1/Modules/_multiprocessing -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_multiprocessing/semaphore.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_multiprocessing/semaphore.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_multiprocessing/posixshmem.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_posixshmem.cpython-311-aarch64-linux-gnu.so building '_uuid' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/usr/include/uuid -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_uuidmodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_uuidmodule.o building 'xxlimited' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/xxlimited.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/xxlimited.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/cursor.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/cursor.o building 'xxlimited_35' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/xxlimited_35.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/xxlimited_35.o building '_ctypes' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/usr/include -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/_ctypes.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/_ctypes.o -DHAVE_FFI_PREP_CIF_VAR=1 -DHAVE_FFI_PREP_CLOSURE_LOC=1 -DHAVE_FFI_CLOSURE_ALLOC=1 gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_uuidmodule.o -L. -L/usr/local/lib -luuid -o build/lib.linux-aarch64-3.11/_uuid.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/_ctypes_test.o -L. -L/usr/local/lib -lm -o build/lib.linux-aarch64-3.11/_ctypes_test.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_multiprocessing/multiprocessing.o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_multiprocessing/semaphore.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_multiprocessing.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/xxlimited_35.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/xxlimited_35.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/xxlimited.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/xxlimited.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_iso2022.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_codecs_iso2022.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_jp.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_codecs_jp.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/multibytecodec.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_multibytecodec.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/pyexpat.o -L. -L/usr/local/lib -lexpat -o build/lib.linux-aarch64-3.11/pyexpat.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/cmathmodule.o -L. -L/usr/local/lib -lm -o build/lib.linux-aarch64-3.11/cmath.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_datetimemodule.o -L. -L/usr/local/lib -lm -o build/lib.linux-aarch64-3.11/_datetime.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_cursesmodule.o -L. -L/usr/local/lib -lncursesw -o build/lib.linux-aarch64-3.11/_curses.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_ssl.o -L. -L/usr/local/lib -lssl -lcrypto -o build/lib.linux-aarch64-3.11/_ssl.cpython-311-aarch64-linux-gnu.so gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/microprotocols.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/microprotocols.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/module.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/module.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_testcapimodule.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_testcapi.cpython-311-aarch64-linux-gnu.so gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -DWITH_APPINIT=1 -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/tkappinit.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/tkappinit.o -Wno-strict-prototypes gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_tkinter.o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/tkappinit.o -L. -L/usr/local/lib -ltk8.6 -ltkstub8.6 -ltcl8.6 -ltclstub8.6 -o build/lib.linux-aarch64-3.11/_tkinter.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_elementtree.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_elementtree.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_pickle.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_pickle.cpython-311-aarch64-linux-gnu.so gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/prepare_protocol.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/prepare_protocol.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/row.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/row.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/statement.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/statement.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/util.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/util.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/blob.o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/connection.o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/cursor.o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/microprotocols.o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/module.o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/prepare_protocol.o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/row.o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/statement.o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/util.o -L. -L/usr/local/lib -lsqlite3 -o build/lib.linux-aarch64-3.11/_sqlite3.cpython-311-aarch64-linux-gnu.so gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/usr/include -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/callbacks.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/callbacks.o -DHAVE_FFI_PREP_CIF_VAR=1 -DHAVE_FFI_PREP_CLOSURE_LOC=1 -DHAVE_FFI_CLOSURE_ALLOC=1 gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/usr/include -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/callproc.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/callproc.o -DHAVE_FFI_PREP_CIF_VAR=1 -DHAVE_FFI_PREP_CLOSURE_LOC=1 -DHAVE_FFI_CLOSURE_ALLOC=1 gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/usr/include -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/cfield.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/cfield.o -DHAVE_FFI_PREP_CIF_VAR=1 -DHAVE_FFI_PREP_CLOSURE_LOC=1 -DHAVE_FFI_CLOSURE_ALLOC=1 gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_decimal/_decimal.o -L. -L/usr/local/lib -lmpdec -o build/lib.linux-aarch64-3.11/_decimal.cpython-311-aarch64-linux-gnu.so gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-generate -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/usr/include -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/stgdict.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/stgdict.o -DHAVE_FFI_PREP_CIF_VAR=1 -DHAVE_FFI_PREP_CLOSURE_LOC=1 -DHAVE_FFI_CLOSURE_ALLOC=1 gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fprofile-generate -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/_ctypes.o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/callbacks.o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/callproc.o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/cfield.o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/stgdict.o -L. -L/usr/local/lib -lffi -ldl -o build/lib.linux-aarch64-3.11/_ctypes.cpython-311-aarch64-linux-gnu.so running build_scripts creating build/scripts-3.11 copying and adjusting /builddir/build/BUILD/Python-3.11.1/Tools/scripts/pydoc3 -> build/scripts-3.11 copying and adjusting /builddir/build/BUILD/Python-3.11.1/Tools/scripts/idle3 -> build/scripts-3.11 copying and adjusting /builddir/build/BUILD/Python-3.11.1/Tools/scripts/2to3 -> build/scripts-3.11 changing mode of build/scripts-3.11/pydoc3 from 644 to 755 changing mode of build/scripts-3.11/idle3 from 644 to 755 changing mode of build/scripts-3.11/2to3 from 644 to 755 make[3]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' touch profile-gen-stamp make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' # Next, run the profile task to generate the profile information. /usr/bin/make run_profile_task renaming build/scripts-3.11/pydoc3 to build/scripts-3.11/pydoc3.11 renaming build/scripts-3.11/idle3 to build/scripts-3.11/idle3.11 renaming build/scripts-3.11/2to3 to build/scripts-3.11/2to3-3.11 make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' LD_LIBRARY_PATH=/builddir/build/BUILD/Python-3.11.1/build/optimized ./python -m test --pgo --timeout=1200 || true 0:00:00 load avg: 6.82 Run tests sequentially (timeout: 20 min) 0:00:00 load avg: 6.82 [ 1/44] test_array 0:00:02 load avg: 6.82 [ 2/44] test_base64 0:00:03 load avg: 6.35 [ 3/44] test_binascii 0:00:03 load avg: 6.35 [ 4/44] test_binop 0:00:04 load avg: 6.35 [ 5/44] test_bisect 0:00:04 load avg: 6.35 [ 6/44] test_bytes 0:00:14 load avg: 5.53 [ 7/44] test_bz2 0:00:16 load avg: 5.53 [ 8/44] test_cmath 0:00:16 load avg: 5.53 [ 9/44] test_codecs 0:00:22 load avg: 5.17 [10/44] test_collections 0:00:25 load avg: 4.83 [11/44] test_complex 0:00:26 load avg: 4.83 [12/44] test_dataclasses 0:00:27 load avg: 4.83 [13/44] test_datetime 0:00:35 load avg: 4.24 [14/44] test_decimal 0:00:51 load avg: 3.52 [15/44] test_difflib 0:00:53 load avg: 3.32 [16/44] test_embed 0:01:06 load avg: 2.96 [17/44] test_float 0:01:07 load avg: 2.96 [18/44] test_fstring 0:01:09 load avg: 2.81 [19/44] test_functools 0:01:10 load avg: 2.81 [20/44] test_generators 0:01:11 load avg: 2.81 [21/44] test_hashlib 0:01:13 load avg: 2.66 [22/44] test_heapq 0:01:15 load avg: 2.66 [23/44] test_int 0:01:16 load avg: 2.66 [24/44] test_itertools 0:01:28 load avg: 2.29 [25/44] test_json 0:01:35 load avg: 2.19 [26/44] test_long 0:01:44 load avg: 2.01 [27/44] test_lzma 0:01:45 load avg: 2.01 [28/44] test_math 0:01:54 load avg: 1.85 [29/44] test_memoryview 0:01:55 load avg: 1.85 [30/44] test_operator 0:01:56 load avg: 1.85 [31/44] test_ordered_dict 0:01:59 load avg: 1.78 [32/44] test_patma 0:02:00 load avg: 1.78 [33/44] test_pickle 0:02:19 load avg: 1.56 [34/44] test_pprint 0:02:20 load avg: 1.56 [35/44] test_re 0:02:24 load avg: 1.51 [36/44] test_set 0:02:37 load avg: 1.43 [37/44] test_sqlite3 0:02:39 load avg: 1.40 [38/44] test_statistics 0:03:03 load avg: 1.26 [39/44] test_struct 0:03:06 load avg: 1.26 [40/44] test_tabnanny 0:03:07 load avg: 1.26 [41/44] test_time 0:03:10 load avg: 1.16 [42/44] test_unicode 0:03:15 load avg: 1.15 [43/44] test_xml_etree 0:03:18 load avg: 1.15 [44/44] test_xml_etree_c Total duration: 3 min 21 sec Tests result: SUCCESS make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' /usr/bin/make build_all_merge_profile make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' true make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' # Remove profile generation binary since we are done with it. /usr/bin/make clean-retain-profile make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' find /builddir/build/BUILD/Python-3.11.1 -depth -name '__pycache__' -exec rm -rf {} ';' find /builddir/build/BUILD/Python-3.11.1 -name '*.py[co]' -exec rm -f {} ';' make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' find . -name '*.[oa]' -exec rm -f {} ';' find . -name '*.s[ol]' -exec rm -f {} ';' find . -name '*.so.[0-9]*.[0-9]*' -exec rm -f {} ';' find . -name '*.wasm' -exec rm -f {} ';' find . -name '*.lst' -exec rm -f {} ';' find build -name 'fficonfig.h' -exec rm -f {} ';' || true find build -name '*.py' -exec rm -f {} ';' || true find build -name '*.py[co]' -exec rm -f {} ';' || true rm -f pybuilddir.txt rm -f Lib/lib2to3/*Grammar*.pickle rm -f _bootstrap_python rm -f python.html python*.js python.data python*.symbols python*.map rm -f ./usr/lib/python3.11/os.py rm -f Programs/_testembed Programs/_freeze_module rm -f Python/deepfreeze/*.[co] rm -f Python/frozen_modules/*.h rm -f Python/frozen_modules/MANIFEST find build -type f -a ! -name '*.gc??' -exec rm -f {} ';' rm -f Include/pydtrace_probes.h rm -f profile-gen-stamp make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' # This is an expensive target to build and it does not have proper # makefile dependency information. So, we create a "stamp" file # to record its completion and avoid re-running it. touch profile-run-stamp Rebuilding with profile guided optimizations: rm -f profile-clean-stamp /usr/bin/make build_all 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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction" LDFLAGS_NODIST="-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g " make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' /usr/bin/mkdir -p Include /usr/bin/dtrace -o Include/pydtrace_probes.h -h -s /builddir/build/BUILD/Python-3.11.1/Include/pydtrace.d : sed in-place edit with POSIX-only tools sed 's/PYTHON_/PyDTrace_/' Include/pydtrace_probes.h > Include/pydtrace_probes.h.tmp mv Include/pydtrace_probes.h.tmp Include/pydtrace_probes.h make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Modules/getpath_noop.o /builddir/build/BUILD/Python-3.11.1/Modules/getpath_noop.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Programs/python.o /builddir/build/BUILD/Python-3.11.1/Programs/python.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Parser/token.o /builddir/build/BUILD/Python-3.11.1/Parser/token.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Programs/_freeze_module.o /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Parser/peg_api.o /builddir/build/BUILD/Python-3.11.1/Parser/peg_api.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/accu.o /builddir/build/BUILD/Python-3.11.1/Objects/accu.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/capsule.o /builddir/build/BUILD/Python-3.11.1/Objects/capsule.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Parser/myreadline.o /builddir/build/BUILD/Python-3.11.1/Parser/myreadline.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/boolobject.o /builddir/build/BUILD/Python-3.11.1/Objects/boolobject.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/cellobject.o /builddir/build/BUILD/Python-3.11.1/Objects/cellobject.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Parser/pegen_errors.o /builddir/build/BUILD/Python-3.11.1/Parser/pegen_errors.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/enumobject.o /builddir/build/BUILD/Python-3.11.1/Objects/enumobject.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/fileobject.o /builddir/build/BUILD/Python-3.11.1/Objects/fileobject.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/classobject.o /builddir/build/BUILD/Python-3.11.1/Objects/classobject.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/interpreteridobject.o /builddir/build/BUILD/Python-3.11.1/Objects/interpreteridobject.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/iterobject.o /builddir/build/BUILD/Python-3.11.1/Objects/iterobject.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/complexobject.o /builddir/build/BUILD/Python-3.11.1/Objects/complexobject.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Parser/pegen.o /builddir/build/BUILD/Python-3.11.1/Parser/pegen.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/genericaliasobject.o /builddir/build/BUILD/Python-3.11.1/Objects/genericaliasobject.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/namespaceobject.o /builddir/build/BUILD/Python-3.11.1/Objects/namespaceobject.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/picklebufobject.o /builddir/build/BUILD/Python-3.11.1/Objects/picklebufobject.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Parser/string_parser.o /builddir/build/BUILD/Python-3.11.1/Parser/string_parser.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Parser/action_helpers.o /builddir/build/BUILD/Python-3.11.1/Parser/action_helpers.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/methodobject.o /builddir/build/BUILD/Python-3.11.1/Objects/methodobject.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/call.o /builddir/build/BUILD/Python-3.11.1/Objects/call.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/bytes_methods.o /builddir/build/BUILD/Python-3.11.1/Objects/bytes_methods.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Programs/_testembed.o /builddir/build/BUILD/Python-3.11.1/Programs/_testembed.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/funcobject.o /builddir/build/BUILD/Python-3.11.1/Objects/funcobject.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/frameobject.o /builddir/build/BUILD/Python-3.11.1/Objects/frameobject.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/genobject.o /builddir/build/BUILD/Python-3.11.1/Objects/genobject.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/descrobject.o /builddir/build/BUILD/Python-3.11.1/Objects/descrobject.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/moduleobject.o /builddir/build/BUILD/Python-3.11.1/Objects/moduleobject.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/sliceobject.o /builddir/build/BUILD/Python-3.11.1/Objects/sliceobject.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/asdl.o /builddir/build/BUILD/Python-3.11.1/Python/asdl.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/Python-tokenize.o /builddir/build/BUILD/Python-3.11.1/Python/Python-tokenize.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/odictobject.o /builddir/build/BUILD/Python-3.11.1/Objects/odictobject.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/structseq.o /builddir/build/BUILD/Python-3.11.1/Objects/structseq.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/unionobject.o /builddir/build/BUILD/Python-3.11.1/Objects/unionobject.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/rangeobject.o /builddir/build/BUILD/Python-3.11.1/Objects/rangeobject.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Parser/tokenizer.o /builddir/build/BUILD/Python-3.11.1/Parser/tokenizer.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/floatobject.o /builddir/build/BUILD/Python-3.11.1/Objects/floatobject.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/dynamic_annotations.o /builddir/build/BUILD/Python-3.11.1/Python/dynamic_annotations.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/obmalloc.o /builddir/build/BUILD/Python-3.11.1/Objects/obmalloc.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' /builddir/build/BUILD/Python-3.11.1/Objects/obmalloc.c:1449:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 1449 | arena_map_get(block *p, int create) | ^~~~~~~~~~~~~ make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/abstract.o /builddir/build/BUILD/Python-3.11.1/Objects/abstract.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/codeobject.o /builddir/build/BUILD/Python-3.11.1/Objects/codeobject.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/object.o /builddir/build/BUILD/Python-3.11.1/Objects/object.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/frozenmain.o /builddir/build/BUILD/Python-3.11.1/Python/frozenmain.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/future.o /builddir/build/BUILD/Python-3.11.1/Python/future.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/exceptions.o /builddir/build/BUILD/Python-3.11.1/Objects/exceptions.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/tupleobject.o /builddir/build/BUILD/Python-3.11.1/Objects/tupleobject.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/_warnings.o /builddir/build/BUILD/Python-3.11.1/Python/_warnings.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/frame.o /builddir/build/BUILD/Python-3.11.1/Python/frame.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/getcopyright.o /builddir/build/BUILD/Python-3.11.1/Python/getcopyright.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/getcompiler.o /builddir/build/BUILD/Python-3.11.1/Python/getcompiler.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -DPLATFORM='"linux"' -o Python/getplatform.o /builddir/build/BUILD/Python-3.11.1/Python/getplatform.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/getversion.o /builddir/build/BUILD/Python-3.11.1/Python/getversion.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/ast.o /builddir/build/BUILD/Python-3.11.1/Python/ast.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/memoryobject.o /builddir/build/BUILD/Python-3.11.1/Objects/memoryobject.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/ast_unparse.o /builddir/build/BUILD/Python-3.11.1/Python/ast_unparse.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/context.o /builddir/build/BUILD/Python-3.11.1/Python/context.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/mysnprintf.o /builddir/build/BUILD/Python-3.11.1/Python/mysnprintf.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/hashtable.o /builddir/build/BUILD/Python-3.11.1/Python/hashtable.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/pyfpe.o /builddir/build/BUILD/Python-3.11.1/Python/pyfpe.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -I. -o Python/importdl.o /builddir/build/BUILD/Python-3.11.1/Python/importdl.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/weakrefobject.o /builddir/build/BUILD/Python-3.11.1/Objects/weakrefobject.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/pyctype.o /builddir/build/BUILD/Python-3.11.1/Python/pyctype.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/codecs.o /builddir/build/BUILD/Python-3.11.1/Python/codecs.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/pyarena.o /builddir/build/BUILD/Python-3.11.1/Python/pyarena.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/mystrtoul.o /builddir/build/BUILD/Python-3.11.1/Python/mystrtoul.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/setobject.o /builddir/build/BUILD/Python-3.11.1/Objects/setobject.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/pymath.o /builddir/build/BUILD/Python-3.11.1/Python/pymath.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/pathconfig.o /builddir/build/BUILD/Python-3.11.1/Python/pathconfig.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/pyhash.o /builddir/build/BUILD/Python-3.11.1/Python/pyhash.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/modsupport.o /builddir/build/BUILD/Python-3.11.1/Python/modsupport.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/ast_opt.o /builddir/build/BUILD/Python-3.11.1/Python/ast_opt.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/errors.o /builddir/build/BUILD/Python-3.11.1/Python/errors.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/bootstrap_hash.o /builddir/build/BUILD/Python-3.11.1/Python/bootstrap_hash.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/preconfig.o /builddir/build/BUILD/Python-3.11.1/Python/preconfig.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/structmember.o /builddir/build/BUILD/Python-3.11.1/Python/structmember.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/listobject.o /builddir/build/BUILD/Python-3.11.1/Objects/listobject.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/hamt.o /builddir/build/BUILD/Python-3.11.1/Python/hamt.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/unicodectype.o /builddir/build/BUILD/Python-3.11.1/Objects/unicodectype.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/pystrcmp.o /builddir/build/BUILD/Python-3.11.1/Python/pystrcmp.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/pytime.o /builddir/build/BUILD/Python-3.11.1/Python/pytime.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/bytearrayobject.o /builddir/build/BUILD/Python-3.11.1/Objects/bytearrayobject.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/getopt.o /builddir/build/BUILD/Python-3.11.1/Python/getopt.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/thread.o /builddir/build/BUILD/Python-3.11.1/Python/thread.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/pystrhex.o /builddir/build/BUILD/Python-3.11.1/Python/pystrhex.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Modules/config.o Modules/config.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/bltinmodule.o /builddir/build/BUILD/Python-3.11.1/Python/bltinmodule.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/pystrtod.o /builddir/build/BUILD/Python-3.11.1/Python/pystrtod.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE \ -DSOABI='"cpython-311-aarch64-linux-gnu"' \ -o Python/dynload_shlib.o /builddir/build/BUILD/Python-3.11.1/Python/dynload_shlib.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/suggestions.o /builddir/build/BUILD/Python-3.11.1/Python/suggestions.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/specialize.o /builddir/build/BUILD/Python-3.11.1/Python/specialize.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/marshal.o /builddir/build/BUILD/Python-3.11.1/Python/marshal.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/import.o /builddir/build/BUILD/Python-3.11.1/Python/import.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/atexitmodule.c -o Modules/atexitmodule.o make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/pythonrun.o /builddir/build/BUILD/Python-3.11.1/Python/pythonrun.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/pystate.o /builddir/build/BUILD/Python-3.11.1/Python/pystate.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Modules/main.o /builddir/build/BUILD/Python-3.11.1/Modules/main.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/traceback.o /builddir/build/BUILD/Python-3.11.1/Python/traceback.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/bytesobject.o /builddir/build/BUILD/Python-3.11.1/Objects/bytesobject.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/pylifecycle.o /builddir/build/BUILD/Python-3.11.1/Python/pylifecycle.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/errnomodule.c -o Modules/errnomodule.o make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/dictobject.o /builddir/build/BUILD/Python-3.11.1/Objects/dictobject.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/fileutils.o /builddir/build/BUILD/Python-3.11.1/Python/fileutils.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/faulthandler.c -o Modules/faulthandler.o make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/getargs.o /builddir/build/BUILD/Python-3.11.1/Python/getargs.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/formatter_unicode.o /builddir/build/BUILD/Python-3.11.1/Python/formatter_unicode.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_tracemalloc.c -o Modules/_tracemalloc.o make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -I/builddir/build/BUILD/Python-3.11.1/Modules/_io -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_io/_iomodule.c -o Modules/_io/_iomodule.o make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/initconfig.o /builddir/build/BUILD/Python-3.11.1/Python/initconfig.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Modules/gcmodule.o /builddir/build/BUILD/Python-3.11.1/Modules/gcmodule.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/signalmodule.c -o Modules/signalmodule.o make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -I/builddir/build/BUILD/Python-3.11.1/Modules/_io -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_io/iobase.c -o Modules/_io/iobase.o make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_weakref.c -o Modules/_weakref.o make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -I/builddir/build/BUILD/Python-3.11.1/Modules/_io -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_io/fileio.c -o Modules/_io/fileio.o make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -I/builddir/build/BUILD/Python-3.11.1/Modules/_io -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_io/bytesio.c -o Modules/_io/bytesio.o make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -I/builddir/build/BUILD/Python-3.11.1/Modules/_io -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_io/stringio.c -o Modules/_io/stringio.o make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE \ -DABIFLAGS='""' \ -DMULTIARCH=\"aarch64-linux-gnu\" \ -o Python/sysmodule.o /builddir/build/BUILD/Python-3.11.1/Python/sysmodule.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/symtable.o /builddir/build/BUILD/Python-3.11.1/Python/symtable.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/symtablemodule.c -o Modules/symtablemodule.o make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_stat.c -o Modules/_stat.o make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/xxsubtype.c -o Modules/xxsubtype.o make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/pwdmodule.c -o Modules/pwdmodule.o make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/dtoa.o /builddir/build/BUILD/Python-3.11.1/Python/dtoa.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_collectionsmodule.c -o Modules/_collectionsmodule.o make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/timemodule.c -o Modules/timemodule.o make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_localemodule.c -o Modules/_localemodule.o make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_abc.c -o Modules/_abc.o make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_codecsmodule.c -o Modules/_codecsmodule.o make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_threadmodule.c -o Modules/_threadmodule.o make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_functoolsmodule.c -o Modules/_functoolsmodule.o make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_operator.c -o Modules/_operator.o make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -I/builddir/build/BUILD/Python-3.11.1/Modules/_io -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_io/bufferedio.c -o Modules/_io/bufferedio.o make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/longobject.o /builddir/build/BUILD/Python-3.11.1/Objects/longobject.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -I/builddir/build/BUILD/Python-3.11.1/Modules/_io -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_io/textio.c -o Modules/_io/textio.o make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/itertoolsmodule.c -o Modules/itertoolsmodule.o make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/typeobject.o /builddir/build/BUILD/Python-3.11.1/Objects/typeobject.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/compile.o /builddir/build/BUILD/Python-3.11.1/Python/compile.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/posixmodule.c -o Modules/posixmodule.o make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/Python-ast.o /builddir/build/BUILD/Python-3.11.1/Python/Python-ast.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE_BUILTIN -c /builddir/build/BUILD/Python-3.11.1/Modules/_sre/sre.c -o Modules/_sre/sre.o make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Parser/parser.o /builddir/build/BUILD/Python-3.11.1/Parser/parser.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/ceval.o /builddir/build/BUILD/Python-3.11.1/Python/ceval.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' /usr/bin/dtrace -o Python/pydtrace.o -G -s /builddir/build/BUILD/Python-3.11.1/Include/pydtrace.d Python/ceval.o Python/import.o Python/sysmodule.o Modules/gcmodule.o make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Objects/unicodeobject.o /builddir/build/BUILD/Python-3.11.1/Objects/unicodeobject.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE \ -DGITVERSION="\"`LC_ALL=C `\"" \ -DGITTAG="\"`LC_ALL=C `\"" \ -DGITBRANCH="\"`LC_ALL=C `\"" \ -o Modules/getbuildinfo.o /builddir/build/BUILD/Python-3.11.1/Modules/getbuildinfo.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -o Programs/_freeze_module Programs/_freeze_module.o Modules/getpath_noop.o Modules/getbuildinfo.o Parser/token.o Parser/pegen.o Parser/pegen_errors.o Parser/action_helpers.o Parser/parser.o Parser/string_parser.o Parser/peg_api.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/accu.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genericaliasobject.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/interpreteridobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/picklebufobject.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/unionobject.o Objects/weakrefobject.o Python/_warnings.o Python/Python-ast.o Python/Python-tokenize.o Python/asdl.o Python/ast.o Python/ast_opt.o Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/codecs.o Python/compile.o Python/context.o Python/dynamic_annotations.o Python/errors.o Python/frame.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/hamt.o Python/hashtable.o Python/import.o Python/importdl.o Python/initconfig.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/preconfig.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/bootstrap_hash.o Python/specialize.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/thread.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/suggestions.o Python/dynload_shlib.o Python/pydtrace.o Modules/config.o Modules/main.o Modules/gcmodule.o Modules/atexitmodule.o Modules/faulthandler.o Modules/posixmodule.o Modules/signalmodule.o Modules/_tracemalloc.o Modules/_codecsmodule.o Modules/_collectionsmodule.o Modules/errnomodule.o Modules/_io/_iomodule.o Modules/_io/iobase.o Modules/_io/fileio.o Modules/_io/bytesio.o Modules/_io/bufferedio.o Modules/_io/textio.o Modules/_io/stringio.o Modules/itertoolsmodule.o Modules/_sre/sre.o Modules/_threadmodule.o Modules/timemodule.o Modules/_weakref.o Modules/_abc.o Modules/_functoolsmodule.o Modules/_localemodule.o Modules/_operator.o Modules/_stat.o Modules/symtablemodule.o Modules/pwdmodule.o Modules/xxsubtype.o -ldl -lm make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' ./Programs/_freeze_module getpath /builddir/build/BUILD/Python-3.11.1/Modules/getpath.py Python/frozen_modules/getpath.h make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' ./Programs/_freeze_module zipimport /builddir/build/BUILD/Python-3.11.1/Lib/zipimport.py Python/frozen_modules/zipimport.h make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' ./Programs/_freeze_module importlib._bootstrap /builddir/build/BUILD/Python-3.11.1/Lib/importlib/_bootstrap.py Python/frozen_modules/importlib._bootstrap.h make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' ./Programs/_freeze_module importlib._bootstrap_external /builddir/build/BUILD/Python-3.11.1/Lib/importlib/_bootstrap_external.py Python/frozen_modules/importlib._bootstrap_external.h make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Programs/_bootstrap_python.o /builddir/build/BUILD/Python-3.11.1/Programs/_bootstrap_python.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -DPYTHONPATH='""' \ -DPREFIX='"/usr"' \ -DEXEC_PREFIX='"/usr"' \ -DVERSION='"3.11"' \ -DVPATH='"/builddir/build/BUILD/Python-3.11.1"' \ -DPLATLIBDIR='"lib64"' \ -DPYTHONFRAMEWORK='""' \ -o Modules/getpath.o /builddir/build/BUILD/Python-3.11.1/Modules/getpath.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -fno-lto -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -o _bootstrap_python Modules/getbuildinfo.o Parser/token.o Parser/pegen.o Parser/pegen_errors.o Parser/action_helpers.o Parser/parser.o Parser/string_parser.o Parser/peg_api.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/accu.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genericaliasobject.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/interpreteridobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/picklebufobject.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/unionobject.o Objects/weakrefobject.o Python/_warnings.o Python/Python-ast.o Python/Python-tokenize.o Python/asdl.o Python/ast.o Python/ast_opt.o Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/codecs.o Python/compile.o Python/context.o Python/dynamic_annotations.o Python/errors.o Python/frame.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/hamt.o Python/hashtable.o Python/import.o Python/importdl.o Python/initconfig.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/preconfig.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/bootstrap_hash.o Python/specialize.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/thread.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/suggestions.o Python/dynload_shlib.o Python/pydtrace.o Modules/config.o Modules/main.o Modules/gcmodule.o Modules/atexitmodule.o Modules/faulthandler.o Modules/posixmodule.o Modules/signalmodule.o Modules/_tracemalloc.o Modules/_codecsmodule.o Modules/_collectionsmodule.o Modules/errnomodule.o Modules/_io/_iomodule.o Modules/_io/iobase.o Modules/_io/fileio.o Modules/_io/bytesio.o Modules/_io/bufferedio.o Modules/_io/textio.o Modules/_io/stringio.o Modules/itertoolsmodule.o Modules/_sre/sre.o Modules/_threadmodule.o Modules/timemodule.o Modules/_weakref.o Modules/_abc.o Modules/_functoolsmodule.o Modules/_localemodule.o Modules/_operator.o Modules/_stat.o Modules/symtablemodule.o Modules/pwdmodule.o Modules/xxsubtype.o \ Programs/_bootstrap_python.o Modules/getpath.o -ldl -lm make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py importlib.machinery /builddir/build/BUILD/Python-3.11.1/Lib/importlib/machinery.py Python/frozen_modules/importlib.machinery.h make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py __phello__ /builddir/build/BUILD/Python-3.11.1/Lib/__phello__/__init__.py Python/frozen_modules/__phello__.h make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py __phello__.spam /builddir/build/BUILD/Python-3.11.1/Lib/__phello__/spam.py Python/frozen_modules/__phello__.spam.h make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py frozen_only /builddir/build/BUILD/Python-3.11.1/Tools/freeze/flag.py Python/frozen_modules/frozen_only.h make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py __phello__.ham.eggs /builddir/build/BUILD/Python-3.11.1/Lib/__phello__/ham/eggs.py Python/frozen_modules/__phello__.ham.eggs.h make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py __hello__ /builddir/build/BUILD/Python-3.11.1/Lib/__hello__.py Python/frozen_modules/__hello__.h make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py __phello__.ham /builddir/build/BUILD/Python-3.11.1/Lib/__phello__/ham/__init__.py Python/frozen_modules/__phello__.ham.h make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py io /builddir/build/BUILD/Python-3.11.1/Lib/io.py Python/frozen_modules/io.h make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py stat /builddir/build/BUILD/Python-3.11.1/Lib/stat.py Python/frozen_modules/stat.h make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py _sitebuiltins /builddir/build/BUILD/Python-3.11.1/Lib/_sitebuiltins.py Python/frozen_modules/_sitebuiltins.h make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py genericpath /builddir/build/BUILD/Python-3.11.1/Lib/genericpath.py Python/frozen_modules/genericpath.h make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py abc /builddir/build/BUILD/Python-3.11.1/Lib/abc.py Python/frozen_modules/abc.h make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py importlib.util /builddir/build/BUILD/Python-3.11.1/Lib/importlib/util.py Python/frozen_modules/importlib.util.h make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py runpy /builddir/build/BUILD/Python-3.11.1/Lib/runpy.py Python/frozen_modules/runpy.h make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py posixpath /builddir/build/BUILD/Python-3.11.1/Lib/posixpath.py Python/frozen_modules/posixpath.h make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py site /builddir/build/BUILD/Python-3.11.1/Lib/site.py Python/frozen_modules/site.h make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py ntpath /builddir/build/BUILD/Python-3.11.1/Lib/ntpath.py Python/frozen_modules/ntpath.h make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py codecs /builddir/build/BUILD/Python-3.11.1/Lib/codecs.py Python/frozen_modules/codecs.h make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py os /builddir/build/BUILD/Python-3.11.1/Lib/os.py Python/frozen_modules/os.h make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Programs/_freeze_module.py _collections_abc /builddir/build/BUILD/Python-3.11.1/Lib/_collections_abc.py Python/frozen_modules/_collections_abc.h make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/frozen.o /builddir/build/BUILD/Python-3.11.1/Python/frozen.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' ./_bootstrap_python /builddir/build/BUILD/Python-3.11.1/Tools/scripts/deepfreeze.py \ Python/frozen_modules/importlib._bootstrap.h:importlib._bootstrap \ Python/frozen_modules/importlib._bootstrap_external.h:importlib._bootstrap_external \ Python/frozen_modules/zipimport.h:zipimport \ Python/frozen_modules/abc.h:abc \ Python/frozen_modules/codecs.h:codecs \ Python/frozen_modules/io.h:io \ Python/frozen_modules/_collections_abc.h:_collections_abc \ Python/frozen_modules/_sitebuiltins.h:_sitebuiltins \ Python/frozen_modules/genericpath.h:genericpath \ Python/frozen_modules/ntpath.h:ntpath \ Python/frozen_modules/posixpath.h:posixpath \ Python/frozen_modules/os.h:os \ Python/frozen_modules/site.h:site \ Python/frozen_modules/stat.h:stat \ Python/frozen_modules/importlib.util.h:importlib.util \ Python/frozen_modules/importlib.machinery.h:importlib.machinery \ Python/frozen_modules/runpy.h:runpy \ Python/frozen_modules/__hello__.h:__hello__ \ Python/frozen_modules/__phello__.h:__phello__ \ Python/frozen_modules/__phello__.ham.h:__phello__.ham \ Python/frozen_modules/__phello__.ham.eggs.h:__phello__.ham.eggs \ Python/frozen_modules/__phello__.spam.h:__phello__.spam \ Python/frozen_modules/frozen_only.h:frozen_only \ -o Python/deepfreeze/deepfreeze.c Note: Deepfreeze may have added some global objects, so run 'make regen-global-objects' if necessary. make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -c -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC -DPy_BUILD_CORE -o Python/deepfreeze/deepfreeze.o Python/deepfreeze/deepfreeze.c make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' if test libpython3.11.so.1.0 != libpython3.11.so; then \ gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-hlibpython3.11.so.1.0 -o libpython3.11.so.1.0 Modules/getbuildinfo.o Parser/token.o Parser/pegen.o Parser/pegen_errors.o Parser/action_helpers.o Parser/parser.o Parser/string_parser.o Parser/peg_api.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/accu.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genericaliasobject.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/interpreteridobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/picklebufobject.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/unionobject.o Objects/weakrefobject.o Python/_warnings.o Python/Python-ast.o Python/Python-tokenize.o Python/asdl.o Python/ast.o Python/ast_opt.o Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/codecs.o Python/compile.o Python/context.o Python/dynamic_annotations.o Python/errors.o Python/frame.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/hamt.o Python/hashtable.o Python/import.o Python/importdl.o Python/initconfig.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/preconfig.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/bootstrap_hash.o Python/specialize.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/thread.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/suggestions.o Python/dynload_shlib.o Python/pydtrace.o Modules/config.o Modules/main.o Modules/gcmodule.o Modules/atexitmodule.o Modules/faulthandler.o Modules/posixmodule.o Modules/signalmodule.o Modules/_tracemalloc.o Modules/_codecsmodule.o Modules/_collectionsmodule.o Modules/errnomodule.o Modules/_io/_iomodule.o Modules/_io/iobase.o Modules/_io/fileio.o Modules/_io/bytesio.o Modules/_io/bufferedio.o Modules/_io/textio.o Modules/_io/stringio.o Modules/itertoolsmodule.o Modules/_sre/sre.o Modules/_threadmodule.o Modules/timemodule.o Modules/_weakref.o Modules/_abc.o Modules/_functoolsmodule.o Modules/_localemodule.o Modules/_operator.o Modules/_stat.o Modules/symtablemodule.o Modules/pwdmodule.o Modules/xxsubtype.o Python/deepfreeze/deepfreeze.o Modules/getpath.o Python/frozen.o -ldl -lm; \ ln -f libpython3.11.so.1.0 libpython3.11.so; \ else \ gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -o libpython3.11.so Modules/getbuildinfo.o Parser/token.o Parser/pegen.o Parser/pegen_errors.o Parser/action_helpers.o Parser/parser.o Parser/string_parser.o Parser/peg_api.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/accu.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/call.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genericaliasobject.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/interpreteridobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/odictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/namespaceobject.o Objects/object.o Objects/obmalloc.o Objects/picklebufobject.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/unionobject.o Objects/weakrefobject.o Python/_warnings.o Python/Python-ast.o Python/Python-tokenize.o Python/asdl.o Python/ast.o Python/ast_opt.o Python/ast_unparse.o Python/bltinmodule.o Python/ceval.o Python/codecs.o Python/compile.o Python/context.o Python/dynamic_annotations.o Python/errors.o Python/frame.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/hamt.o Python/hashtable.o Python/import.o Python/importdl.o Python/initconfig.o Python/marshal.o Python/modsupport.o Python/mysnprintf.o Python/mystrtoul.o Python/pathconfig.o Python/preconfig.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pyhash.o Python/pylifecycle.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/bootstrap_hash.o Python/specialize.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/thread.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/pystrhex.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/suggestions.o Python/dynload_shlib.o Python/pydtrace.o Modules/config.o Modules/main.o Modules/gcmodule.o Modules/atexitmodule.o Modules/faulthandler.o Modules/posixmodule.o Modules/signalmodule.o Modules/_tracemalloc.o Modules/_codecsmodule.o Modules/_collectionsmodule.o Modules/errnomodule.o Modules/_io/_iomodule.o Modules/_io/iobase.o Modules/_io/fileio.o Modules/_io/bytesio.o Modules/_io/bufferedio.o Modules/_io/textio.o Modules/_io/stringio.o Modules/itertoolsmodule.o Modules/_sre/sre.o Modules/_threadmodule.o Modules/timemodule.o Modules/_weakref.o Modules/_abc.o Modules/_functoolsmodule.o Modules/_localemodule.o Modules/_operator.o Modules/_stat.o Modules/symtablemodule.o Modules/pwdmodule.o Modules/xxsubtype.o Python/deepfreeze/deepfreeze.o Modules/getpath.o Python/frozen.o -ldl -lm; \ fi make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,--no-as-needed -o libpython3.so -Wl,-hlibpython3.so libpython3.11.so make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Xlinker -export-dynamic -o python Programs/python.o -L. -lpython3.11 -ldl -lm make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' LD_LIBRARY_PATH=/builddir/build/BUILD/Python-3.11.1/build/optimized ./python -E -S -m sysconfig --generate-posix-vars ;\ if test $? -ne 0 ; then \ echo "generate-posix-vars failed" ; \ rm -f ./pybuilddir.txt ; \ exit 1 ; \ fi make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' LD_LIBRARY_PATH=/builddir/build/BUILD/Python-3.11.1/build/optimized ./python -E -c 'import sys ; from sysconfig import get_platform ; print("%s-%d.%d" % (get_platform(), *sys.version_info[:2]))' >platform make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' gcc -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Xlinker -export-dynamic -o Programs/_testembed Programs/_testembed.o -L. -lpython3.11 -ldl -lm make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' LD_LIBRARY_PATH=/builddir/build/BUILD/Python-3.11.1/build/optimized CC='gcc' LDSHARED='gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g ' OPT='-DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv' ./python -E /builddir/build/BUILD/Python-3.11.1/setup.py build running build running build_ext building 'array' extension building '_contextvars' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/arraymodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/arraymodule.o building 'math' extension building 'cmath' extension building '_datetime' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/mathmodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/mathmodule.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/cmathmodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/cmathmodule.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_contextvarsmodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_contextvarsmodule.o building '_random' extension building '_bisect' extension building '_zoneinfo' extension building '_heapq' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_randommodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_randommodule.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_zoneinfo.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_zoneinfo.o building '_pickle' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_heapqmodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_heapqmodule.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_datetimemodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_datetimemodule.o building '_lsprof' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_pickle.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_pickle.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_bisectmodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_bisectmodule.o building '_statistics' extension building '_asyncio' extension building '_queue' extension building 'unicodedata' extension building '_struct' extension building '_opcode' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_asynciomodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_asynciomodule.o building '_typing' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_statisticsmodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_statisticsmodule.o building 'fcntl' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_struct.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_struct.o building '_json' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_queuemodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_queuemodule.o building 'spwd' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/unicodedata.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/unicodedata.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_lsprof.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_lsprof.o building 'grp' extension building 'syslog' extension building '_xxsubinterpreters' extension building '_socket' extension building 'audioop' extension building '_csv' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/spwdmodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/spwdmodule.o building 'mmap' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/fcntlmodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/fcntlmodule.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_opcode.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_opcode.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/syslogmodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/syslogmodule.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_typingmodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_typingmodule.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/socketmodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/socketmodule.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/audioop.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/audioop.o building '_posixsubprocess' extension building '_testcapi' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_testcapimodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_testcapimodule.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_json.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_json.o building 'select' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/selectmodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/selectmodule.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_csv.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_csv.o building '_testinternalcapi' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_testinternalcapi.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_testinternalcapi.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_posixsubprocess.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_posixsubprocess.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/mmapmodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/mmapmodule.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/grpmodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/grpmodule.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_xxsubinterpretersmodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_xxsubinterpretersmodule.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_contextvarsmodule.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_contextvars.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_typingmodule.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_typing.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_opcode.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_opcode.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_statisticsmodule.o -L. -L/usr/local/lib -lm -o build/lib.linux-aarch64-3.11/_statistics.cpython-311-aarch64-linux-gnu.so building '_testbuffer' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_testbuffer.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_testbuffer.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/spwdmodule.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/spwd.cpython-311-aarch64-linux-gnu.so building '_testimportmultiple' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_testimportmultiple.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_testimportmultiple.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/syslogmodule.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/syslog.cpython-311-aarch64-linux-gnu.so building '_testmultiphase' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_testmultiphase.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_testmultiphase.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_queuemodule.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_queue.cpython-311-aarch64-linux-gnu.so building '_xxtestfuzz' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_xxtestfuzz/_xxtestfuzz.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_xxtestfuzz/_xxtestfuzz.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/grpmodule.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/grp.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_randommodule.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_random.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/fcntlmodule.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/fcntl.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_bisectmodule.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_bisect.cpython-311-aarch64-linux-gnu.so building 'readline' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/readline.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/readline.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_heapqmodule.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_heapq.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_testimportmultiple.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_testimportmultiple.cpython-311-aarch64-linux-gnu.so building '_curses' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -DHAVE_NCURSESW=1 -I/usr/include/ncursesw -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_cursesmodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_cursesmodule.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_testinternalcapi.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_testinternalcapi.cpython-311-aarch64-linux-gnu.so gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/rotatingtree.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/rotatingtree.o building '_curses_panel' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -DHAVE_NCURSESW=1 -I/usr/include/ncursesw -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_curses_panel.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_curses_panel.o building '_crypt' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_cryptmodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_cryptmodule.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_xxtestfuzz/fuzzer.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_xxtestfuzz/fuzzer.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_lsprof.o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/rotatingtree.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_lsprof.cpython-311-aarch64-linux-gnu.so building '_ssl' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_ssl.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_ssl.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_posixsubprocess.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_posixsubprocess.cpython-311-aarch64-linux-gnu.so building '_hashlib' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_hashopenssl.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_hashopenssl.o building '_md5' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/md5module.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/md5module.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/mmapmodule.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/mmap.cpython-311-aarch64-linux-gnu.so building '_sha1' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/sha1module.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/sha1module.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_testmultiphase.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_testmultiphase.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/selectmodule.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/select.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_cryptmodule.o -L. -L/usr/local/lib -lcrypt -o build/lib.linux-aarch64-3.11/_crypt.cpython-311-aarch64-linux-gnu.so building '_sha256' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/sha256module.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/sha256module.o building '_sha512' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/sha512module.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/sha512module.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_csv.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_csv.cpython-311-aarch64-linux-gnu.so building '_sha3' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_sha3/sha3module.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_sha3/sha3module.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_xxtestfuzz/_xxtestfuzz.o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_xxtestfuzz/fuzzer.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_xxtestfuzz.cpython-311-aarch64-linux-gnu.so building '_blake2' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_blake2/blake2b_impl.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_blake2/blake2b_impl.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_curses_panel.o -L. -L/usr/local/lib -lpanelw -lncursesw -o build/lib.linux-aarch64-3.11/_curses_panel.cpython-311-aarch64-linux-gnu.so building '_dbm' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -DUSE_GDBM_COMPAT -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_dbmmodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_dbmmodule.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_zoneinfo.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_zoneinfo.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_xxsubinterpretersmodule.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_xxsubinterpreters.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/readline.o -L/usr/lib/termcap -L. -L/usr/local/lib -lreadline -o build/lib.linux-aarch64-3.11/readline.cpython-311-aarch64-linux-gnu.so building '_gdbm' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_gdbmmodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_gdbmmodule.o building '_sqlite3' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/blob.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/blob.o building 'termios' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/termios.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/termios.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/md5module.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_md5.cpython-311-aarch64-linux-gnu.so building 'resource' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/resource.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/resource.o building 'ossaudiodev' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/ossaudiodev.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/ossaudiodev.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/sha1module.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_sha1.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/audioop.o -L. -L/usr/local/lib -lm -o build/lib.linux-aarch64-3.11/audioop.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_struct.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_struct.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_dbmmodule.o -L. -L/usr/local/lib -lgdbm_compat -o build/lib.linux-aarch64-3.11/_dbm.cpython-311-aarch64-linux-gnu.so building 'nis' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/usr/include/tirpc -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/nismodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/nismodule.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_asynciomodule.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_asyncio.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/mathmodule.o -L. -L/usr/local/lib -lm -o build/lib.linux-aarch64-3.11/math.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_sha3/sha3module.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_sha3.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/termios.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/termios.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_gdbmmodule.o -L. -L/usr/local/lib -lgdbm -o build/lib.linux-aarch64-3.11/_gdbm.cpython-311-aarch64-linux-gnu.so building 'zlib' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/zlibmodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/zlibmodule.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/resource.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/resource.cpython-311-aarch64-linux-gnu.so building 'binascii' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -DUSE_ZLIB_CRC32 -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/binascii.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/binascii.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/connection.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/connection.o building '_bz2' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_bz2module.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_bz2module.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/sha256module.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_sha256.cpython-311-aarch64-linux-gnu.so building '_lzma' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_lzmamodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_lzmamodule.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_testbuffer.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_testbuffer.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/nismodule.o -L. -L/usr/local/lib -lnsl -ltirpc -o build/lib.linux-aarch64-3.11/nis.cpython-311-aarch64-linux-gnu.so building 'pyexpat' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/pyexpat.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/pyexpat.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/arraymodule.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/array.cpython-311-aarch64-linux-gnu.so building '_elementtree' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_elementtree.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_elementtree.o building '_multibytecodec' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/multibytecodec.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/multibytecodec.o building '_codecs_kr' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_kr.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_kr.o building '_codecs_jp' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_jp.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_jp.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/sha512module.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_sha512.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_json.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_json.cpython-311-aarch64-linux-gnu.so building '_codecs_cn' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_cn.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_cn.o building '_codecs_tw' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_tw.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_tw.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_hashopenssl.o -L. -L/usr/local/lib -lcrypto -o build/lib.linux-aarch64-3.11/_hashlib.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/ossaudiodev.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/ossaudiodev.cpython-311-aarch64-linux-gnu.so gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_blake2/blake2module.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_blake2/blake2module.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_bz2module.o -L. -L/usr/local/lib -lbz2 -o build/lib.linux-aarch64-3.11/_bz2.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/socketmodule.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_socket.cpython-311-aarch64-linux-gnu.so building '_codecs_hk' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_hk.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_hk.o building '_codecs_iso2022' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_iso2022.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_iso2022.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_blake2/blake2s_impl.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_blake2/blake2s_impl.o building '_decimal' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1 -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_decimal/_decimal.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_decimal/_decimal.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/unicodedata.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/unicodedata.cpython-311-aarch64-linux-gnu.so building '_ctypes_test' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/_ctypes_test.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/_ctypes_test.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_tw.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_codecs_tw.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/zlibmodule.o -L. -L/usr/local/lib -lz -o build/lib.linux-aarch64-3.11/zlib.cpython-311-aarch64-linux-gnu.so building '_multiprocessing' extension building '_posixshmem' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/builddir/build/BUILD/Python-3.11.1/Modules/_multiprocessing -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_multiprocessing/posixshmem.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_multiprocessing/posixshmem.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/builddir/build/BUILD/Python-3.11.1/Modules/_multiprocessing -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_multiprocessing/multiprocessing.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_multiprocessing/multiprocessing.o building '_tkinter' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -DWITH_APPINIT=1 -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_tkinter.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_tkinter.o -Wno-strict-prototypes building '_uuid' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/usr/include/uuid -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_uuidmodule.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_uuidmodule.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_lzmamodule.o -L. -L/usr/local/lib -llzma -o build/lib.linux-aarch64-3.11/_lzma.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_kr.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_codecs_kr.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/binascii.o -L. -L/usr/local/lib -lz -o build/lib.linux-aarch64-3.11/binascii.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_cn.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_codecs_cn.cpython-311-aarch64-linux-gnu.so gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/builddir/build/BUILD/Python-3.11.1/Modules/_multiprocessing -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_multiprocessing/semaphore.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_multiprocessing/semaphore.o building 'xxlimited' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/xxlimited.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/xxlimited.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_uuidmodule.o -L. -L/usr/local/lib -luuid -o build/lib.linux-aarch64-3.11/_uuid.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_multiprocessing/posixshmem.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_posixshmem.cpython-311-aarch64-linux-gnu.so building 'xxlimited_35' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/xxlimited_35.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/xxlimited_35.o building '_ctypes' extension gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/usr/include -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/_ctypes.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/_ctypes.o -DHAVE_FFI_PREP_CIF_VAR=1 -DHAVE_FFI_PREP_CLOSURE_LOC=1 -DHAVE_FFI_CLOSURE_ALLOC=1 gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/cmathmodule.o -L. -L/usr/local/lib -lm -o build/lib.linux-aarch64-3.11/cmath.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_hk.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_codecs_hk.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/_ctypes_test.o -L. -L/usr/local/lib -lm -o build/lib.linux-aarch64-3.11/_ctypes_test.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/multibytecodec.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_multibytecodec.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/xxlimited.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/xxlimited.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_cursesmodule.o -L. -L/usr/local/lib -lncursesw -o build/lib.linux-aarch64-3.11/_curses.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_iso2022.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_codecs_iso2022.cpython-311-aarch64-linux-gnu.so gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/cursor.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/cursor.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/xxlimited_35.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/xxlimited_35.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/pyexpat.o -L. -L/usr/local/lib -lexpat -o build/lib.linux-aarch64-3.11/pyexpat.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_multiprocessing/multiprocessing.o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_multiprocessing/semaphore.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_multiprocessing.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/cjkcodecs/_codecs_jp.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_codecs_jp.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_testcapimodule.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_testcapi.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_ssl.o -L. -L/usr/local/lib -lssl -lcrypto -o build/lib.linux-aarch64-3.11/_ssl.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_blake2/blake2b_impl.o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_blake2/blake2module.o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_blake2/blake2s_impl.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_blake2.cpython-311-aarch64-linux-gnu.so gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_datetimemodule.o -L. -L/usr/local/lib -lm -o build/lib.linux-aarch64-3.11/_datetime.cpython-311-aarch64-linux-gnu.so gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/microprotocols.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/microprotocols.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_elementtree.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_elementtree.cpython-311-aarch64-linux-gnu.so gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -DWITH_APPINIT=1 -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/tkappinit.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/tkappinit.o -Wno-strict-prototypes gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_tkinter.o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/tkappinit.o -L. -L/usr/local/lib -ltk8.6 -ltkstub8.6 -ltcl8.6 -ltclstub8.6 -o build/lib.linux-aarch64-3.11/_tkinter.cpython-311-aarch64-linux-gnu.so gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/module.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/module.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_pickle.o -L. -L/usr/local/lib -o build/lib.linux-aarch64-3.11/_pickle.cpython-311-aarch64-linux-gnu.so gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/prepare_protocol.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/prepare_protocol.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/usr/include -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/callbacks.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/callbacks.o -DHAVE_FFI_PREP_CIF_VAR=1 -DHAVE_FFI_PREP_CLOSURE_LOC=1 -DHAVE_FFI_CLOSURE_ALLOC=1 gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/row.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/row.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/usr/include -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/callproc.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/callproc.o -DHAVE_FFI_PREP_CIF_VAR=1 -DHAVE_FFI_PREP_CLOSURE_LOC=1 -DHAVE_FFI_CLOSURE_ALLOC=1 gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/statement.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/statement.o gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/util.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/util.o gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/blob.o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/connection.o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/cursor.o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/microprotocols.o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/module.o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/prepare_protocol.o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/row.o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/statement.o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_sqlite/util.o -L. -L/usr/local/lib -lsqlite3 -o build/lib.linux-aarch64-3.11/_sqlite3.cpython-311-aarch64-linux-gnu.so gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/usr/include -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/cfield.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/cfield.o -DHAVE_FFI_PREP_CIF_VAR=1 -DHAVE_FFI_PREP_CLOSURE_LOC=1 -DHAVE_FFI_CLOSURE_ALLOC=1 gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_decimal/_decimal.o -L. -L/usr/local/lib -lmpdec -o build/lib.linux-aarch64-3.11/_decimal.cpython-311-aarch64-linux-gnu.so gcc -fPIC -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -I/usr/include -I. -IObjects -IInclude -IPython -I/usr/local/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/stgdict.c -o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/stgdict.o -DHAVE_FFI_PREP_CIF_VAR=1 -DHAVE_FFI_PREP_CLOSURE_LOC=1 -DHAVE_FFI_CLOSURE_ALLOC=1 gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/_ctypes.o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/callbacks.o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/callproc.o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/cfield.o build/temp.linux-aarch64-3.11/builddir/build/BUILD/Python-3.11.1/Modules/_ctypes/stgdict.o -L. -L/usr/local/lib -lffi -ldl -o build/lib.linux-aarch64-3.11/_ctypes.cpython-311-aarch64-linux-gnu.so running build_scripts copying and adjusting /builddir/build/BUILD/Python-3.11.1/Tools/scripts/pydoc3 -> build/scripts-3.11 copying and adjusting /builddir/build/BUILD/Python-3.11.1/Tools/scripts/idle3 -> build/scripts-3.11 copying and adjusting /builddir/build/BUILD/Python-3.11.1/Tools/scripts/2to3 -> build/scripts-3.11 changing mode of build/scripts-3.11/pydoc3 from 644 to 755 changing mode of build/scripts-3.11/idle3 from 644 to 755 changing mode of build/scripts-3.11/2to3 from 644 to 755 make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' ~/build/BUILD/Python-3.11.1 FINISHED: BUILD OF PYTHON FOR CONFIGURATION: optimized renaming build/scripts-3.11/pydoc3 to build/scripts-3.11/pydoc3.11 renaming build/scripts-3.11/idle3 to build/scripts-3.11/idle3.11 renaming build/scripts-3.11/2to3 to build/scripts-3.11/2to3-3.11 + popd + echo FINISHED: BUILD OF PYTHON FOR CONFIGURATION: optimized + RPM_EC=0 ++ jobs -p + exit 0 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64 ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64 + cd Python-3.11.1 ++ pwd + topdir=/builddir/build/BUILD/Python-3.11.1 + DirHoldingGdbPy=/usr/lib/debug//usr/lib64 + mkdir -p /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib/debug//usr/lib64 + InstallPython debug libpython3.11d.so.1.0 -O0 3.11d + ConfName=debug + PyInstSoName=libpython3.11d.so.1.0 + MoreCFlags=-O0 + LDVersion=3.11d + ConfDir=build/debug + echo STARTING: INSTALL OF PYTHON FOR CONFIGURATION: debug + mkdir -p build/debug + pushd build/debug + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64 'INSTALL=/usr/bin/install -p' EXTRA_CFLAGS=-O0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.wjabGg STARTING: INSTALL OF PYTHON FOR CONFIGURATION: debug ~/build/BUILD/Python-3.11.1/build/debug ~/build/BUILD/Python-3.11.1 Creating directory /usr/bin Creating directory /usr/lib64 if test "no-framework" = "no-framework" ; then \ /usr/bin/install -p python /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/python3.11d; \ else \ /usr/bin/install -p -s Mac/pythonw /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/python3.11d; \ fi if test "3.11" != "3.11d"; then \ if test -f /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/python3.11 -o -h /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/python3.11; \ then rm -f /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/python3.11; \ fi; \ (cd /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin; ln python3.11d python3.11); \ fi if test "x" != "x" ; then \ rm -f /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/python3.11-32; \ lipo \ -output /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/python3.11-32 \ /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/python3.11; \ fi if test "x" != "x" ; then \ rm -f /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/python3.11-intel64; \ lipo \ -output /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/python3.11-intel64 \ /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/python3.11; \ fi LD_LIBRARY_PATH=/builddir/build/BUILD/Python-3.11.1/build/debug CC='gcc' LDSHARED='gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g ' OPT='-DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv' ./python -E /builddir/build/BUILD/Python-3.11.1/setup.py build running build running build_ext running build_scripts copying and adjusting /builddir/build/BUILD/Python-3.11.1/Tools/scripts/pydoc3 -> build/scripts-3.11 copying and adjusting /builddir/build/BUILD/Python-3.11.1/Tools/scripts/idle3 -> build/scripts-3.11 copying and adjusting /builddir/build/BUILD/Python-3.11.1/Tools/scripts/2to3 -> build/scripts-3.11 changing mode of build/scripts-3.11/pydoc3 from 644 to 755 changing mode of build/scripts-3.11/idle3 from 644 to 755 changing mode of build/scripts-3.11/2to3 from 644 to 755 renaming build/scripts-3.11/pydoc3 to build/scripts-3.11/pydoc3.11 renaming build/scripts-3.11/idle3 to build/scripts-3.11/idle3.11 renaming build/scripts-3.11/2to3 to build/scripts-3.11/2to3-3.11 Creating directory /usr/lib64/python3.11 Creating directory /usr/lib64/python3.11/asyncio Creating directory /usr/lib64/python3.11/collections Creating directory /usr/lib64/python3.11/concurrent Creating directory /usr/lib64/python3.11/concurrent/futures Creating directory /usr/lib64/python3.11/ctypes Creating directory /usr/lib64/python3.11/ctypes/macholib Creating directory /usr/lib64/python3.11/curses Creating directory /usr/lib64/python3.11/dbm Creating directory /usr/lib64/python3.11/distutils Creating directory /usr/lib64/python3.11/distutils/command Creating directory /usr/lib64/python3.11/email Creating directory /usr/lib64/python3.11/email/mime Creating directory /usr/lib64/python3.11/encodings Creating directory /usr/lib64/python3.11/ensurepip Creating directory /usr/lib64/python3.11/ensurepip/_bundled Creating directory /usr/lib64/python3.11/html Creating directory /usr/lib64/python3.11/http Creating directory /usr/lib64/python3.11/idlelib Creating directory /usr/lib64/python3.11/idlelib/Icons Creating directory /usr/lib64/python3.11/importlib Creating directory /usr/lib64/python3.11/importlib/resources Creating directory /usr/lib64/python3.11/importlib/metadata Creating directory /usr/lib64/python3.11/json Creating directory /usr/lib64/python3.11/lib2to3 Creating directory /usr/lib64/python3.11/lib2to3/fixes Creating directory /usr/lib64/python3.11/lib2to3/pgen2 Creating directory /usr/lib64/python3.11/logging Creating directory /usr/lib64/python3.11/multiprocessing Creating directory /usr/lib64/python3.11/multiprocessing/dummy Creating directory /usr/lib64/python3.11/pydoc_data Creating directory /usr/lib64/python3.11/re Creating directory /usr/lib64/python3.11/site-packages Creating directory /usr/lib64/python3.11/sqlite3 Creating directory /usr/lib64/python3.11/tkinter Creating directory /usr/lib64/python3.11/tomllib Creating directory /usr/lib64/python3.11/turtledemo Creating directory /usr/lib64/python3.11/unittest Creating directory /usr/lib64/python3.11/urllib Creating directory /usr/lib64/python3.11/venv Creating directory /usr/lib64/python3.11/venv/scripts Creating directory /usr/lib64/python3.11/venv/scripts/common Creating directory /usr/lib64/python3.11/venv/scripts/posix Creating directory /usr/lib64/python3.11/wsgiref Creating directory /usr/lib64/python3.11/xml Creating directory /usr/lib64/python3.11/xml/dom Creating directory /usr/lib64/python3.11/xml/etree Creating directory /usr/lib64/python3.11/xml/parsers Creating directory /usr/lib64/python3.11/xml/sax Creating directory /usr/lib64/python3.11/xmlrpc Creating directory /usr/lib64/python3.11/zoneinfo Creating directory /usr/lib64/python3.11/__phello__ Creating directory /usr/lib64/python3.11/ctypes/test Creating directory /usr/lib64/python3.11/distutils/tests Creating directory /usr/lib64/python3.11/idlelib/idle_test Creating directory /usr/lib64/python3.11/lib2to3/tests Creating directory /usr/lib64/python3.11/lib2to3/tests/data Creating directory /usr/lib64/python3.11/lib2to3/tests/data/fixers Creating directory /usr/lib64/python3.11/lib2to3/tests/data/fixers/myfixes Creating directory /usr/lib64/python3.11/test Creating directory /usr/lib64/python3.11/test/audiodata Creating directory /usr/lib64/python3.11/test/capath Creating directory /usr/lib64/python3.11/test/cjkencodings Creating directory /usr/lib64/python3.11/test/data Creating directory /usr/lib64/python3.11/test/decimaltestdata Creating directory /usr/lib64/python3.11/test/dtracedata Creating directory /usr/lib64/python3.11/test/encoded_modules Creating directory /usr/lib64/python3.11/test/imghdrdata Creating directory /usr/lib64/python3.11/test/libregrtest Creating directory /usr/lib64/python3.11/test/sndhdrdata Creating directory /usr/lib64/python3.11/test/subprocessdata Creating directory /usr/lib64/python3.11/test/support Creating directory /usr/lib64/python3.11/test/test_asyncio Creating directory /usr/lib64/python3.11/test/test_email Creating directory /usr/lib64/python3.11/test/test_email/data Creating directory /usr/lib64/python3.11/test/test_import Creating directory /usr/lib64/python3.11/test/test_import/data Creating directory /usr/lib64/python3.11/test/test_import/data/circular_imports Creating directory /usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg Creating directory /usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg2 Creating directory /usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg2/parent Creating directory /usr/lib64/python3.11/test/test_import/data/package Creating directory /usr/lib64/python3.11/test/test_import/data/package2 Creating directory /usr/lib64/python3.11/test/test_import/data/unwritable Creating directory /usr/lib64/python3.11/test/test_importlib Creating directory /usr/lib64/python3.11/test/test_importlib/builtin Creating directory /usr/lib64/python3.11/test/test_importlib/data Creating directory /usr/lib64/python3.11/test/test_importlib/data01 Creating directory /usr/lib64/python3.11/test/test_importlib/data01/subdirectory Creating directory /usr/lib64/python3.11/test/test_importlib/data02 Creating directory /usr/lib64/python3.11/test/test_importlib/data02/one Creating directory /usr/lib64/python3.11/test/test_importlib/data02/two Creating directory /usr/lib64/python3.11/test/test_importlib/data03 Creating directory /usr/lib64/python3.11/test/test_importlib/data03/namespace Creating directory /usr/lib64/python3.11/test/test_importlib/data03/namespace/portion1 Creating directory /usr/lib64/python3.11/test/test_importlib/data03/namespace/portion2 Creating directory /usr/lib64/python3.11/test/test_importlib/extension Creating directory /usr/lib64/python3.11/test/test_importlib/frozen Creating directory /usr/lib64/python3.11/test/test_importlib/import_ Creating directory /usr/lib64/python3.11/test/test_importlib/namespace_pkgs Creating directory /usr/lib64/python3.11/test/test_importlib/namespace_pkgs/both_portions Creating directory /usr/lib64/python3.11/test/test_importlib/namespace_pkgs/both_portions/foo Creating directory /usr/lib64/python3.11/test/test_importlib/namespace_pkgs/module_and_namespace_package Creating directory /usr/lib64/python3.11/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test Creating directory /usr/lib64/python3.11/test/test_importlib/namespace_pkgs/not_a_namespace_pkg Creating directory /usr/lib64/python3.11/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo Creating directory /usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion1 Creating directory /usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion1/foo Creating directory /usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion2 Creating directory /usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion2/foo Creating directory /usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project1 Creating directory /usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project1/parent Creating directory /usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project1/parent/child Creating directory /usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project2 Creating directory /usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project2/parent Creating directory /usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project2/parent/child Creating directory /usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project3 Creating directory /usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project3/parent Creating directory /usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project3/parent/child Creating directory /usr/lib64/python3.11/test/test_importlib/namespacedata01 Creating directory /usr/lib64/python3.11/test/test_importlib/partial Creating directory /usr/lib64/python3.11/test/test_importlib/resources Creating directory /usr/lib64/python3.11/test/test_importlib/source Creating directory /usr/lib64/python3.11/test/test_importlib/zipdata01 Creating directory /usr/lib64/python3.11/test/test_importlib/zipdata02 Creating directory /usr/lib64/python3.11/test/test_json Creating directory /usr/lib64/python3.11/test/test_peg_generator Creating directory /usr/lib64/python3.11/test/test_tools Creating directory /usr/lib64/python3.11/test/test_warnings Creating directory /usr/lib64/python3.11/test/test_warnings/data Creating directory /usr/lib64/python3.11/test/test_zoneinfo Creating directory /usr/lib64/python3.11/test/test_zoneinfo/data Creating directory /usr/lib64/python3.11/test/tracedmodules Creating directory /usr/lib64/python3.11/test/typinganndata Creating directory /usr/lib64/python3.11/test/xmltestdata Creating directory /usr/lib64/python3.11/test/xmltestdata/c14n-20 Creating directory /usr/lib64/python3.11/test/ziptestdata Creating directory /usr/lib64/python3.11/tkinter/test Creating directory /usr/lib64/python3.11/tkinter/test/test_tkinter Creating directory /usr/lib64/python3.11/tkinter/test/test_ttk Creating directory /usr/lib64/python3.11/unittest/test Creating directory /usr/lib64/python3.11/unittest/test/testmock /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/__future__.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/__hello__.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/_aix_support.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/_bootsubprocess.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/_collections_abc.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/_compat_pickle.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/_compression.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/_markupbase.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/_osx_support.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/_py_abc.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/_pydecimal.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/_pyio.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/_sitebuiltins.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/_strptime.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/_threading_local.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/_weakrefset.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/abc.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/aifc.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/antigravity.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/argparse.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ast.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asynchat.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncore.py /usr/lib64/python3.11 /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/base64.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/bdb.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/bisect.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/bz2.py /usr/lib64/python3.11 /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/cProfile.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/calendar.py /usr/lib64/python3.11 /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/cgi.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/cgitb.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/chunk.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/cmd.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/code.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/codecs.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/codeop.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/colorsys.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/compileall.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/configparser.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/contextlib.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/contextvars.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/copy.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/copyreg.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/crypt.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/csv.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/dataclasses.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/datetime.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/decimal.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/difflib.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/dis.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/doctest.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/enum.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/filecmp.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/fileinput.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/fnmatch.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/fractions.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ftplib.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/functools.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/genericpath.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/getopt.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/getpass.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/gettext.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/glob.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/graphlib.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/gzip.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/hashlib.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/heapq.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/hmac.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/imaplib.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/imghdr.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/imp.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/inspect.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/io.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ipaddress.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/keyword.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/linecache.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/locale.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lzma.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/mailbox.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/mailcap.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/mimetypes.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/modulefinder.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/netrc.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/nntplib.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ntpath.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/nturl2path.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/numbers.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/opcode.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/operator.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/optparse.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/os.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/pathlib.py /usr/lib64/python3.11 /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/pdb.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/pickle.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/pickletools.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/pipes.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/pkgutil.py /usr/lib64/python3.11 /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/platform.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/plistlib.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/poplib.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/posixpath.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/pprint.py /usr/lib64/python3.11 /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/profile.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/pstats.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/pty.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/py_compile.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/pyclbr.py /usr/lib64/python3.11 /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/pydoc.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/queue.py /usr/lib64/python3.11 /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/quopri.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/random.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/reprlib.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/rlcompleter.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/runpy.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/sched.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/secrets.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/selectors.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/shelve.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/shlex.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/shutil.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/signal.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/site.py /usr/lib64/python3.11 /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/smtpd.py /usr/lib64/python3.11 /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/smtplib.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/sndhdr.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/socket.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/socketserver.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/sre_compile.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/sre_constants.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/sre_parse.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ssl.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/stat.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/statistics.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/string.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/stringprep.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/struct.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/subprocess.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/sunau.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/symtable.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/sysconfig.py /usr/lib64/python3.11 /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/tabnanny.py /usr/lib64/python3.11 /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/tarfile.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/telnetlib.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tempfile.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/textwrap.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/this.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/threading.py /usr/lib64/python3.11 /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/timeit.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/token.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tokenize.py /usr/lib64/python3.11 /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/trace.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/traceback.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tracemalloc.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tty.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/turtle.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/types.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/typing.py /usr/lib64/python3.11 /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/uu.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/uuid.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/warnings.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/wave.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/weakref.py /usr/lib64/python3.11 /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/webbrowser.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/xdrlib.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/zipapp.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/zipfile.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/zipimport.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/__init__.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/__main__.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/base_events.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/base_futures.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/base_subprocess.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/base_tasks.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/constants.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/coroutines.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/events.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/exceptions.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/format_helpers.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/futures.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/locks.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/log.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/mixins.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/proactor_events.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/protocols.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/queues.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/runners.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/selector_events.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/sslproto.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/staggered.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/streams.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/subprocess.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/taskgroups.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/tasks.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/threads.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/timeouts.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/transports.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/trsock.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/unix_events.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/windows_events.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/windows_utils.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/collections/__init__.py /usr/lib64/python3.11/collections /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/collections/abc.py /usr/lib64/python3.11/collections /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/concurrent/__init__.py /usr/lib64/python3.11/concurrent /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/concurrent/futures/__init__.py /usr/lib64/python3.11/concurrent/futures /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/concurrent/futures/_base.py /usr/lib64/python3.11/concurrent/futures /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/concurrent/futures/process.py /usr/lib64/python3.11/concurrent/futures /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/concurrent/futures/thread.py /usr/lib64/python3.11/concurrent/futures /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/__init__.py /usr/lib64/python3.11/ctypes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/_aix.py /usr/lib64/python3.11/ctypes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/_endian.py /usr/lib64/python3.11/ctypes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/util.py /usr/lib64/python3.11/ctypes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/wintypes.py /usr/lib64/python3.11/ctypes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/macholib/README.ctypes /usr/lib64/python3.11/ctypes/macholib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/macholib/__init__.py /usr/lib64/python3.11/ctypes/macholib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/macholib/dyld.py /usr/lib64/python3.11/ctypes/macholib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/macholib/dylib.py /usr/lib64/python3.11/ctypes/macholib /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/macholib/fetch_macholib /usr/lib64/python3.11/ctypes/macholib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/macholib/fetch_macholib.bat /usr/lib64/python3.11/ctypes/macholib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/macholib/framework.py /usr/lib64/python3.11/ctypes/macholib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/curses/__init__.py /usr/lib64/python3.11/curses /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/curses/ascii.py /usr/lib64/python3.11/curses /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/curses/has_key.py /usr/lib64/python3.11/curses /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/curses/panel.py /usr/lib64/python3.11/curses /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/curses/textpad.py /usr/lib64/python3.11/curses /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/dbm/__init__.py /usr/lib64/python3.11/dbm /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/dbm/dumb.py /usr/lib64/python3.11/dbm /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/dbm/gnu.py /usr/lib64/python3.11/dbm /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/dbm/ndbm.py /usr/lib64/python3.11/dbm /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/README /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/__init__.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/_msvccompiler.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/archive_util.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/bcppcompiler.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/ccompiler.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/cmd.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/config.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/core.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/cygwinccompiler.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/debug.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/dep_util.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/dir_util.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/dist.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/errors.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/extension.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/fancy_getopt.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/file_util.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/filelist.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/log.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/msvc9compiler.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/msvccompiler.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/spawn.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/sysconfig.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/text_file.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/unixccompiler.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/util.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/version.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/versionpredicate.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/command/__init__.py /usr/lib64/python3.11/distutils/command /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/command/bdist.py /usr/lib64/python3.11/distutils/command /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/command/bdist_dumb.py /usr/lib64/python3.11/distutils/command /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/command/bdist_rpm.py /usr/lib64/python3.11/distutils/command /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/command/build.py /usr/lib64/python3.11/distutils/command /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/command/build_clib.py /usr/lib64/python3.11/distutils/command /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/command/build_ext.py /usr/lib64/python3.11/distutils/command /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/command/build_py.py /usr/lib64/python3.11/distutils/command /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/command/build_scripts.py /usr/lib64/python3.11/distutils/command /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/command/check.py /usr/lib64/python3.11/distutils/command /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/command/clean.py /usr/lib64/python3.11/distutils/command /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/command/command_template /usr/lib64/python3.11/distutils/command /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/command/config.py /usr/lib64/python3.11/distutils/command /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/command/install.py /usr/lib64/python3.11/distutils/command /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/command/install_data.py /usr/lib64/python3.11/distutils/command /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/command/install_egg_info.py /usr/lib64/python3.11/distutils/command /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/command/install_headers.py /usr/lib64/python3.11/distutils/command /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/command/install_lib.py /usr/lib64/python3.11/distutils/command /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/command/install_scripts.py /usr/lib64/python3.11/distutils/command /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/command/register.py /usr/lib64/python3.11/distutils/command /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/command/sdist.py /usr/lib64/python3.11/distutils/command /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/command/upload.py /usr/lib64/python3.11/distutils/command /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/__init__.py /usr/lib64/python3.11/email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/_encoded_words.py /usr/lib64/python3.11/email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/_header_value_parser.py /usr/lib64/python3.11/email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/_parseaddr.py /usr/lib64/python3.11/email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/_policybase.py /usr/lib64/python3.11/email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/architecture.rst /usr/lib64/python3.11/email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/base64mime.py /usr/lib64/python3.11/email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/charset.py /usr/lib64/python3.11/email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/contentmanager.py /usr/lib64/python3.11/email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/encoders.py /usr/lib64/python3.11/email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/errors.py /usr/lib64/python3.11/email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/feedparser.py /usr/lib64/python3.11/email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/generator.py /usr/lib64/python3.11/email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/header.py /usr/lib64/python3.11/email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/headerregistry.py /usr/lib64/python3.11/email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/iterators.py /usr/lib64/python3.11/email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/message.py /usr/lib64/python3.11/email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/parser.py /usr/lib64/python3.11/email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/policy.py /usr/lib64/python3.11/email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/quoprimime.py /usr/lib64/python3.11/email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/utils.py /usr/lib64/python3.11/email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/mime/__init__.py /usr/lib64/python3.11/email/mime /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/mime/application.py /usr/lib64/python3.11/email/mime /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/mime/audio.py /usr/lib64/python3.11/email/mime /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/mime/base.py /usr/lib64/python3.11/email/mime /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/mime/image.py /usr/lib64/python3.11/email/mime /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/mime/message.py /usr/lib64/python3.11/email/mime /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/mime/multipart.py /usr/lib64/python3.11/email/mime /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/mime/nonmultipart.py /usr/lib64/python3.11/email/mime /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/mime/text.py /usr/lib64/python3.11/email/mime /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/__init__.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/aliases.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/ascii.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/base64_codec.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/big5.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/big5hkscs.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/bz2_codec.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/charmap.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp037.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp1006.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp1026.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp1125.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp1140.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp1250.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp1251.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp1252.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp1253.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp1254.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp1255.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp1256.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp1257.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp1258.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp273.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp424.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp437.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp500.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp720.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp737.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp775.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp850.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp852.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp855.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp856.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp857.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp858.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp860.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp861.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp862.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp863.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp864.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp865.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp866.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp869.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp874.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp875.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp932.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp949.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp950.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/euc_jis_2004.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/euc_jisx0213.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/euc_jp.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/euc_kr.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/gb18030.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/gb2312.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/gbk.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/hex_codec.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/hp_roman8.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/hz.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/idna.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/iso2022_jp.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/iso2022_jp_1.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/iso2022_jp_2.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/iso2022_jp_2004.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/iso2022_jp_3.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/iso2022_jp_ext.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/iso2022_kr.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/iso8859_1.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/iso8859_10.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/iso8859_11.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/iso8859_13.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/iso8859_14.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/iso8859_15.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/iso8859_16.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/iso8859_2.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/iso8859_3.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/iso8859_4.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/iso8859_5.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/iso8859_6.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/iso8859_7.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/iso8859_8.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/iso8859_9.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/johab.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/koi8_r.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/koi8_t.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/koi8_u.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/kz1048.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/latin_1.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/mac_arabic.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/mac_croatian.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/mac_cyrillic.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/mac_farsi.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/mac_greek.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/mac_iceland.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/mac_latin2.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/mac_roman.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/mac_romanian.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/mac_turkish.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/mbcs.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/oem.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/palmos.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/ptcp154.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/punycode.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/quopri_codec.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/raw_unicode_escape.py /usr/lib64/python3.11/encodings /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/encodings/rot_13.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/shift_jis.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/shift_jis_2004.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/shift_jisx0213.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/tis_620.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/undefined.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/unicode_escape.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/utf_16.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/utf_16_be.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/utf_16_le.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/utf_32.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/utf_32_be.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/utf_32_le.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/utf_7.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/utf_8.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/utf_8_sig.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/uu_codec.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/zlib_codec.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ensurepip/__init__.py /usr/lib64/python3.11/ensurepip /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ensurepip/__main__.py /usr/lib64/python3.11/ensurepip /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ensurepip/_uninstall.py /usr/lib64/python3.11/ensurepip /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ensurepip/_bundled/pip-22.3.1-py3-none-any.whl /usr/lib64/python3.11/ensurepip/_bundled /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ensurepip/_bundled/setuptools-65.5.0-py3-none-any.whl /usr/lib64/python3.11/ensurepip/_bundled /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/html/__init__.py /usr/lib64/python3.11/html /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/html/entities.py /usr/lib64/python3.11/html /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/html/parser.py /usr/lib64/python3.11/html /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/http/__init__.py /usr/lib64/python3.11/http /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/http/client.py /usr/lib64/python3.11/http /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/http/cookiejar.py /usr/lib64/python3.11/http /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/http/cookies.py /usr/lib64/python3.11/http /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/http/server.py /usr/lib64/python3.11/http /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/CREDITS.txt /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/ChangeLog /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/HISTORY.txt /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/NEWS.txt /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/NEWS2x.txt /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/README.txt /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/TODO.txt /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/__init__.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/__main__.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/autocomplete.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/autocomplete_w.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/autoexpand.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/browser.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/calltip.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/calltip_w.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/codecontext.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/colorizer.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/config-extensions.def /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/config-highlight.def /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/config-keys.def /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/config-main.def /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/config.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/config_key.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/configdialog.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/debugger.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/debugger_r.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/debugobj.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/debugobj_r.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/delegator.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/dynoption.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/editor.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/extend.txt /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/filelist.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/format.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/grep.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/help.html /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/help.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/help_about.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/history.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/hyperparser.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle.bat /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle.pyw /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/iomenu.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/macosx.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/mainmenu.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/multicall.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/outwin.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/parenmatch.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/pathbrowser.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/percolator.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/pyparse.py /usr/lib64/python3.11/idlelib /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/pyshell.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/query.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/redirector.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/replace.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/rpc.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/run.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/runscript.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/scrolledlist.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/search.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/searchbase.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/searchengine.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/sidebar.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/squeezer.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/stackviewer.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/statusbar.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/textview.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/tooltip.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/tree.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/undo.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/util.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/window.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/zoomheight.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/zzdummy.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/Icons/README.txt /usr/lib64/python3.11/idlelib/Icons /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/Icons/folder.gif /usr/lib64/python3.11/idlelib/Icons /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/Icons/idle.ico /usr/lib64/python3.11/idlelib/Icons /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/Icons/idle_16.gif /usr/lib64/python3.11/idlelib/Icons /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/Icons/idle_16.png /usr/lib64/python3.11/idlelib/Icons /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/Icons/idle_256.png /usr/lib64/python3.11/idlelib/Icons /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/Icons/idle_32.gif /usr/lib64/python3.11/idlelib/Icons /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/Icons/idle_32.png /usr/lib64/python3.11/idlelib/Icons /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/Icons/idle_48.gif /usr/lib64/python3.11/idlelib/Icons /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/Icons/idle_48.png /usr/lib64/python3.11/idlelib/Icons /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/Icons/minusnode.gif /usr/lib64/python3.11/idlelib/Icons /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/Icons/openfolder.gif /usr/lib64/python3.11/idlelib/Icons /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/Icons/plusnode.gif /usr/lib64/python3.11/idlelib/Icons /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/Icons/python.gif /usr/lib64/python3.11/idlelib/Icons /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/Icons/tk.gif /usr/lib64/python3.11/idlelib/Icons /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/importlib/__init__.py /usr/lib64/python3.11/importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/importlib/_abc.py /usr/lib64/python3.11/importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/importlib/_bootstrap.py /usr/lib64/python3.11/importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/importlib/_bootstrap_external.py /usr/lib64/python3.11/importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/importlib/abc.py /usr/lib64/python3.11/importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/importlib/machinery.py /usr/lib64/python3.11/importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/importlib/readers.py /usr/lib64/python3.11/importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/importlib/simple.py /usr/lib64/python3.11/importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/importlib/util.py /usr/lib64/python3.11/importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/importlib/resources/__init__.py /usr/lib64/python3.11/importlib/resources /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/importlib/resources/_adapters.py /usr/lib64/python3.11/importlib/resources /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/importlib/resources/_common.py /usr/lib64/python3.11/importlib/resources /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/importlib/resources/_itertools.py /usr/lib64/python3.11/importlib/resources /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/importlib/resources/_legacy.py /usr/lib64/python3.11/importlib/resources /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/importlib/resources/abc.py /usr/lib64/python3.11/importlib/resources /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/importlib/resources/readers.py /usr/lib64/python3.11/importlib/resources /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/importlib/resources/simple.py /usr/lib64/python3.11/importlib/resources /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/importlib/metadata/__init__.py /usr/lib64/python3.11/importlib/metadata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/importlib/metadata/_adapters.py /usr/lib64/python3.11/importlib/metadata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/importlib/metadata/_collections.py /usr/lib64/python3.11/importlib/metadata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/importlib/metadata/_functools.py /usr/lib64/python3.11/importlib/metadata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/importlib/metadata/_itertools.py /usr/lib64/python3.11/importlib/metadata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/importlib/metadata/_meta.py /usr/lib64/python3.11/importlib/metadata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/importlib/metadata/_text.py /usr/lib64/python3.11/importlib/metadata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/json/__init__.py /usr/lib64/python3.11/json /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/json/decoder.py /usr/lib64/python3.11/json /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/json/encoder.py /usr/lib64/python3.11/json /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/json/scanner.py /usr/lib64/python3.11/json /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/json/tool.py /usr/lib64/python3.11/json /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/Grammar.txt /usr/lib64/python3.11/lib2to3 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/PatternGrammar.txt /usr/lib64/python3.11/lib2to3 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/__init__.py /usr/lib64/python3.11/lib2to3 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/__main__.py /usr/lib64/python3.11/lib2to3 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/btm_matcher.py /usr/lib64/python3.11/lib2to3 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/btm_utils.py /usr/lib64/python3.11/lib2to3 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixer_base.py /usr/lib64/python3.11/lib2to3 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixer_util.py /usr/lib64/python3.11/lib2to3 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/main.py /usr/lib64/python3.11/lib2to3 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/patcomp.py /usr/lib64/python3.11/lib2to3 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/pygram.py /usr/lib64/python3.11/lib2to3 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/pytree.py /usr/lib64/python3.11/lib2to3 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/refactor.py /usr/lib64/python3.11/lib2to3 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/__init__.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_apply.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_asserts.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_basestring.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_buffer.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_dict.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_except.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_exec.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_execfile.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_exitfunc.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_filter.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_funcattrs.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_future.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_getcwdu.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_has_key.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_idioms.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_import.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_imports.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_imports2.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_input.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_intern.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_isinstance.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_itertools.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_itertools_imports.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_long.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_map.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_metaclass.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_methodattrs.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_ne.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_next.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_nonzero.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_numliterals.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_operator.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_paren.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_print.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_raise.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_raw_input.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_reduce.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_reload.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_renames.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_repr.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_set_literal.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_standarderror.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_sys_exc.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_throw.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_tuple_params.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_types.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_unicode.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_urllib.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_ws_comma.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_xrange.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_xreadlines.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_zip.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/pgen2/__init__.py /usr/lib64/python3.11/lib2to3/pgen2 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/pgen2/conv.py /usr/lib64/python3.11/lib2to3/pgen2 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/pgen2/driver.py /usr/lib64/python3.11/lib2to3/pgen2 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/pgen2/grammar.py /usr/lib64/python3.11/lib2to3/pgen2 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/pgen2/literals.py /usr/lib64/python3.11/lib2to3/pgen2 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/pgen2/parse.py /usr/lib64/python3.11/lib2to3/pgen2 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/pgen2/pgen.py /usr/lib64/python3.11/lib2to3/pgen2 /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/pgen2/token.py /usr/lib64/python3.11/lib2to3/pgen2 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/pgen2/tokenize.py /usr/lib64/python3.11/lib2to3/pgen2 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/logging/__init__.py /usr/lib64/python3.11/logging /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/logging/config.py /usr/lib64/python3.11/logging /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/logging/handlers.py /usr/lib64/python3.11/logging /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/multiprocessing/__init__.py /usr/lib64/python3.11/multiprocessing /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/multiprocessing/connection.py /usr/lib64/python3.11/multiprocessing /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/multiprocessing/context.py /usr/lib64/python3.11/multiprocessing /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/multiprocessing/forkserver.py /usr/lib64/python3.11/multiprocessing /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/multiprocessing/heap.py /usr/lib64/python3.11/multiprocessing /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/multiprocessing/managers.py /usr/lib64/python3.11/multiprocessing /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/multiprocessing/pool.py /usr/lib64/python3.11/multiprocessing /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/multiprocessing/popen_fork.py /usr/lib64/python3.11/multiprocessing /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/multiprocessing/popen_forkserver.py /usr/lib64/python3.11/multiprocessing /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/multiprocessing/popen_spawn_posix.py /usr/lib64/python3.11/multiprocessing /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/multiprocessing/popen_spawn_win32.py /usr/lib64/python3.11/multiprocessing /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/multiprocessing/process.py /usr/lib64/python3.11/multiprocessing /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/multiprocessing/queues.py /usr/lib64/python3.11/multiprocessing /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/multiprocessing/reduction.py /usr/lib64/python3.11/multiprocessing /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/multiprocessing/resource_sharer.py /usr/lib64/python3.11/multiprocessing /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/multiprocessing/resource_tracker.py /usr/lib64/python3.11/multiprocessing /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/multiprocessing/shared_memory.py /usr/lib64/python3.11/multiprocessing /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/multiprocessing/sharedctypes.py /usr/lib64/python3.11/multiprocessing /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/multiprocessing/spawn.py /usr/lib64/python3.11/multiprocessing /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/multiprocessing/synchronize.py /usr/lib64/python3.11/multiprocessing /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/multiprocessing/util.py /usr/lib64/python3.11/multiprocessing /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/multiprocessing/dummy/__init__.py /usr/lib64/python3.11/multiprocessing/dummy /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/multiprocessing/dummy/connection.py /usr/lib64/python3.11/multiprocessing/dummy /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/pydoc_data/__init__.py /usr/lib64/python3.11/pydoc_data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/pydoc_data/_pydoc.css /usr/lib64/python3.11/pydoc_data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/pydoc_data/topics.py /usr/lib64/python3.11/pydoc_data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/re/__init__.py /usr/lib64/python3.11/re /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/re/_casefix.py /usr/lib64/python3.11/re /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/re/_compiler.py /usr/lib64/python3.11/re /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/re/_constants.py /usr/lib64/python3.11/re /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/re/_parser.py /usr/lib64/python3.11/re /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/site-packages/README.txt /usr/lib64/python3.11/site-packages /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/sqlite3/__init__.py /usr/lib64/python3.11/sqlite3 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/sqlite3/dbapi2.py /usr/lib64/python3.11/sqlite3 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/sqlite3/dump.py /usr/lib64/python3.11/sqlite3 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/__init__.py /usr/lib64/python3.11/tkinter /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/__main__.py /usr/lib64/python3.11/tkinter /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/colorchooser.py /usr/lib64/python3.11/tkinter /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/commondialog.py /usr/lib64/python3.11/tkinter /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/constants.py /usr/lib64/python3.11/tkinter /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/dialog.py /usr/lib64/python3.11/tkinter /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/dnd.py /usr/lib64/python3.11/tkinter /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/filedialog.py /usr/lib64/python3.11/tkinter /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/font.py /usr/lib64/python3.11/tkinter /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/messagebox.py /usr/lib64/python3.11/tkinter /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/scrolledtext.py /usr/lib64/python3.11/tkinter /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/simpledialog.py /usr/lib64/python3.11/tkinter /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/tix.py /usr/lib64/python3.11/tkinter /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/ttk.py /usr/lib64/python3.11/tkinter /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tomllib/__init__.py /usr/lib64/python3.11/tomllib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tomllib/_parser.py /usr/lib64/python3.11/tomllib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tomllib/_re.py /usr/lib64/python3.11/tomllib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tomllib/_types.py /usr/lib64/python3.11/tomllib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/turtledemo/__init__.py /usr/lib64/python3.11/turtledemo /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/turtledemo/__main__.py /usr/lib64/python3.11/turtledemo /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/turtledemo/bytedesign.py /usr/lib64/python3.11/turtledemo /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/turtledemo/chaos.py /usr/lib64/python3.11/turtledemo /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/turtledemo/clock.py /usr/lib64/python3.11/turtledemo /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/turtledemo/colormixer.py /usr/lib64/python3.11/turtledemo /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/turtledemo/forest.py /usr/lib64/python3.11/turtledemo /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/turtledemo/fractalcurves.py /usr/lib64/python3.11/turtledemo /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/turtledemo/lindenmayer.py /usr/lib64/python3.11/turtledemo /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/turtledemo/minimal_hanoi.py /usr/lib64/python3.11/turtledemo /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/turtledemo/nim.py /usr/lib64/python3.11/turtledemo /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/turtledemo/paint.py /usr/lib64/python3.11/turtledemo /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/turtledemo/peace.py /usr/lib64/python3.11/turtledemo /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/turtledemo/penrose.py /usr/lib64/python3.11/turtledemo /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/turtledemo/planet_and_moon.py /usr/lib64/python3.11/turtledemo /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/turtledemo/rosette.py /usr/lib64/python3.11/turtledemo /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/turtledemo/round_dance.py /usr/lib64/python3.11/turtledemo /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/turtledemo/sorting_animate.py /usr/lib64/python3.11/turtledemo /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/turtledemo/tree.py /usr/lib64/python3.11/turtledemo /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/turtledemo/turtle.cfg /usr/lib64/python3.11/turtledemo /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/turtledemo/two_canvases.py /usr/lib64/python3.11/turtledemo /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/turtledemo/yinyang.py /usr/lib64/python3.11/turtledemo /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/__init__.py /usr/lib64/python3.11/unittest /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/__main__.py /usr/lib64/python3.11/unittest /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/_log.py /usr/lib64/python3.11/unittest /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/async_case.py /usr/lib64/python3.11/unittest /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/case.py /usr/lib64/python3.11/unittest /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/loader.py /usr/lib64/python3.11/unittest /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/main.py /usr/lib64/python3.11/unittest /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/mock.py /usr/lib64/python3.11/unittest /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/result.py /usr/lib64/python3.11/unittest /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/runner.py /usr/lib64/python3.11/unittest /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/signals.py /usr/lib64/python3.11/unittest /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/suite.py /usr/lib64/python3.11/unittest /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/util.py /usr/lib64/python3.11/unittest /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/urllib/__init__.py /usr/lib64/python3.11/urllib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/urllib/error.py /usr/lib64/python3.11/urllib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/urllib/parse.py /usr/lib64/python3.11/urllib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/urllib/request.py /usr/lib64/python3.11/urllib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/urllib/response.py /usr/lib64/python3.11/urllib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/urllib/robotparser.py /usr/lib64/python3.11/urllib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/venv/__init__.py /usr/lib64/python3.11/venv /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/venv/__main__.py /usr/lib64/python3.11/venv /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/venv/scripts/common/Activate.ps1 /usr/lib64/python3.11/venv/scripts/common /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/venv/scripts/common/activate /usr/lib64/python3.11/venv/scripts/common /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/venv/scripts/posix/activate.csh /usr/lib64/python3.11/venv/scripts/posix /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/venv/scripts/posix/activate.fish /usr/lib64/python3.11/venv/scripts/posix /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/wsgiref/__init__.py /usr/lib64/python3.11/wsgiref /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/wsgiref/handlers.py /usr/lib64/python3.11/wsgiref /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/wsgiref/headers.py /usr/lib64/python3.11/wsgiref /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/wsgiref/simple_server.py /usr/lib64/python3.11/wsgiref /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/wsgiref/types.py /usr/lib64/python3.11/wsgiref /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/wsgiref/util.py /usr/lib64/python3.11/wsgiref /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/wsgiref/validate.py /usr/lib64/python3.11/wsgiref /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/xml/__init__.py /usr/lib64/python3.11/xml /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/xml/dom/NodeFilter.py /usr/lib64/python3.11/xml/dom /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/xml/dom/__init__.py /usr/lib64/python3.11/xml/dom /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/xml/dom/domreg.py /usr/lib64/python3.11/xml/dom /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/xml/dom/expatbuilder.py /usr/lib64/python3.11/xml/dom /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/xml/dom/minicompat.py /usr/lib64/python3.11/xml/dom /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/xml/dom/minidom.py /usr/lib64/python3.11/xml/dom /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/xml/dom/pulldom.py /usr/lib64/python3.11/xml/dom /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/xml/dom/xmlbuilder.py /usr/lib64/python3.11/xml/dom /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/xml/etree/ElementInclude.py /usr/lib64/python3.11/xml/etree /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/xml/etree/ElementPath.py /usr/lib64/python3.11/xml/etree /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/xml/etree/ElementTree.py /usr/lib64/python3.11/xml/etree /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/xml/etree/__init__.py /usr/lib64/python3.11/xml/etree /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/xml/etree/cElementTree.py /usr/lib64/python3.11/xml/etree /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/xml/parsers/__init__.py /usr/lib64/python3.11/xml/parsers /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/xml/parsers/expat.py /usr/lib64/python3.11/xml/parsers /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/xml/sax/__init__.py /usr/lib64/python3.11/xml/sax /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/xml/sax/_exceptions.py /usr/lib64/python3.11/xml/sax /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/xml/sax/expatreader.py /usr/lib64/python3.11/xml/sax /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/xml/sax/handler.py /usr/lib64/python3.11/xml/sax /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/xml/sax/saxutils.py /usr/lib64/python3.11/xml/sax /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/xml/sax/xmlreader.py /usr/lib64/python3.11/xml/sax /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/xmlrpc/__init__.py /usr/lib64/python3.11/xmlrpc /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/xmlrpc/client.py /usr/lib64/python3.11/xmlrpc /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/xmlrpc/server.py /usr/lib64/python3.11/xmlrpc /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/zoneinfo/__init__.py /usr/lib64/python3.11/zoneinfo /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/zoneinfo/_common.py /usr/lib64/python3.11/zoneinfo /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/zoneinfo/_tzpath.py /usr/lib64/python3.11/zoneinfo /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/zoneinfo/_zoneinfo.py /usr/lib64/python3.11/zoneinfo /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/__phello__/__init__.py /usr/lib64/python3.11/__phello__ /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/__phello__/spam.py /usr/lib64/python3.11/__phello__ /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/__init__.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/__main__.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_anon.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_array_in_pointer.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_arrays.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_as_parameter.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_bitfields.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_buffers.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_bytes.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_byteswap.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_callbacks.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_cast.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_cfuncs.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_checkretval.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_delattr.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_errno.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_find.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_frombuffer.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_funcptr.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_functions.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_incomplete.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_init.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_internals.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_keeprefs.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_libc.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_loading.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_macholib.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_memfunctions.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_numbers.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_objects.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_parameters.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_pep3118.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_pickling.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_pointers.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_prototypes.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_python_api.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_random_things.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_refcounts.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_repr.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_returnfuncptrs.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_simplesubclasses.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_sizes.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_slicing.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_stringptr.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_strings.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_struct_fields.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_structures.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_unaligned_structures.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_unicode.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_values.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_varsize_struct.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_win32.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_wintypes.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/Setup.sample /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/__init__.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/includetest.rst /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/support.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_archive_util.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_bdist.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_bdist_dumb.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_bdist_rpm.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_build.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_build_clib.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_build_ext.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_build_py.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_build_scripts.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_check.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_clean.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_cmd.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_config.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_config_cmd.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_core.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_cygwinccompiler.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_dep_util.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_dir_util.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_dist.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_extension.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_file_util.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_filelist.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_install.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_install_data.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_install_headers.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_install_lib.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_install_scripts.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_log.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_msvc9compiler.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_msvccompiler.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_register.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_sdist.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_spawn.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_sysconfig.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_text_file.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_unixccompiler.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_upload.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_util.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_version.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_versionpredicate.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/README.txt /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/__init__.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/example_noext /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/example_stub.pyi /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/htest.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/mock_idle.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/mock_tk.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/template.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_autocomplete.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_autocomplete_w.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_autoexpand.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_browser.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_calltip.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_calltip_w.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_codecontext.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_colorizer.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_config.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_config_key.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_configdialog.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_debugger.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_debugger_r.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_debugobj.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_debugobj_r.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_delegator.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_editmenu.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_editor.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_filelist.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_format.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_grep.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_help.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_help_about.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_history.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_hyperparser.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_iomenu.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_macosx.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_mainmenu.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_multicall.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_outwin.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_parenmatch.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_pathbrowser.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_percolator.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_pyparse.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_pyshell.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_query.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_redirector.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_replace.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_rpc.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_run.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_runscript.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_scrolledlist.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_search.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_searchbase.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_searchengine.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_sidebar.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_squeezer.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_stackviewer.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_statusbar.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_text.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_textview.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_tooltip.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_tree.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_undo.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_util.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_warning.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_window.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_zoomheight.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_zzdummy.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/tkinter_testing_utils.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/__init__.py /usr/lib64/python3.11/lib2to3/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/__main__.py /usr/lib64/python3.11/lib2to3/tests /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/pytree_idempotency.py /usr/lib64/python3.11/lib2to3/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/support.py /usr/lib64/python3.11/lib2to3/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/test_all_fixers.py /usr/lib64/python3.11/lib2to3/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/test_fixers.py /usr/lib64/python3.11/lib2to3/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/test_main.py /usr/lib64/python3.11/lib2to3/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/test_parser.py /usr/lib64/python3.11/lib2to3/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/test_pytree.py /usr/lib64/python3.11/lib2to3/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/test_refactor.py /usr/lib64/python3.11/lib2to3/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/test_util.py /usr/lib64/python3.11/lib2to3/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/data/README /usr/lib64/python3.11/lib2to3/tests/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/data/bom.py /usr/lib64/python3.11/lib2to3/tests/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/data/crlf.py /usr/lib64/python3.11/lib2to3/tests/data /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/data/different_encoding.py /usr/lib64/python3.11/lib2to3/tests/data /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/data/false_encoding.py /usr/lib64/python3.11/lib2to3/tests/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/data/infinite_recursion.py /usr/lib64/python3.11/lib2to3/tests/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/data/py2_test_grammar.py /usr/lib64/python3.11/lib2to3/tests/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/data/py3_test_grammar.py /usr/lib64/python3.11/lib2to3/tests/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/data/fixers/bad_order.py /usr/lib64/python3.11/lib2to3/tests/data/fixers /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/data/fixers/no_fixer_cls.py /usr/lib64/python3.11/lib2to3/tests/data/fixers /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/data/fixers/parrot_example.py /usr/lib64/python3.11/lib2to3/tests/data/fixers /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/data/fixers/myfixes/__init__.py /usr/lib64/python3.11/lib2to3/tests/data/fixers/myfixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/data/fixers/myfixes/fix_explicit.py /usr/lib64/python3.11/lib2to3/tests/data/fixers/myfixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/data/fixers/myfixes/fix_first.py /usr/lib64/python3.11/lib2to3/tests/data/fixers/myfixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/data/fixers/myfixes/fix_last.py /usr/lib64/python3.11/lib2to3/tests/data/fixers/myfixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/data/fixers/myfixes/fix_parrot.py /usr/lib64/python3.11/lib2to3/tests/data/fixers/myfixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/data/fixers/myfixes/fix_preorder.py /usr/lib64/python3.11/lib2to3/tests/data/fixers/myfixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/Sine-1000Hz-300ms.aif /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/__init__.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/__main__.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/_test_atexit.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/_test_eintr.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/_test_embed_set_config.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/_test_embed_structseq.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/_test_multiprocessing.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/_test_venv_multiprocessing.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/_testcppext.cpp /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/_typed_dict_helper.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/allsans.pem /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/ann_module.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/ann_module2.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/ann_module3.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/ann_module4.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/ann_module5.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/ann_module6.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/ann_module7.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/ann_module8.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/audiotest.au /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/audiotests.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/audit-tests.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/autotest.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/bad_coding.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/bad_coding2.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/bad_getattr.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/bad_getattr2.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/bad_getattr3.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/badcert.pem /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/badkey.pem /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/badsyntax_3131.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/badsyntax_future10.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/badsyntax_future3.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/badsyntax_future4.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/badsyntax_future5.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/badsyntax_future6.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/badsyntax_future7.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/badsyntax_future8.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/badsyntax_future9.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/badsyntax_pep3120.py /usr/lib64/python3.11/test /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/test/bisect_cmd.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cfgparser.1 /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cfgparser.2 /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cfgparser.3 /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/clinic.test /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cmath_testcases.txt /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/coding20731.py /usr/lib64/python3.11/test /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/test/curses_tests.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/dataclass_module_1.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/dataclass_module_1_str.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/dataclass_module_2.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/dataclass_module_2_str.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/dataclass_textanno.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/datetimetester.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/dis_module.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/doctest_aliases.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/doctest_lineno.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/double_const.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/empty.vbs /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/exception_hierarchy.txt /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/ffdh3072.pem /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/final_a.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/final_b.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/floating_points.txt /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/fork_wait.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/formatfloat_testcases.txt /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/future_test1.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/future_test2.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/gdb_sample.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/good_getattr.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/idnsans.pem /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/ieee754.txt /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/imp_dummy.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/inspect_fodder.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/inspect_fodder2.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/inspect_stock_annotations.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/inspect_stringized_annotations.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/inspect_stringized_annotations_2.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/keycert.passwd.pem /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/keycert.pem /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/keycert2.pem /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/keycert3.pem /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/keycert4.pem /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/keycertecc.pem /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/list_tests.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/lock_tests.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/mailcap.txt /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/make_ssl_certs.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/mapping_tests.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/math_testcases.txt /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/memory_watchdog.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/mime.types /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/mock_socket.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/mod_generics_cache.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/mp_fork_bomb.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/mp_preload.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/multibytecodec_support.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/nokia.pem /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/nosan.pem /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/nullbytecert.pem /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/nullcert.pem /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/pickletester.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/profilee.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/pstats.pck /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/pycacert.pem /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/pycakey.pem /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/pyclbr_input.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/pydoc_mod.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/pydocfodder.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/pythoninfo.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/randv2_32.pck /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/randv2_64.pck /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/randv3.pck /usr/lib64/python3.11/test /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/test/re_tests.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/recursion.tar /usr/lib64/python3.11/test /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/test/regrtest.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/relimport.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/reperf.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/revocation.crl /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/sample_doctest.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/sample_doctest_no_docstrings.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/sample_doctest_no_doctests.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/secp384r1.pem /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/selfsigned_pythontestdotnet.pem /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/seq_tests.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/setup_testcppext.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/sgml_input.html /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/signalinterproctester.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/sortperf.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/ssl_cert.pem /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/ssl_key.passwd.pem /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/ssl_key.pem /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/ssl_servers.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/ssltests.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/string_tests.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/talos-2019-0758.pem /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test___all__.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test___future__.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test__locale.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test__opcode.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test__osx_support.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test__xxsubinterpreters.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_abc.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_abstract_numbers.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_aifc.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_argparse.py /usr/lib64/python3.11/test /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/test/test_array.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asdl_parser.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_ast.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncgen.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asynchat.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncore.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_atexit.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_audioop.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_audit.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_augassign.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_base64.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_baseexception.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_bdb.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_bigaddrspace.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_bigmem.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_binascii.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_binop.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_bisect.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_bool.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_buffer.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_bufio.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_builtin.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_bytes.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_bz2.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_c_locale_coercion.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_calendar.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_call.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_cgi.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_cgitb.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_charmapcodec.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_check_c_globals.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_class.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_clinic.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_cmath.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_cmd.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_cmd_line.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_cmd_line_script.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_code.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_code_module.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_codeccallbacks.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_codecencodings_cn.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_codecencodings_hk.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_codecencodings_iso2022.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_codecencodings_jp.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_codecencodings_kr.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_codecencodings_tw.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_codecmaps_cn.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_codecmaps_hk.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_codecmaps_jp.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_codecmaps_kr.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_codecmaps_tw.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_codecs.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_codeop.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_collections.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_colorsys.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_compare.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_compile.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_compileall.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_complex.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_concurrent_futures.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_configparser.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_contains.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_context.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_contextlib.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_contextlib_async.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_copy.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_copyreg.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_coroutines.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_cppext.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_cprofile.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_crashers.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_crypt.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_csv.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_ctypes.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_curses.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_dataclasses.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_datetime.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_dbm.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_dbm_dumb.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_dbm_gnu.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_dbm_ndbm.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_decimal.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_decorators.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_defaultdict.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_deque.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_descr.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_descrtut.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_devpoll.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_dict.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_dict_version.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_dictcomps.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_dictviews.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_difflib.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_difflib_expect.html /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_dis.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_distutils.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_doctest.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_doctest.txt /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_doctest2.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_doctest2.txt /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_doctest3.txt /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_doctest4.txt /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_docxmlrpc.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_dtrace.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_dynamic.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_dynamicclassattribute.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_eintr.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_embed.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_ensurepip.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_enum.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_enumerate.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_eof.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_epoll.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_errno.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_except_star.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_exception_group.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_exception_hierarchy.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_exception_variations.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_exceptions.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_extcall.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_faulthandler.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_fcntl.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_file.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_file_eintr.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_filecmp.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_fileinput.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_fileio.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_fileutils.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_finalization.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_float.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_flufl.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_fnmatch.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_fork1.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_format.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_fractions.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_frame.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_frozen.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_fstring.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_ftplib.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_funcattrs.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_functools.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_future.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_future3.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_future4.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_future5.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_gc.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_gdb.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_generator_stop.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_generators.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_genericalias.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_genericclass.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_genericpath.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_genexps.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_getopt.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_getpass.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_getpath.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_gettext.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_glob.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_global.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_grammar.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_graphlib.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_grp.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_gzip.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_hash.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_hashlib.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_heapq.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_hmac.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_html.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_htmlparser.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_http_cookiejar.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_http_cookies.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_httplib.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_httpservers.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_idle.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_imaplib.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_imghdr.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_imp.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_index.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_inspect.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_int.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_int_literal.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_interpreters.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_io.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_ioctl.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_ipaddress.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_isinstance.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_iter.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_iterlen.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_itertools.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_keyword.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_keywordonlyarg.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_kqueue.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_largefile.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_launcher.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_lib2to3.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_linecache.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_list.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_listcomps.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_lltrace.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_locale.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_logging.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_long.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_longexp.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_lzma.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_mailbox.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_mailcap.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_marshal.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_math.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_memoryio.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_memoryview.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_metaclass.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_mimetypes.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_minidom.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_mmap.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_module.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_modulefinder.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_msilib.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_multibytecodec.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_multiprocessing_fork.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_multiprocessing_forkserver.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_multiprocessing_main_handling.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_multiprocessing_spawn.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_named_expressions.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_netrc.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_nis.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_nntplib.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_ntpath.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_numeric_tower.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_opcache.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_opcodes.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_openpty.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_operator.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_optparse.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_ordered_dict.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_os.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_ossaudiodev.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_osx_env.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_pathlib.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_patma.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_pdb.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_peepholer.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_pep646_syntax.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_pickle.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_picklebuffer.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_pickletools.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_pipes.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_pkg.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_pkgutil.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_platform.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_plistlib.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_poll.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_popen.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_poplib.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_positional_only_arg.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_posix.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_posixpath.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_pow.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_pprint.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_print.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_profile.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_property.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_pstats.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_pty.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_pulldom.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_pwd.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_py_compile.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_pyclbr.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_pydoc.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_pyexpat.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_queue.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_quopri.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_raise.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_random.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_range.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_re.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_readline.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_regrtest.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_repl.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_reprlib.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_resource.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_richcmp.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_rlcompleter.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_robotparser.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_runpy.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_sax.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_sched.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_scope.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_script_helper.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_secrets.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_select.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_selectors.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_set.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_setcomps.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_shelve.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_shlex.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_shutil.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_signal.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_site.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_slice.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_smtpd.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_smtplib.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_smtpnet.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_sndhdr.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_socket.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_socketserver.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_sort.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_source_encoding.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_spwd.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_ssl.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_stable_abi_ctypes.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_startfile.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_stat.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_statistics.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_strftime.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_string.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_string_literals.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_stringprep.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_strptime.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_strtod.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_struct.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_structseq.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_subclassinit.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_subprocess.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_sunau.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_sundry.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_super.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_support.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_symtable.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_syntax.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_sys.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_sys_setprofile.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_sys_settrace.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_sysconfig.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_syslog.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_tabnanny.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_tarfile.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_tcl.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_telnetlib.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_tempfile.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_textwrap.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_thread.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_threadedtempfile.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_threading.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_threading_local.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_threadsignals.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_time.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_timeit.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_timeout.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_tix.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_tk.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_tokenize.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_trace.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_traceback.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_tracemalloc.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_ttk_guionly.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_ttk_textonly.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_tuple.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_turtle.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_type_annotations.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_type_cache.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_type_comments.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_typechecks.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_types.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_typing.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_ucn.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_unary.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_unicode.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_unicode_file.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_unicode_file_functions.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_unicode_identifiers.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_unicodedata.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_unittest.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_univnewlines.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_unpack.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_unpack_ex.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_unparse.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_urllib.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_urllib2.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_urllib2_localnet.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_urllib2net.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_urllib_response.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_urllibnet.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_urlparse.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_userdict.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_userlist.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_userstring.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_utf8_mode.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_utf8source.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_uu.py /usr/lib64/python3.11/test /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/test/test_uuid.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_venv.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_wait3.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_wait4.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_wave.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_weakref.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_weakset.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_webbrowser.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_winconsoleio.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_winreg.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_winsound.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_with.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_wsgiref.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_xdrlib.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_xml_dom_minicompat.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_xml_etree.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_xml_etree_c.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_xmlrpc.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_xmlrpc_net.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_xxlimited.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_xxtestfuzz.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_yield_from.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_zipapp.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_zipfile.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_zipfile64.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_zipimport.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_zipimport_support.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_zlib.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/testcodec.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/testtar.tar /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/testtar.tar.xz /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/tf_inherit_check.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/time_hashlib.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/tokenize_tests-latin1-coding-cookie-and-utf8-bom-sig.txt /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/tokenize_tests-no-coding-cookie-and-utf8-bom-sig-only.txt /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/tokenize_tests-utf8-coding-cookie-and-utf8-bom-sig.txt /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/tokenize_tests.txt /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/win_console_handler.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltests.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/zip_cp437_header.zip /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/zipdir.zip /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/audiodata/pluck-alaw.aifc /usr/lib64/python3.11/test/audiodata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/audiodata/pluck-pcm16.aiff /usr/lib64/python3.11/test/audiodata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/audiodata/pluck-pcm16.au /usr/lib64/python3.11/test/audiodata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/audiodata/pluck-pcm16.wav /usr/lib64/python3.11/test/audiodata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/audiodata/pluck-pcm24.aiff /usr/lib64/python3.11/test/audiodata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/audiodata/pluck-pcm24.au /usr/lib64/python3.11/test/audiodata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/audiodata/pluck-pcm24.wav /usr/lib64/python3.11/test/audiodata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/audiodata/pluck-pcm32.aiff /usr/lib64/python3.11/test/audiodata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/audiodata/pluck-pcm32.au /usr/lib64/python3.11/test/audiodata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/audiodata/pluck-pcm32.wav /usr/lib64/python3.11/test/audiodata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/audiodata/pluck-pcm8.aiff /usr/lib64/python3.11/test/audiodata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/audiodata/pluck-pcm8.au /usr/lib64/python3.11/test/audiodata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/audiodata/pluck-pcm8.wav /usr/lib64/python3.11/test/audiodata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/audiodata/pluck-ulaw.aifc /usr/lib64/python3.11/test/audiodata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/audiodata/pluck-ulaw.au /usr/lib64/python3.11/test/audiodata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/capath/4e1295a3.0 /usr/lib64/python3.11/test/capath /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/capath/5ed36f99.0 /usr/lib64/python3.11/test/capath /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/capath/6e88d7b8.0 /usr/lib64/python3.11/test/capath /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/capath/99d0fa06.0 /usr/lib64/python3.11/test/capath /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/capath/b1930218.0 /usr/lib64/python3.11/test/capath /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/capath/ceff1710.0 /usr/lib64/python3.11/test/capath /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/big5-utf8.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/big5.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/big5hkscs-utf8.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/big5hkscs.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/cp949-utf8.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/cp949.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/euc_jisx0213-utf8.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/euc_jisx0213.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/euc_jp-utf8.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/euc_jp.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/euc_kr-utf8.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/euc_kr.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/gb18030-utf8.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/gb18030.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/gb2312-utf8.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/gb2312.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/gbk-utf8.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/gbk.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/hz-utf8.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/hz.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/iso2022_jp-utf8.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/iso2022_jp.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/iso2022_kr-utf8.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/iso2022_kr.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/johab-utf8.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/johab.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/shift_jis-utf8.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/shift_jis.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/shift_jisx0213-utf8.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/shift_jisx0213.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/data/README /usr/lib64/python3.11/test/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/abs.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/add.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/and.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/base.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/clamp.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/class.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/compare.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/comparetotal.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/comparetotmag.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/copy.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/copyabs.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/copynegate.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/copysign.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddAbs.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddAdd.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddAnd.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddBase.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddCanonical.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddClass.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddCompare.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddCompareSig.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddCompareTotal.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddCompareTotalMag.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddCopy.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddCopyAbs.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddCopyNegate.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddCopySign.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddDivide.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddDivideInt.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddEncode.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddFMA.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddInvert.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddLogB.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddMax.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddMaxMag.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddMin.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddMinMag.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddMinus.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddMultiply.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddNextMinus.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddNextPlus.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddNextToward.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddOr.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddPlus.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddQuantize.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddReduce.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddRemainder.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddRemainderNear.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddRotate.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddSameQuantum.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddScaleB.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddShift.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddSubtract.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddToIntegral.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddXor.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/decDouble.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/decQuad.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/decSingle.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/divide.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/divideint.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqAbs.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqAdd.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqAnd.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqBase.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqCanonical.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqClass.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqCompare.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqCompareSig.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqCompareTotal.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqCompareTotalMag.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqCopy.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqCopyAbs.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqCopyNegate.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqCopySign.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqDivide.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqDivideInt.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqEncode.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqFMA.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqInvert.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqLogB.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqMax.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqMaxMag.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqMin.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqMinMag.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqMinus.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqMultiply.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqNextMinus.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqNextPlus.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqNextToward.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqOr.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqPlus.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqQuantize.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqReduce.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqRemainder.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqRemainderNear.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqRotate.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqSameQuantum.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqScaleB.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqShift.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqSubtract.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqToIntegral.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqXor.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dsBase.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dsEncode.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/exp.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/extra.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/fma.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/inexact.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/invert.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ln.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/log10.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/logb.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/max.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/maxmag.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/min.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/minmag.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/minus.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/multiply.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/nextminus.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/nextplus.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/nexttoward.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/or.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/plus.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/power.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/powersqrt.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/quantize.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/randomBound32.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/randoms.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/reduce.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/remainder.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/remainderNear.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/rescale.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/rotate.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/rounding.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/samequantum.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/scaleb.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/shift.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/squareroot.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/subtract.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/testall.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/tointegral.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/tointegralx.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/xor.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/dtracedata/assert_usable.d /usr/lib64/python3.11/test/dtracedata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/dtracedata/assert_usable.stp /usr/lib64/python3.11/test/dtracedata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/dtracedata/call_stack.d /usr/lib64/python3.11/test/dtracedata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/dtracedata/call_stack.d.expected /usr/lib64/python3.11/test/dtracedata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/dtracedata/call_stack.py /usr/lib64/python3.11/test/dtracedata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/dtracedata/call_stack.stp /usr/lib64/python3.11/test/dtracedata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/dtracedata/call_stack.stp.expected /usr/lib64/python3.11/test/dtracedata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/dtracedata/gc.d /usr/lib64/python3.11/test/dtracedata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/dtracedata/gc.d.expected /usr/lib64/python3.11/test/dtracedata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/dtracedata/gc.py /usr/lib64/python3.11/test/dtracedata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/dtracedata/gc.stp /usr/lib64/python3.11/test/dtracedata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/dtracedata/gc.stp.expected /usr/lib64/python3.11/test/dtracedata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/dtracedata/instance.py /usr/lib64/python3.11/test/dtracedata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/dtracedata/line.d /usr/lib64/python3.11/test/dtracedata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/dtracedata/line.d.expected /usr/lib64/python3.11/test/dtracedata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/dtracedata/line.py /usr/lib64/python3.11/test/dtracedata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/encoded_modules/__init__.py /usr/lib64/python3.11/test/encoded_modules /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/encoded_modules/module_iso_8859_1.py /usr/lib64/python3.11/test/encoded_modules /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/encoded_modules/module_koi8_r.py /usr/lib64/python3.11/test/encoded_modules /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/imghdrdata/python-raw.jpg /usr/lib64/python3.11/test/imghdrdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/imghdrdata/python.bmp /usr/lib64/python3.11/test/imghdrdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/imghdrdata/python.exr /usr/lib64/python3.11/test/imghdrdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/imghdrdata/python.gif /usr/lib64/python3.11/test/imghdrdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/imghdrdata/python.jpg /usr/lib64/python3.11/test/imghdrdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/imghdrdata/python.pbm /usr/lib64/python3.11/test/imghdrdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/imghdrdata/python.pgm /usr/lib64/python3.11/test/imghdrdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/imghdrdata/python.png /usr/lib64/python3.11/test/imghdrdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/imghdrdata/python.ppm /usr/lib64/python3.11/test/imghdrdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/imghdrdata/python.ras /usr/lib64/python3.11/test/imghdrdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/imghdrdata/python.sgi /usr/lib64/python3.11/test/imghdrdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/imghdrdata/python.tiff /usr/lib64/python3.11/test/imghdrdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/imghdrdata/python.webp /usr/lib64/python3.11/test/imghdrdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/imghdrdata/python.xbm /usr/lib64/python3.11/test/imghdrdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/libregrtest/__init__.py /usr/lib64/python3.11/test/libregrtest /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/libregrtest/cmdline.py /usr/lib64/python3.11/test/libregrtest /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/libregrtest/main.py /usr/lib64/python3.11/test/libregrtest /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/libregrtest/pgo.py /usr/lib64/python3.11/test/libregrtest /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/libregrtest/refleak.py /usr/lib64/python3.11/test/libregrtest /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/libregrtest/runtest.py /usr/lib64/python3.11/test/libregrtest /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/libregrtest/runtest_mp.py /usr/lib64/python3.11/test/libregrtest /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/libregrtest/save_env.py /usr/lib64/python3.11/test/libregrtest /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/libregrtest/setup.py /usr/lib64/python3.11/test/libregrtest /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/libregrtest/utils.py /usr/lib64/python3.11/test/libregrtest /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/libregrtest/win_utils.py /usr/lib64/python3.11/test/libregrtest /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/sndhdrdata/README /usr/lib64/python3.11/test/sndhdrdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/sndhdrdata/sndhdr.8svx /usr/lib64/python3.11/test/sndhdrdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/sndhdrdata/sndhdr.aifc /usr/lib64/python3.11/test/sndhdrdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/sndhdrdata/sndhdr.aiff /usr/lib64/python3.11/test/sndhdrdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/sndhdrdata/sndhdr.au /usr/lib64/python3.11/test/sndhdrdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/sndhdrdata/sndhdr.hcom /usr/lib64/python3.11/test/sndhdrdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/sndhdrdata/sndhdr.sndt /usr/lib64/python3.11/test/sndhdrdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/sndhdrdata/sndhdr.voc /usr/lib64/python3.11/test/sndhdrdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/sndhdrdata/sndhdr.wav /usr/lib64/python3.11/test/sndhdrdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/subprocessdata/fd_status.py /usr/lib64/python3.11/test/subprocessdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/subprocessdata/input_reader.py /usr/lib64/python3.11/test/subprocessdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/subprocessdata/qcat.py /usr/lib64/python3.11/test/subprocessdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/subprocessdata/qgrep.py /usr/lib64/python3.11/test/subprocessdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/subprocessdata/sigchild_ignore.py /usr/lib64/python3.11/test/subprocessdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/support/__init__.py /usr/lib64/python3.11/test/support /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/support/bytecode_helper.py /usr/lib64/python3.11/test/support /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/support/hashlib_helper.py /usr/lib64/python3.11/test/support /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/support/import_helper.py /usr/lib64/python3.11/test/support /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/support/interpreters.py /usr/lib64/python3.11/test/support /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/support/logging_helper.py /usr/lib64/python3.11/test/support /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/support/os_helper.py /usr/lib64/python3.11/test/support /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/support/script_helper.py /usr/lib64/python3.11/test/support /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/support/socket_helper.py /usr/lib64/python3.11/test/support /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/support/testresult.py /usr/lib64/python3.11/test/support /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/support/threading_helper.py /usr/lib64/python3.11/test/support /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/support/warnings_helper.py /usr/lib64/python3.11/test/support /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/__init__.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/__main__.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/echo.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/echo2.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/echo3.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/functional.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_base_events.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_buffered_proto.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_context.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_events.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_futures.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_futures2.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_locks.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_pep492.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_proactor_events.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_protocols.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_queues.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_runners.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_selector_events.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_sendfile.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_server.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_sock_lowlevel.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_ssl.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_sslproto.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_streams.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_subprocess.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_taskgroups.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_tasks.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_threads.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_timeouts.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_transports.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_unix_events.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_waitfor.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_windows_events.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_windows_utils.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/utils.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/__init__.py /usr/lib64/python3.11/test/test_email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/__main__.py /usr/lib64/python3.11/test/test_email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/test__encoded_words.py /usr/lib64/python3.11/test/test_email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/test__header_value_parser.py /usr/lib64/python3.11/test/test_email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/test_asian_codecs.py /usr/lib64/python3.11/test/test_email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/test_contentmanager.py /usr/lib64/python3.11/test/test_email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/test_defect_handling.py /usr/lib64/python3.11/test/test_email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/test_email.py /usr/lib64/python3.11/test/test_email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/test_generator.py /usr/lib64/python3.11/test/test_email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/test_headerregistry.py /usr/lib64/python3.11/test/test_email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/test_inversion.py /usr/lib64/python3.11/test/test_email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/test_message.py /usr/lib64/python3.11/test/test_email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/test_parser.py /usr/lib64/python3.11/test/test_email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/test_pickleable.py /usr/lib64/python3.11/test/test_email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/test_policy.py /usr/lib64/python3.11/test/test_email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/test_utils.py /usr/lib64/python3.11/test/test_email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/torture_test.py /usr/lib64/python3.11/test/test_email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_01.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_02.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_03.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_04.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_05.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_06.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_07.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_08.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_09.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_10.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_11.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_12.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_12a.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_13.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_14.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_15.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_16.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_17.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_18.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_19.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_20.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_21.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_22.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_23.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_24.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_25.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_26.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_27.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_28.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_29.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_30.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_31.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_32.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_33.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_34.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_35.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_36.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_37.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_38.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_39.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_40.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_41.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_42.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_43.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_44.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_45.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_46.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/python.bmp /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/python.exr /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/python.gif /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/python.jpg /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/python.pbm /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/python.pgm /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/python.png /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/python.ppm /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/python.ras /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/python.sgi /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/python.tiff /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/python.webp /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/python.xbm /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/sndhdr.aifc /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/sndhdr.aiff /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/sndhdr.au /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/sndhdr.wav /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_import/__init__.py /usr/lib64/python3.11/test/test_import /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_import/__main__.py /usr/lib64/python3.11/test/test_import /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_import/data/circular_imports/basic.py /usr/lib64/python3.11/test/test_import/data/circular_imports /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_import/data/circular_imports/basic2.py /usr/lib64/python3.11/test/test_import/data/circular_imports /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_import/data/circular_imports/binding.py /usr/lib64/python3.11/test/test_import/data/circular_imports /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_import/data/circular_imports/binding2.py /usr/lib64/python3.11/test/test_import/data/circular_imports /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_import/data/circular_imports/from_cycle1.py /usr/lib64/python3.11/test/test_import/data/circular_imports /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_import/data/circular_imports/from_cycle2.py /usr/lib64/python3.11/test/test_import/data/circular_imports /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_import/data/circular_imports/indirect.py /usr/lib64/python3.11/test/test_import/data/circular_imports /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_import/data/circular_imports/rebinding.py /usr/lib64/python3.11/test/test_import/data/circular_imports /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_import/data/circular_imports/rebinding2.py /usr/lib64/python3.11/test/test_import/data/circular_imports /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_import/data/circular_imports/source.py /usr/lib64/python3.11/test/test_import/data/circular_imports /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_import/data/circular_imports/subpackage.py /usr/lib64/python3.11/test/test_import/data/circular_imports /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_import/data/circular_imports/use.py /usr/lib64/python3.11/test/test_import/data/circular_imports /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_import/data/circular_imports/util.py /usr/lib64/python3.11/test/test_import/data/circular_imports /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_import/data/circular_imports/subpkg/subpackage2.py /usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_import/data/circular_imports/subpkg/util.py /usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_import/data/circular_imports/subpkg2/__init__.py /usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg2 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_import/data/circular_imports/subpkg2/parent/__init__.py /usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg2/parent /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_import/data/circular_imports/subpkg2/parent/child.py /usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg2/parent /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_import/data/package/__init__.py /usr/lib64/python3.11/test/test_import/data/package /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_import/data/package/submodule.py /usr/lib64/python3.11/test/test_import/data/package /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_import/data/package2/submodule1.py /usr/lib64/python3.11/test/test_import/data/package2 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_import/data/package2/submodule2.py /usr/lib64/python3.11/test/test_import/data/package2 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_import/data/unwritable/__init__.py /usr/lib64/python3.11/test/test_import/data/unwritable /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_import/data/unwritable/x.py /usr/lib64/python3.11/test/test_import/data/unwritable /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/__init__.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/__main__.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/abc.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/fixtures.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/stubs.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/test_abc.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/test_api.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/test_compatibilty_files.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/test_contents.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/test_files.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/test_lazy.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/test_locks.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/test_main.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/test_metadata_api.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/test_namespace_pkgs.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/test_open.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/test_path.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/test_pkg_import.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/test_read.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/test_reader.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/test_resource.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/test_spec.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/test_threaded_import.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/test_util.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/test_windows.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/test_zip.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/threaded_import_hangers.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/update-zips.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/util.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/builtin/__init__.py /usr/lib64/python3.11/test/test_importlib/builtin /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/builtin/__main__.py /usr/lib64/python3.11/test/test_importlib/builtin /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/builtin/test_finder.py /usr/lib64/python3.11/test/test_importlib/builtin /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/builtin/test_loader.py /usr/lib64/python3.11/test/test_importlib/builtin /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/data/__init__.py /usr/lib64/python3.11/test/test_importlib/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/data/example-21.12-py3-none-any.whl /usr/lib64/python3.11/test/test_importlib/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/data/example-21.12-py3.6.egg /usr/lib64/python3.11/test/test_importlib/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/data/example2-1.0.0-py3-none-any.whl /usr/lib64/python3.11/test/test_importlib/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/data01/__init__.py /usr/lib64/python3.11/test/test_importlib/data01 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/data01/binary.file /usr/lib64/python3.11/test/test_importlib/data01 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/data01/utf-16.file /usr/lib64/python3.11/test/test_importlib/data01 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/data01/utf-8.file /usr/lib64/python3.11/test/test_importlib/data01 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/data01/subdirectory/__init__.py /usr/lib64/python3.11/test/test_importlib/data01/subdirectory /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/data01/subdirectory/binary.file /usr/lib64/python3.11/test/test_importlib/data01/subdirectory /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/data02/__init__.py /usr/lib64/python3.11/test/test_importlib/data02 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/data02/one/__init__.py /usr/lib64/python3.11/test/test_importlib/data02/one /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/data02/one/resource1.txt /usr/lib64/python3.11/test/test_importlib/data02/one /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/data02/two/__init__.py /usr/lib64/python3.11/test/test_importlib/data02/two /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/data02/two/resource2.txt /usr/lib64/python3.11/test/test_importlib/data02/two /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/data03/__init__.py /usr/lib64/python3.11/test/test_importlib/data03 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/data03/namespace/resource1.txt /usr/lib64/python3.11/test/test_importlib/data03/namespace /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/data03/namespace/portion1/__init__.py /usr/lib64/python3.11/test/test_importlib/data03/namespace/portion1 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/data03/namespace/portion2/__init__.py /usr/lib64/python3.11/test/test_importlib/data03/namespace/portion2 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/extension/__init__.py /usr/lib64/python3.11/test/test_importlib/extension /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/extension/__main__.py /usr/lib64/python3.11/test/test_importlib/extension /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/extension/test_case_sensitivity.py /usr/lib64/python3.11/test/test_importlib/extension /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/extension/test_finder.py /usr/lib64/python3.11/test/test_importlib/extension /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/extension/test_loader.py /usr/lib64/python3.11/test/test_importlib/extension /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/extension/test_path_hook.py /usr/lib64/python3.11/test/test_importlib/extension /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/frozen/__init__.py /usr/lib64/python3.11/test/test_importlib/frozen /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/frozen/__main__.py /usr/lib64/python3.11/test/test_importlib/frozen /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/frozen/test_finder.py /usr/lib64/python3.11/test/test_importlib/frozen /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/frozen/test_loader.py /usr/lib64/python3.11/test/test_importlib/frozen /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/import_/__init__.py /usr/lib64/python3.11/test/test_importlib/import_ /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/import_/__main__.py /usr/lib64/python3.11/test/test_importlib/import_ /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/import_/test___loader__.py /usr/lib64/python3.11/test/test_importlib/import_ /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/import_/test___package__.py /usr/lib64/python3.11/test/test_importlib/import_ /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/import_/test_api.py /usr/lib64/python3.11/test/test_importlib/import_ /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/import_/test_caching.py /usr/lib64/python3.11/test/test_importlib/import_ /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/import_/test_fromlist.py /usr/lib64/python3.11/test/test_importlib/import_ /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/import_/test_meta_path.py /usr/lib64/python3.11/test/test_importlib/import_ /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/import_/test_packages.py /usr/lib64/python3.11/test/test_importlib/import_ /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/import_/test_path.py /usr/lib64/python3.11/test/test_importlib/import_ /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/import_/test_relative_imports.py /usr/lib64/python3.11/test/test_importlib/import_ /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/namespace_pkgs/missing_directory.zip /usr/lib64/python3.11/test/test_importlib/namespace_pkgs /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/namespace_pkgs/nested_portion1.zip /usr/lib64/python3.11/test/test_importlib/namespace_pkgs /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/namespace_pkgs/top_level_portion1.zip /usr/lib64/python3.11/test/test_importlib/namespace_pkgs /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/namespace_pkgs/both_portions/foo/one.py /usr/lib64/python3.11/test/test_importlib/namespace_pkgs/both_portions/foo /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/namespace_pkgs/both_portions/foo/two.py /usr/lib64/python3.11/test/test_importlib/namespace_pkgs/both_portions/foo /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test.py /usr/lib64/python3.11/test/test_importlib/namespace_pkgs/module_and_namespace_package /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test/empty /usr/lib64/python3.11/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/__init__.py /usr/lib64/python3.11/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/one.py /usr/lib64/python3.11/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/namespace_pkgs/portion1/foo/one.py /usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion1/foo /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/namespace_pkgs/portion2/foo/two.py /usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion2/foo /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/namespace_pkgs/project1/parent/child/one.py /usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project1/parent/child /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/namespace_pkgs/project2/parent/child/two.py /usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project2/parent/child /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/namespace_pkgs/project3/parent/child/three.py /usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project3/parent/child /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/namespacedata01/binary.file /usr/lib64/python3.11/test/test_importlib/namespacedata01 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/namespacedata01/utf-16.file /usr/lib64/python3.11/test/test_importlib/namespacedata01 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/namespacedata01/utf-8.file /usr/lib64/python3.11/test/test_importlib/namespacedata01 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/partial/cfimport.py /usr/lib64/python3.11/test/test_importlib/partial /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/partial/pool_in_threads.py /usr/lib64/python3.11/test/test_importlib/partial /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/resources/__init__.py /usr/lib64/python3.11/test/test_importlib/resources /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/resources/util.py /usr/lib64/python3.11/test/test_importlib/resources /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/source/__init__.py /usr/lib64/python3.11/test/test_importlib/source /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/source/__main__.py /usr/lib64/python3.11/test/test_importlib/source /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/source/test_case_sensitivity.py /usr/lib64/python3.11/test/test_importlib/source /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/source/test_file_loader.py /usr/lib64/python3.11/test/test_importlib/source /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/source/test_finder.py /usr/lib64/python3.11/test/test_importlib/source /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/source/test_path_hook.py /usr/lib64/python3.11/test/test_importlib/source /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/source/test_source_encoding.py /usr/lib64/python3.11/test/test_importlib/source /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/zipdata01/__init__.py /usr/lib64/python3.11/test/test_importlib/zipdata01 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/zipdata01/ziptestdata.zip /usr/lib64/python3.11/test/test_importlib/zipdata01 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/zipdata02/__init__.py /usr/lib64/python3.11/test/test_importlib/zipdata02 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/zipdata02/ziptestdata.zip /usr/lib64/python3.11/test/test_importlib/zipdata02 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_json/__init__.py /usr/lib64/python3.11/test/test_json /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_json/__main__.py /usr/lib64/python3.11/test/test_json /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_json/test_decode.py /usr/lib64/python3.11/test/test_json /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_json/test_default.py /usr/lib64/python3.11/test/test_json /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_json/test_dump.py /usr/lib64/python3.11/test/test_json /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_json/test_encode_basestring_ascii.py /usr/lib64/python3.11/test/test_json /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_json/test_enum.py /usr/lib64/python3.11/test/test_json /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_json/test_fail.py /usr/lib64/python3.11/test/test_json /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_json/test_float.py /usr/lib64/python3.11/test/test_json /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_json/test_indent.py /usr/lib64/python3.11/test/test_json /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_json/test_pass1.py /usr/lib64/python3.11/test/test_json /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_json/test_pass2.py /usr/lib64/python3.11/test/test_json /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_json/test_pass3.py /usr/lib64/python3.11/test/test_json /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_json/test_recursion.py /usr/lib64/python3.11/test/test_json /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_json/test_scanstring.py /usr/lib64/python3.11/test/test_json /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_json/test_separators.py /usr/lib64/python3.11/test/test_json /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_json/test_speedups.py /usr/lib64/python3.11/test/test_json /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_json/test_tool.py /usr/lib64/python3.11/test/test_json /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_json/test_unicode.py /usr/lib64/python3.11/test/test_json /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_peg_generator/__init__.py /usr/lib64/python3.11/test/test_peg_generator /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_peg_generator/__main__.py /usr/lib64/python3.11/test/test_peg_generator /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_peg_generator/test_c_parser.py /usr/lib64/python3.11/test/test_peg_generator /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_peg_generator/test_first_sets.py /usr/lib64/python3.11/test/test_peg_generator /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_peg_generator/test_grammar_validator.py /usr/lib64/python3.11/test/test_peg_generator /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_peg_generator/test_pegen.py /usr/lib64/python3.11/test/test_peg_generator /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_tools/__init__.py /usr/lib64/python3.11/test/test_tools /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_tools/__main__.py /usr/lib64/python3.11/test/test_tools /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_tools/test_fixcid.py /usr/lib64/python3.11/test/test_tools /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_tools/test_freeze.py /usr/lib64/python3.11/test/test_tools /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_tools/test_gprof2html.py /usr/lib64/python3.11/test/test_tools /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_tools/test_i18n.py /usr/lib64/python3.11/test/test_tools /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_tools/test_lll.py /usr/lib64/python3.11/test/test_tools /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_tools/test_md5sum.py /usr/lib64/python3.11/test/test_tools /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_tools/test_pathfix.py /usr/lib64/python3.11/test/test_tools /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_tools/test_pdeps.py /usr/lib64/python3.11/test/test_tools /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_tools/test_pindent.py /usr/lib64/python3.11/test/test_tools /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_tools/test_reindent.py /usr/lib64/python3.11/test/test_tools /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_tools/test_sundry.py /usr/lib64/python3.11/test/test_tools /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_warnings/__init__.py /usr/lib64/python3.11/test/test_warnings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_warnings/__main__.py /usr/lib64/python3.11/test/test_warnings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_warnings/data/import_warning.py /usr/lib64/python3.11/test/test_warnings/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_warnings/data/stacklevel.py /usr/lib64/python3.11/test/test_warnings/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_zoneinfo/__init__.py /usr/lib64/python3.11/test/test_zoneinfo /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_zoneinfo/__main__.py /usr/lib64/python3.11/test/test_zoneinfo /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_zoneinfo/_support.py /usr/lib64/python3.11/test/test_zoneinfo /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_zoneinfo/test_zoneinfo.py /usr/lib64/python3.11/test/test_zoneinfo /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_zoneinfo/data/update_test_data.py /usr/lib64/python3.11/test/test_zoneinfo/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_zoneinfo/data/zoneinfo_data.json /usr/lib64/python3.11/test/test_zoneinfo/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/tracedmodules/__init__.py /usr/lib64/python3.11/test/tracedmodules /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/tracedmodules/testmod.py /usr/lib64/python3.11/test/tracedmodules /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/typinganndata/__init__.py /usr/lib64/python3.11/test/typinganndata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/typinganndata/ann_module9.py /usr/lib64/python3.11/test/typinganndata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/expat224_utf8_bug.xml /usr/lib64/python3.11/test/xmltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/simple-ns.xml /usr/lib64/python3.11/test/xmltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/simple.xml /usr/lib64/python3.11/test/xmltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/test.xml /usr/lib64/python3.11/test/xmltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/test.xml.out /usr/lib64/python3.11/test/xmltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/README /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/c14nComment.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/c14nDefault.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/c14nPrefix.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/c14nPrefixQname.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/c14nPrefixQnameXpathElem.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/c14nQname.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/c14nQnameElem.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/c14nQnameXpathElem.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/c14nTrim.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/doc.dtd /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/doc.xsl /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/inC14N1.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/inC14N2.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/inC14N3.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/inC14N4.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/inC14N5.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/inC14N6.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/inNsContent.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/inNsDefault.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/inNsPushdown.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/inNsRedecl.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/inNsSort.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/inNsSuperfluous.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/inNsXml.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inC14N1_c14nComment.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inC14N1_c14nDefault.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inC14N2_c14nDefault.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inC14N2_c14nTrim.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inC14N3_c14nDefault.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inC14N3_c14nPrefix.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inC14N3_c14nTrim.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inC14N4_c14nDefault.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inC14N4_c14nTrim.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inC14N5_c14nDefault.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inC14N5_c14nTrim.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inC14N6_c14nDefault.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inNsContent_c14nDefault.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inNsContent_c14nPrefixQnameXpathElem.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inNsContent_c14nQnameElem.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inNsContent_c14nQnameXpathElem.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inNsDefault_c14nDefault.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inNsDefault_c14nPrefix.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inNsPushdown_c14nDefault.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inNsPushdown_c14nPrefix.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inNsRedecl_c14nDefault.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inNsRedecl_c14nPrefix.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inNsSort_c14nDefault.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inNsSort_c14nPrefix.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inNsSuperfluous_c14nDefault.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inNsSuperfluous_c14nPrefix.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inNsXml_c14nDefault.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inNsXml_c14nPrefix.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inNsXml_c14nPrefixQname.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inNsXml_c14nQname.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/world.txt /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/ziptestdata/README.md /usr/lib64/python3.11/test/ziptestdata /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/test/ziptestdata/exe_with_z64 /usr/lib64/python3.11/test/ziptestdata /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/test/ziptestdata/exe_with_zip /usr/lib64/python3.11/test/ziptestdata /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/test/ziptestdata/header.sh /usr/lib64/python3.11/test/ziptestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/ziptestdata/testdata_module_inside_zip.py /usr/lib64/python3.11/test/ziptestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/test/README /usr/lib64/python3.11/tkinter/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/test/__init__.py /usr/lib64/python3.11/tkinter/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/test/support.py /usr/lib64/python3.11/tkinter/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/test/widget_tests.py /usr/lib64/python3.11/tkinter/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/test/test_tkinter/__init__.py /usr/lib64/python3.11/tkinter/test/test_tkinter /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/test/test_tkinter/test_colorchooser.py /usr/lib64/python3.11/tkinter/test/test_tkinter /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/test/test_tkinter/test_font.py /usr/lib64/python3.11/tkinter/test/test_tkinter /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/test/test_tkinter/test_geometry_managers.py /usr/lib64/python3.11/tkinter/test/test_tkinter /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/test/test_tkinter/test_images.py /usr/lib64/python3.11/tkinter/test/test_tkinter /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/test/test_tkinter/test_loadtk.py /usr/lib64/python3.11/tkinter/test/test_tkinter /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/test/test_tkinter/test_messagebox.py /usr/lib64/python3.11/tkinter/test/test_tkinter /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/test/test_tkinter/test_misc.py /usr/lib64/python3.11/tkinter/test/test_tkinter /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/test/test_tkinter/test_simpledialog.py /usr/lib64/python3.11/tkinter/test/test_tkinter /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/test/test_tkinter/test_text.py /usr/lib64/python3.11/tkinter/test/test_tkinter /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/test/test_tkinter/test_variables.py /usr/lib64/python3.11/tkinter/test/test_tkinter /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/test/test_tkinter/test_widgets.py /usr/lib64/python3.11/tkinter/test/test_tkinter /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/test/test_ttk/__init__.py /usr/lib64/python3.11/tkinter/test/test_ttk /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/test/test_ttk/test_extensions.py /usr/lib64/python3.11/tkinter/test/test_ttk /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/test/test_ttk/test_style.py /usr/lib64/python3.11/tkinter/test/test_ttk /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/test/test_ttk/test_widgets.py /usr/lib64/python3.11/tkinter/test/test_ttk /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/__init__.py /usr/lib64/python3.11/unittest/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/__main__.py /usr/lib64/python3.11/unittest/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/_test_warnings.py /usr/lib64/python3.11/unittest/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/dummy.py /usr/lib64/python3.11/unittest/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/support.py /usr/lib64/python3.11/unittest/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/test_assertions.py /usr/lib64/python3.11/unittest/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/test_async_case.py /usr/lib64/python3.11/unittest/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/test_break.py /usr/lib64/python3.11/unittest/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/test_case.py /usr/lib64/python3.11/unittest/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/test_discovery.py /usr/lib64/python3.11/unittest/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/test_functiontestcase.py /usr/lib64/python3.11/unittest/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/test_loader.py /usr/lib64/python3.11/unittest/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/test_program.py /usr/lib64/python3.11/unittest/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/test_result.py /usr/lib64/python3.11/unittest/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/test_runner.py /usr/lib64/python3.11/unittest/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/test_setups.py /usr/lib64/python3.11/unittest/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/test_skipping.py /usr/lib64/python3.11/unittest/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/test_suite.py /usr/lib64/python3.11/unittest/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/testmock/__init__.py /usr/lib64/python3.11/unittest/test/testmock /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/testmock/__main__.py /usr/lib64/python3.11/unittest/test/testmock /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/testmock/support.py /usr/lib64/python3.11/unittest/test/testmock /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/testmock/testasync.py /usr/lib64/python3.11/unittest/test/testmock /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/testmock/testcallable.py /usr/lib64/python3.11/unittest/test/testmock /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/testmock/testhelpers.py /usr/lib64/python3.11/unittest/test/testmock /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/testmock/testmagicmethods.py /usr/lib64/python3.11/unittest/test/testmock /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/testmock/testmock.py /usr/lib64/python3.11/unittest/test/testmock /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/testmock/testpatch.py /usr/lib64/python3.11/unittest/test/testmock /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/testmock/testsealable.py /usr/lib64/python3.11/unittest/test/testmock /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/testmock/testsentinel.py /usr/lib64/python3.11/unittest/test/testmock /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/testmock/testwith.py /usr/lib64/python3.11/unittest/test/testmock /usr/bin/install -p -m 644 `cat pybuilddir.txt`/_sysconfigdata_d_linux_aarch64-linux-gnu.py \ /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11; \ /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/LICENSE /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/LICENSE.txt if test -d /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests; then \ /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Modules/xxmodule.c \ /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests ; \ fi PYTHONPATH=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11 LD_LIBRARY_PATH=/builddir/build/BUILD/Python-3.11.1/build/debug \ ./python -E -Wi /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/compileall.py \ -j0 -d /usr/lib64/python3.11 -f \ -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \ /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11 Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_collections_abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/cgitb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_find.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_struct_fields.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/core.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_build_ext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/_parseaddr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1140.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp866.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_7.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/unicode_escape.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/heapq.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/format.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_help.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_searchengine.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/imghdr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/io.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_filter.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_repr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/logging/config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/random.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tabnanny.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/bad_getattr3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/encoded_modules/module_iso_8859_1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/inspect_fodder2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/pickletester.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codeop.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_crypt.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_descr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peepholer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_queue.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_smtpnet.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_stable_abi_ctypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_strtod.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sys_setprofile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_timeit.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_typechecks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unicode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_async_case.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib/response.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/uuid.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/etree/ElementInclude.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax/_exceptions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/__phello__/spam.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/format_helpers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/windows_utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/csv.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_macholib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/curses/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/build_scripts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/msvc9compiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_spawn.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/headerregistry.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp720.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/hp_roman8.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_croatian.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_8_sig.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/filelist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/pyparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/_bootstrap_external.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_map.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/grammar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_all_fixers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/reduction.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pstats.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sqlite3/dbapi2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_test_atexit.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/bisect_cmd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/pythoninfo.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test___future__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_buffered_proto.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_threads.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_windows_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_baseexception.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bisect.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_code_module.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecmaps_tw.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_concurrent_futures.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_defect_handling.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_exceptions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/builtin/test_finder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_fromlist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_read.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_indent.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_keywordonlyarg.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_metaclass.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_module.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_optparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pyexpat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ssl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_functiontestcase.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testsealable.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/uu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wave.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax/handler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_pydecimal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/ccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_archive_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/text_file.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/text.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1256.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/euc_jp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/johab.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_16_be.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/hmac.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/editor.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/macosx.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/zzdummy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_exec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_raise.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/linecache.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/resource_tracker.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pkgutil.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/re/_compiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_test_embed_structseq.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/gdb_sample.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asdl_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_selector_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecencodings_cn.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecencodings_tw.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_file_eintr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_future4.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_gc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg2/parent/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension/test_case_sensitivity.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project1/parent/child/one.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/stubs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_threaded_import.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_dump.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_kqueue.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_modulefinder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_opcodes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ossaudiodev.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_platform.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_re.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_geometry_managers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testwith.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/webbrowser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xmlrpc/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zoneinfo/_common.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ast.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_cast.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_sizes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/_msvccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/fancy_getopt.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_install.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/errors.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/charmap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp861.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_10.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/palmos.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/fractions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/debugobj_r.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/template.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_mainmenu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_statusbar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/redirector.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/_abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/json/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_future.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_standarderror.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lzma.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/synchronize.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/queue.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sqlite3/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module8.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/bad_getattr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/make_ssl_certs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/subprocessdata/qgrep.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_audit.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_binascii.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cmath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_coroutines.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_format.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_hashlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_api.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_api.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_float.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_keyword.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_lib2to3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_lltrace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_math.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_setcomps.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_shlex.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_startfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_statistics.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/timeit.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_misc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/forest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/paint.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/two_canvases.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/loader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testhelpers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_py_abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/mixins.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/bdb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_keeprefs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/wintypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/check.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/msvccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_bdist_rpm.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_sysconfig.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/message.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1253.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp949.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/shift_jis.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/getopt.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/debugger.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_editmenu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_scrolledlist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/multicall.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/machinery.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/json/tool.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_imports2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_types.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/connection.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dataclass_module_2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/inspect_stringized_annotations.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/multibytecodec_support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test__locale.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_protocols.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_timeouts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_augassign.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_buffer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_genericpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_imghdr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpackage.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg2/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/both_portions/foo/one.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/both_portions/foo/two.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/resources/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/threaded_import_hangers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_inspect.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/colorchooser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_ttk/test_extensions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/chaos.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/minimal_hanoi.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/planet_and_moon.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/main.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_setups.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/headers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/pulldom.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zipapp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/aifc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/codeop.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent/futures/_base.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_buffers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_python_api.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/datetime.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_upload.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/multipart.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1254.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp950.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_4.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/shift_jisx0213.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/glob.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/debugobj.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_calltip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_search.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/percolator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/imp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/json/scanner.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_getcwdu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_sys_exc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/mimetypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/popen_spawn_posix.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/optparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/socket.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module6.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/autotest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dtracedata/instance.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/pyclbr_input.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/script_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dbm_gnu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test__header_value_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/builtin/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/namespace/portion2/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_packages.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_compatibilty_files.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/zipdata01/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_int_literal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_pass1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_scanstring.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_logging.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unary.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_univnewlines.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_userlist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_utf8_mode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_winreg.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/tf_inherit_check.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/typinganndata/ann_module9.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/textwrap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_images.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/lindenmayer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/penrose.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/signals.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_loader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_compat_pickle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/protocols.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/bz2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/contextlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_cfuncs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_unicode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/bdist_dumb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/dir_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_core.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/versionpredicate.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp424.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/gbk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/kz1048.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_7.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/mock_tk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_pathbrowser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_undo.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/squeezer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_funcattrs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_renames.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/logging/handlers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pprint.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/socketserver.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/save_env.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/sample_doctest_no_doctests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/subprocessdata/qcat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/subprocessdata/sigchild_ignore.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ast.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_contentmanager.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_future3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_generators.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/one.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/test_finder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_itertools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_strptime.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_threading_local.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_freeze.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_pathfix.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tuple.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urllib2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_simpledialog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_widgets.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/handlers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/etree/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/etree/cElementTree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/parsers/expat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zoneinfo/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zoneinfo/_tzpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_threading_local.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/queues.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/cgi.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_arrays.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_repr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dbm/dumb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/sdist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_dist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/iterators.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1006.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp863.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_16.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/rot_13.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/getpass.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/configdialog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/query.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/_itertools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/btm_matcher.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_metaclass.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/tokenize.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/sharedctypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/profile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/site.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dataclass_module_2_str.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/final_a.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/inspect_stringized_annotations_2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/mp_fork_bomb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/regrtest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_base_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dataclasses.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/builtin/test_loader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/test_file_loader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_memoryio.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pkg.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_profile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pyclbr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_scope.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_string_literals.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_syntax.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_threading.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_weakset.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/dnd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/token.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tomllib/_types.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tracemalloc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/dummy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_program.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/venv/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/simple_server.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/domreg.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/xmlbuilder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/base_tasks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/windows_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_array_in_pointer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_pickling.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dataclasses.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/filelist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_filelist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/feedparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1257.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/euc_kr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/koi8_r.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_32.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/http/cookies.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/colorizer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/dynoption.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_browser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_run.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/zoomheight.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/simple.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_exitfunc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_reload.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/logging/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/re/_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/setup.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/pydoc_mod.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/threading_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_context.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_taskgroups.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bz2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_curses.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_enumerate.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fstring.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/frozen/test_loader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_default.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_pass3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_tool.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_nntplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_robotparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_shelve.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sort.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sundry.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_symtable.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_threadedtempfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_time.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_wait3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_warnings/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/commondialog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_font.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tomllib/_re.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tty.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/bytedesign.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/sorting_animate.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/_test_warnings.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_runner.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_aix_support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/futures.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/calendar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_as_parameter.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_refcounts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dbm/ndbm.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/install_egg_info.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_install_scripts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/charset.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp037.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp862.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_13.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/punycode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/graphlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/debugger_r.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_debugger.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_debugobj_r.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_query.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/textview.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/readers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_execfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_reduce.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/locale.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pipes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_picklebuffer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pty.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_range.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_stringprep.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_subprocess.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/fractalcurves.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/round_dance.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/_log.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/suite.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testsentinel.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib/parse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax/xmlreader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_pyio.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_parameters.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/difflib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_build_py.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_versionpredicate.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1125.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/euc_jisx0213.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/gb18030.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/koi8_t.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_32_be.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/html/entities.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_calltip_w.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_parenmatch.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/run.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/inspect.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/nturl2path.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pickletools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/smtpd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module5.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/audit-tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/win_utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/pydocfodder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/subprocessdata/fd_status.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_argparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ensurepip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fnmatch.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_getopt.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_grammar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_lazy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_interpreters.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ntpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pkgutil.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_resource.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sched.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_socketserver.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_pdeps.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_trace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urllibnet.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_uuid.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/typinganndata/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/filedialog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testasync.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_sysconfigdata_d_linux_aarch64-linux-gnu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncore.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/_aix.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_internals.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_varsize_struct.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/build_clib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/file_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_extension.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/_encoded_words.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/base64_codec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp855.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_jp_3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_roman.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ensurepip/_uninstall.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/hyperparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_filelist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_runscript.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/mainmenu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/stackviewer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/_legacy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_dict.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_print.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/refactor.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/numbers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pyclbr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/shelve.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/symtable.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/curses_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/inspect_stock_annotations.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/mock_socket.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_array.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecencodings_iso2022.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecencodings_kr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecmaps_jp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_context.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dict.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_flufl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_functools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_marshal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator/test_grammar_validator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_poplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_repl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_runpy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_subclassinit.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sys.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_warnings/data/import_warning.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_weakref.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/rosette.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/typing.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/base_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_byteswap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_wintypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/build_ext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_check.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/base.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1251.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp874.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_11.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/ptcp154.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ftplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/autoexpand.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_debugobj.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_redirector.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/parenmatch.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/window.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/_adapters.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_except.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_raw_input.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pytree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/managers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/shlex.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module7.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dtracedata/line.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/memory_watchdog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/functional.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_streams.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cmd_line_script.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cprofile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_descrtut.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dictcomps.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dynamic.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_eof.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_file.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fileutils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_funcattrs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_heapq.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/package/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion2/foo/two.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/test_source_encoding.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_index.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_listcomps.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_lzma.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_readline.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_selectors.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_string.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_telnetlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_gprof2html.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_pindent.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_type_comments.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unicode_file_functions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urlparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/simpledialog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/traceback.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_result.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_sitebuiltins.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/proactor_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/macholib/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_funcptr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_structures.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_build_clib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_unixccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/audio.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1252.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp932.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_14.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/quopri_codec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/functools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/codecontext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/mock_idle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_macosx.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_tree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/runscript.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_idioms.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_tuple_params.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/dummy/connection.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/nntplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/runpy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sunau.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dataclass_module_1_str.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/final_b.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/mp_preload.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/reperf.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ssltests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_unix_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_crashers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_csv.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_except_star.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_hash.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/basic.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/basic2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/binding.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/from_cycle1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/indirect.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/rebinding2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg/subpackage2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension/test_loader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_metadata_api.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_enum.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_long.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_posix.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_threadsignals.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_md5sum.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ttk_textonly.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unpack.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urllib2net.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_venv.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo/_support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/time_hashlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/dialog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_loadtk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_variables.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/colormixer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/nim.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_discovery.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/types.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/NodeFilter.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/expatbuilder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/threads.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/configparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_prototypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/archive_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/cygwinccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_dep_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/doctest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp875.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_15.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/raw_unicode_escape.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/genericpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_sidebar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/_functools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_itertools_imports.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/main.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/parse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_refactor.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/shared_memory.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/quopri.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sqlite3/dump.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_test_embed_set_config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/lock_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/logging_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/echo.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_sslproto.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_c_locale_coercion.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_charmapcodec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cmd_line.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dbm_ndbm.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dict_version.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_epoll.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_float.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/builtin/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/namespace/portion1/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_caching.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/test_case_sensitivity.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_spec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_mmap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pickletools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_positional_only_arg.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_regrtest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sysconfig.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_timeout.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_traceback.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/trace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_assertions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib/robotparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/warnings.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax/expatreader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/base_subprocess.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/bisect.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/cmd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/_endian.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_frombuffer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_win32.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/build_py.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_bdist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_msvc9compiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/header.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp437.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/hz.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_arabic.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/calltip_w.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_iomenu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/replace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_input.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_urllib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/popen_fork.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/re/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/stringprep.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dataclass_module_1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dis_module.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/fork_wait.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/seq_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncgen.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cgitb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_check_c_globals.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cmd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecencodings_hk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecencodings_jp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecmaps_kr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_configparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_inversion.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_exception_group.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_glob.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg2/parent/child.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension/test_finder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion1/foo/one.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/test_path_hook.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_namespace_pkgs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_fail.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_longexp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_mailbox.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_set.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_winconsoleio.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zipapp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ziptestdata/testdata_module_inside_zip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/messagebox.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/tix.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/validate.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax/saxutils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_compression.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/log.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/base64.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/crypt.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_checkretval.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_returnfuncptrs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/upload.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_clean.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_version.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/image.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp273.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/gb2312.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/koi8_u.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_32_le.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/http/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_autoexpand.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_percolator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_window.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/search.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/_collections.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_itertools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_zip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/pool.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/re/_casefix.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sre_constants.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_test_multiprocessing.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/mapping_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/bytecode_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_ssl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_compileall.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_doctest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fileio.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_html.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_httplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_isinstance.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_memoryview.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator/test_first_sets.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_posixpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_smtplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_type_cache.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_types.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/clock.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/mock.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/argparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_loading.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/curses/has_key.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/install.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_config_cmd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/version.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/quoprimime.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp737.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_jp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_farsi.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/zlib_codec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/grep.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_delegator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_rpc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/tkinter_testing_utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/searchengine.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_ne.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/driver.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_fixers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/telnetlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/audiotests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/main.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_sock_lowlevel.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_binop.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_clinic.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_contains.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dbm.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dictviews.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_extcall.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fcntl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fork1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_gettext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/unwritable/x.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/frozen/test_finder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_files.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_windows.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_decode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_launcher.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_patma.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_lll.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_reindent.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tracemalloc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xml_etree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_weakrefset.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/staggered.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/code.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/contextvars.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_bitfields.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_stringptr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/bcppcompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/debug.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_build.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_sdist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/policy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp500.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/hex_codec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/latin_1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_8.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/delegator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_autocomplete_w.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_multicall.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_text.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/_text.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixer_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_set_literal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/mailbox.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sre_parse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_test_venv_multiprocessing.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/doctest_lineno.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/future_test1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/sample_doctest_no_docstrings.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/string_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bool.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_code.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_copyreg.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_decorators.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_eintr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_embed.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_idle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_imp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/package2/submodule2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02/one/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test___loader__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project2/parent/child/two.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_mimetypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_operator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_plistlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_secrets.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_slice.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_stat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_struct.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_i18n.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ucn.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_userdict.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_wait4.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_warnings/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_wave.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xmlrpc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_strptime.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/trsock.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/colorsys.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/copy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_functions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/curses/panel.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/clean.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/log.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_dir_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/_header_value_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_cyrillic.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/uu_codec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/http/server.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/help.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_grep.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_squeezer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/json/encoder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_long.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/popen_forkserver.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/operator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/poplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sched.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/statistics.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/coding20731.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/encoded_modules/module_koi8_r.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/relimport.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/sortperf.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_abstract_numbers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_proactor_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_call.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_copy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/torture_test.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_exception_variations.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_frozen.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_gdb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_http_cookiejar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_path.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_zip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ipaddress.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_rlcompleter.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_select.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_site.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_super.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_textwrap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unicodedata.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_warnings/data/stacklevel.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_webbrowser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zipimport.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_colorchooser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_ttk/test_widgets.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/minicompat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/etree/ElementPath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zipimport.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/selector_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_objects.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/curses/ascii.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/extension.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_cygwinccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp852.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_jp_2004.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_latin2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_codecontext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_stackviewer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/pyshell.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_basestring.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_operator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pygram.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/spawn.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/plistlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/smtplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module4.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/list_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ssl_servers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asynchat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_sendfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bigaddrspace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bigmem.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ctypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_datetime.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_deque.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_message.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_future5.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_generator_stop.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_genericclass.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_global.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_hmac.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/use.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data01/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension/test_path_hook.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_reader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_recursion.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_list.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_multiprocessing_main_handling.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_openpty.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_os.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_wsgiref.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/threading.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/tree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/async_case.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_case.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/constants.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/taskgroups.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/collections/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_pointers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dis.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/spawn.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_file_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/aliases.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp858.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_kr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_turkish.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/fileinput.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/config_key.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_colorizer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_zoomheight.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/scrolledlist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/_adapters.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_intern.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_xrange.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/heap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pdb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sre_compile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/inspect_fodder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/mod_generics_cache.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test___all__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_futures2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_tasks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_difflib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test__encoded_words.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_enum.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pipes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_print.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pwd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_richcmp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sndhdr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_spwd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_strftime.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_structseq.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tabnanny.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tix.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tokenize.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_winsound.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xxtestfuzz.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zipfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xmlrpc/server.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/base_futures.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/timeouts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/collections/abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/compileall.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_numbers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/decimal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/install_headers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_install_headers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/_policybase.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/bz2_codec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp860.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/oem.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/fnmatch.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_help_about.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_tooltip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/statusbar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/readers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/btm_utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_next.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/pgen.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/mailcap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ntpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/re/_constants.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/stat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/pgo.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/signalinterproctester.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/testresult.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_locks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecmaps_cn.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_colorsys.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cppext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_decimal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_multibytecodec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pathlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unicode_file.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urllib_response.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_userstring.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_utf8source.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_uu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_with.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/this.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/scrolledtext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_text.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tokenize.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/result.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_skipping.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xdrlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/parsers/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zoneinfo/_zoneinfo.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asynchat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/tasks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/macholib/dyld.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_memfunctions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/curses/textpad.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/install_scripts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_msvccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/generator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1258.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_8.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_16.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/html/parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/calltip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_history.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_warning.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/searchbase.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/_meta.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixer_base.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_methodattrs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/conv.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_pytree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/netrc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pty.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/reprlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/struct.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_typed_dict_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/runtest_mp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/setup_testcppext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/hashlib_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/os_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_runners.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncore.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_class.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_contextlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_distutils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_asian_codecs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_errno.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_faulthandler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_future.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_graphlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_imaplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/frozen/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/partial/pool_in_threads.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_pkg_import.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_io.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unicode_identifiers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unpack_ex.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urllib2_localnet.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xml_dom_minicompat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_yield_from.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/constants.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_messagebox.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_ttk/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/widget_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/runner.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testpatch.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/__phello__/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/exceptions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/unix_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_errno.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_slicing.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/bdist_rpm.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_install_lib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/encoders.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/big5hkscs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp857.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_jp_ext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_romanian.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/enum.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/history.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_debugger_r.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_pyparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/rpc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/simple.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_buffer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_paren.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/token.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_main.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/resource_sharer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/os.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/secrets.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ssl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/good_getattr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/cmdline.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/socket_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test__osx_support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_queues.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_audioop.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecmaps_hk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_compare.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_defaultdict.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dis.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_frame.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_genexps.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_getpass.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_grp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_htmlparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/unwritable/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02/two/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test___package__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_main.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_encode_basestring_ascii.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_unicode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_mailcap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_multiprocessing_fork.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_multiprocessing_spawn.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_netrc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ordered_dict.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pprint.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_shutil.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo/data/update_test_data.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/tracedmodules/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/win_console_handler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/antigravity.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/runners.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/cProfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent/futures/thread.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/macholib/framework.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_libc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_log.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/contentmanager.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1026.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp864.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/shift_jis_2004.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/gettext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/browser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/htest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_outwin.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_zzdummy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/tooltip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/_common.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_asserts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_numliterals.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/pytree_idempotency.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/process.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/py_compile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/rlcompleter.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/string.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dtracedata/gc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/warnings_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_futures.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bytes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dtrace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_headerregistry.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_gzip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_relative_imports.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_resource.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_speedups.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_locale.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pep646_syntax.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_popen.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pstats.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_quopri.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_source_encoding.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sunau.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tarfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/yinyang.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/case.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/weakref.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xmlrpc/client.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_osx_support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/subprocess.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_bytes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_random_things.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dbm/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/install_lib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_bdist_dumb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_register.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/application.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1250.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp869.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_9.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_16_le.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/html/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/http/cookiejar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_config_key.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_hyperparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/iomenu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/_bootstrap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_imports.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_ws_comma.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/dummy/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/platform.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/selectors.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tempfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dataclass_textanno.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/double_const.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/future_test2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/profilee.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/import_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/echo2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cgi.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_contextlib_async.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ftplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/package2/submodule1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/resources/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_open.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/zipdata02/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_iter.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_poll.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sax.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_turtle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urllib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/ttk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_suite.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/venv/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/etree/ElementTree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/__future__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/codecs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_anon.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_pep3118.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dbm/gnu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/install_data.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/sysconfig.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_install_data.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/base64mime.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/big5.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp856.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/idna.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mbcs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/filecmp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_format.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/pathbrowser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/imaplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_has_key.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_throw.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/modulefinder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/posixpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sysconfig.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/bad_getattr2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/encoded_modules/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/imp_dummy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/re_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test__opcode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_pep492.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_transports.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_windows_utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_atexit.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bdb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_collections.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_filecmp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_genericalias.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_http_cookies.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data01/subdirectory/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/frozen/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/partial/cfimport.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_path.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/update-zips.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_iterlen.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_linecache.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_multiprocessing_forkserver.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_named_expressions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator/test_pegen.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_random.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tempfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xdrlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xmlrpc_net.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xxlimited.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zipfile64.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo/test_zoneinfo.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testmock.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_markupbase.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/sslproto.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_init.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_unaligned_structures.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/cmd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/dist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_text_file.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/message.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp865.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_5.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/tis_620.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/hashlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/http/client.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/help_about.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_editor.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_searchbase.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/sidebar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/json/decoder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_isinstance.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_xreadlines.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/forkserver.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pathlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sndhdr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_test_eintr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/doctest_aliases.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/sample_doctest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/subprocessdata/input_reader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_aifc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_server.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_waitfor.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_builtin.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_email.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_nis.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_numeric_tower.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_osx_env.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pdb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pydoc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_syslog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tcl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unittest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xml_etree_c.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zipimport_support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/xmltests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_ttk/test_style.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/peace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/types.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_break.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testcallable.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib/error.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib/request.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_bootsubprocess.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/locks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/chunk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent/futures/process.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_callbacks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_values.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/build.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/errors.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/ascii.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp850.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_jp_2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_iceland.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ensurepip/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/autocomplete.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_configdialog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/_itertools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_apply.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_nonzero.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/literals.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/queues.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/signal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tarfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/refleak.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/interpreters.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/echo3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_subprocess.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bufio.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_calendar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_complex.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_devpoll.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_doctest2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_policy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fractions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/binding2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/from_cycle2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/rebinding.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/source.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_int.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pickle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pulldom.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_raise.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_signal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sys_settrace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/testcodec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/tracedmodules/testmod.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/font.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tomllib/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tomllib/_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testmagicmethods.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/minidom.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/__hello__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/coroutines.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/transports.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent/futures/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/macholib/dylib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_incomplete.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_strings.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/bdist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/dep_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_build_scripts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/nonmultipart.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1255.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/euc_jis_2004.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_6.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/undefined.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/gzip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/autocomplete_w.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_autocomplete.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_replace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_textview.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/undo.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ipaddress.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/patcomp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/popen_spawn_win32.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pickle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/subprocess.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dtracedata/call_stack.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/runtest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test__xxsubinterpreters.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_compile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dynamicclassattribute.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_generator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fileinput.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_httpservers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_meta_path.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_contents.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_minidom.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_property.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_reprlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_socket.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zipfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/streams.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/copyreg.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_delattr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_simplesubclasses.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/register.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_cmd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/unixccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp775.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_jp_1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_greek.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ensurepip/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_pyshell.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/outwin.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/tree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/keyword.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_import.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_unicode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/context.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/opcode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/shutil.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/datetimetester.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_base64.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codeccallbacks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dbm_dumb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_docxmlrpc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_pickleable.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_exception_hierarchy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_finalization.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_getpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/package/submodule.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/fixtures.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project3/parent/child/three.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_locks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ioctl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_pass2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_separators.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_largefile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_msilib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_opcache.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator/test_c_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pow.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_py_compile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_script_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_smtpd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_thread.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_fixcid.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_sundry.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ttk_guionly.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_type_annotations.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_typing.py'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/__phello__'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/collections'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent/futures'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/macholib'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/curses'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dbm'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ensurepip'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ensurepip/_bundled'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/html'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/http'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/Icons'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/json'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data/fixers'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data/fixers/myfixes'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/logging'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/dummy'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/re'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/site-packages'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sqlite3'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/audiodata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/capath'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/cjkencodings'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/decimaltestdata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dtracedata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/encoded_modules'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/imghdrdata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/sndhdrdata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/subprocessdata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg2'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg2/parent'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/package'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/package2'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/unwritable'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/builtin'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data01'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data01/subdirectory'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02/one'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02/two'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/namespace'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/namespace/portion1'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/namespace/portion2'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/frozen'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/both_portions'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/both_portions/foo'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/module_and_namespace_package'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/not_a_namespace_pkg'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion1'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion1/foo'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion2'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion2/foo'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project1'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project1/parent'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project1/parent/child'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project2'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project2/parent'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project2/parent/child'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project3'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project3/parent'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project3/parent/child'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespacedata01'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/partial'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/resources'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/zipdata01'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/zipdata02'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_warnings'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_warnings/data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo/data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/tracedmodules'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/typinganndata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/xmltestdata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/xmltestdata/c14n-20'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ziptestdata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_ttk'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tomllib'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/venv'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/venv/scripts'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/venv/scripts/common'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/venv/scripts/posix'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/etree'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/parsers'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xmlrpc'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zoneinfo'... PYTHONPATH=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11 LD_LIBRARY_PATH=/builddir/build/BUILD/Python-3.11.1/build/debug \ ./python -E -Wi -O /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/compileall.py \ -j0 -d /usr/lib64/python3.11 -f \ -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \ /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11 Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/__hello__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/coroutines.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/trsock.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/codecs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_as_parameter.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_returnfuncptrs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/register.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_cmd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1140.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp874.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_13.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/punycode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/graphlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/debugobj.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_browser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_pyparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/run.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ipaddress.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/patcomp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/popen_spawn_posix.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pickle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module6.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/bad_getattr3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dataclass_module_2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/fork_wait.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/pickletester.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_buffer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_imp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/use.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/builtin/test_finder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_caching.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/test_finder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_int_literal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_itertools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_struct.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_reindent.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tuple.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_utf8source.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_wait3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_winconsoleio.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xxtestfuzz.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zipfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/nim.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testsealable.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/webbrowser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/base_tasks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/unix_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_cast.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_simplesubclasses.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/difflib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_build_clib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_text_file.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/iterators.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1006.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp864.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_15.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/raw_unicode_escape.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/functools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/help_about.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_editor.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/pyparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/_adapters.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_intern.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_ws_comma.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ntpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/secrets.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tempfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/good_getattr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/cmdline.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/pyclbr_input.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/socket_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test___future__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_futures2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_timeouts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_baseexception.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecencodings_cn.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_compileall.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_defect_handling.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_exceptions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/resources/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/update-zips.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ipaddress.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_runpy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_subclassinit.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tempfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo/data/update_test_data.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/win_console_handler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/dialog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_ttk/test_extensions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/peace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_suite.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/venv/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/etree/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_aix_support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/futures.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/code.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/crypt.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_callbacks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_structures.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_build_py.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/text_file.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/nonmultipart.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1258.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/gb18030.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/koi8_t.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_32_be.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/html/entities.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_debugobj.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_pyshell.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_zoomheight.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/sidebar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/json/scanner.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_import.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_unicode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/context.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/operator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/re/_compiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/memory_watchdog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test__locale.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_proactor_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bufio.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_code_module.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_complex.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_epoll.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_finalization.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_genericpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/rebinding.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/package/submodule.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02/two/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/threaded_import_hangers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ioctl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_minidom.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_secrets.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sndhdr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_source_encoding.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_subprocess.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ziptestdata/testdata_module_inside_zip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_geometry_managers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/suite.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testwith.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/types.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/etree/cElementTree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/__future__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/collections/abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/_aix.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_funcptr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/bdist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/debug.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_build.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_sdist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp500.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/hex_codec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_arabic.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/browser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_history.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/iomenu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/_bootstrap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_idioms.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_types.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/connection.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/poplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/selectors.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_test_venv_multiprocessing.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dtracedata/instance.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/make_ssl_certs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/relimport.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test__osx_support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_selector_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cmd_line.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_devpoll.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_difflib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_contentmanager.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_functools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_osx_env.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator/test_c_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pkg.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_posixpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sched.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_socketserver.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_super.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_gprof2html.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_pathfix.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unicode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/trace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/types.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_runner.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/etree/ElementInclude.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/base_futures.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/timeouts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/codeop.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/copy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_checkretval.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_random_things.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dataclasses.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/fancy_getopt.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_install_headers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/_parseaddr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1125.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/euc_jis_2004.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_8.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_16.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/html/parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/calltip_w.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_hyperparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/parenmatch.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/imghdr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/json/decoder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_itertools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_zip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/pool.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_os.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urllib_response.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_utf8_mode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xdrlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xmlrpc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/filedialog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tty.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/planet_and_moon.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testasync.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/parsers/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_pyio.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_anon.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_pep3118.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dbm/ndbm.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/spawn.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_file_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/_policybase.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/bz2_codec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_jp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_farsi.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/zlib_codec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_codecontext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_parenmatch.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_undo.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/squeezer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/simple.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_except.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_raw_input.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pytree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/heap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pipes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/posixpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sqlite3/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sre_compile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/stat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_test_eintr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/datetimetester.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/echo.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_ssl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecmaps_cn.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_contextlib_async.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_distutils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_docxmlrpc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_float.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/partial/pool_in_threads.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_namespace_pkgs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_fail.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_lltrace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_marshal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peepholer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pyexpat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_setcomps.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_site.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_symtable.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_threading.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_warnings/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_weakref.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tomllib/_re.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/penrose.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_break.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib/error.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/headers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/parsers/expat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_threading_local.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/queues.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/cgitb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/macholib/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_functions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/_msvccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/file_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_extension.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/_encoded_words.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/ascii.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp775.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_jp_1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_greek.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ensurepip/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/colorizer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_autocomplete_w.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_outwin.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/stackviewer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_getcwdu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_sys_exc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/mimetypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/dummy/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/numbers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/rlcompleter.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/socketserver.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module7.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/coding20731.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/encoded_modules/module_koi8_r.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/inspect_stringized_annotations_2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/mp_fork_bomb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ssltests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_abstract_numbers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_runners.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_audioop.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecencodings_kr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_coroutines.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_flufl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fractions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_idle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_imaplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project3/parent/child/three.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_files.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_zip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_iter.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ossaudiodev.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator/test_first_sets.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pkgutil.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_py_compile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_scope.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_string_literals.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_thread.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_trace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unpack.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urllib2_localnet.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/scrolledtext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_ttk/test_widgets.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/xmlbuilder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_pydecimal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/archive_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/cygwinccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_core.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/versionpredicate.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/policy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp720.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/hp_roman8.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_cyrillic.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/uu_codec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/http/server.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_debugger.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_replace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/percolator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/json/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_future.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_standarderror.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/mailcap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/netrc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/runpy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sysconfig.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dataclass_module_2_str.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dis_module.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_call.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_compile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/torture_test.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_exception_group.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_gettext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg/subpackage2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/unwritable/x.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data01/subdirectory/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension/test_case_sensitivity.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/both_portions/foo/one.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_locks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_inspect.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_freeze.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_md5sum.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_turtle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_uu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xml_etree_c.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo/_support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/this.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_images.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_result.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/pulldom.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/base_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_buffers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_prototypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/bcppcompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/dep_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_clean.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_upload.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/multipart.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1257.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/euc_kr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/koi8_r.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_32.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/http/cookies.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/debugger.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_delegator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_run.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/tkinter_testing_utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/textview.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/_legacy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_buffer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_paren.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/tokenize.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/nntplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/shlex.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_test_embed_structseq.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/setup.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/pydoc_mod.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/threading_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_context.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_tasks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_enum.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_profile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_raise.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_select.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_shutil.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xxlimited.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zipimport.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/timeit.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tomllib/_types.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_program.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/uu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax/_exceptions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/base_subprocess.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/bisect.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent/futures/_base.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_find.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_stringptr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/ccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_bdist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_log.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/contentmanager.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1026.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp865.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_16.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/rot_13.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/getpass.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/delegator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/template.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_mainmenu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_searchengine.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/undo.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/keyword.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_has_key.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_throw.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/modulefinder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/optparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_test_atexit.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/save_env.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/reperf.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/string_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_audit.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bytes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_asian_codecs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_policy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fileutils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fork1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_frozen.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_funcattrs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_getpass.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_http_cookiejar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_path.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_index.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_separators.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_largefile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_mmap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_platform.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pwd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_shelve.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ssl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_ttk/test_style.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_assertions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib/parse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_markupbase.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/selector_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/macholib/framework.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_macholib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/wintypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_bdist_rpm.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_spawn.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/headerregistry.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp437.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/latin_1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_8.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/http/cookiejar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_editmenu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_rpc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_sidebar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/machinery.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_dict.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_raise.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/linecache.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/resource_tracker.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pprint.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tabnanny.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dtracedata/gc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/win_utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/pydocfodder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ssl_servers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ast.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_doctest2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dynamic.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test__encoded_words.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_file_eintr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_frame.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_genericalias.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_httplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_kqueue.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_mimetypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_opcodes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pathlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_threadedtempfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tix.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_i18n.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unary.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unittest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zipfile64.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tomllib/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/fractalcurves.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/mock.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/etree/ElementPath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xmlrpc/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asynchat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/threads.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/calendar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_arrays.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_repr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dbm/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/install_lib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_bdist_dumb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_msvccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/generator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1252.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp932.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/shift_jis.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/getopt.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/configdialog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/macosx.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/zoomheight.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/inspect.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_main.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/resource_sharer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/plistlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/struct.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tarfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/pythoninfo.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/warnings_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_taskgroups.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_binop.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_check_c_globals.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cmd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_compare.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_concurrent_futures.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_headerregistry.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_glob.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpackage.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/unwritable/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/namespace/portion2/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test___loader__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_open.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_pass1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_speedups.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_logging.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_type_comments.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urlparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/simpledialog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/round_dance.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/_test_warnings.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/__phello__/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/exceptions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/transports.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/contextvars.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_bitfields.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_strings.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_win32.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/build_scripts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/msvccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_register.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/application.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1250.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp866.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_4.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/shift_jisx0213.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/glob.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/debugobj_r.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/mock_tk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_pathbrowser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_textview.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/tooltip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/_itertools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_asserts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_numliterals.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/parse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/sharedctypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pty.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/quopri.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sqlite3/dump.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sunau.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module4.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/bad_getattr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/encoded_modules/module_iso_8859_1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/inspect_fodder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/mock_socket.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/subprocessdata/qgrep.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncgen.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bz2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_colorsys.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_context.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_message.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fstring.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg2/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension/test_finder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/frozen/test_loader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/test_file_loader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_memoryview.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator/test_pegen.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pty.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_richcmp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_stable_abi_ctypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_structseq.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tcl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_userlist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_uuid.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/tf_inherit_check.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/colorchooser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_variables.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/paint.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/signals.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib/response.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/simple_server.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_collections_abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/chunk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/configparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_slicing.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/bdist_rpm.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_install_lib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/encoders.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/big5hkscs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp857.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_jp_ext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_romanian.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/enum.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_help_about.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_warning.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/runscript.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/btm_matcher.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_metaclass.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/token.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/synchronize.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/encoded_modules/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/imp_dummy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/re_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test___all__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_pep492.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_windows_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_c_locale_coercion.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecencodings_iso2022.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_configparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fileio.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_getpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/builtin/test_loader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension/test_path_hook.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_packages.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion2/foo/two.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/stubs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_resource.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_encode_basestring_ascii.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_pass3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_keywordonlyarg.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_memoryio.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_popen.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_posix.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_syntax.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_threadsignals.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_traceback.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/tix.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib/robotparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xdrlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zoneinfo/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_py_abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/protocols.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/bz2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent/futures/thread.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_bytes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_pointers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/upload.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_build_scripts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_unixccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/base.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1253.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp949.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_6.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/undefined.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/gzip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/codecontext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/mock_idle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_macosx.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_tree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/replace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/_bootstrap_external.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_long.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/main.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/pytree_idempotency.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/process.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/re/_casefix.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ssl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/testresult.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_locks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cgitb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_clinic.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecmaps_jp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cppext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ctypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dbm.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_descr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pow.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_quopri.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_resource.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_smtpnet.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_startfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_statistics.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/textwrap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_loadtk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/traceback.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/_log.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_setups.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/minicompat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/constants.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/taskgroups.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/cmd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_frombuffer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/curses/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/build_py.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_archive_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/unixccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp852.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_jp_2004.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_latin2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/autoexpand.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/help.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_redirector.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_zzdummy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/window.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/simple.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_exec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_print.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/refactor.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/popen_spawn_win32.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pkgutil.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sched.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/socket.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module8.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/final_a.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/inspect_stringized_annotations.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/mp_preload.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/sample_doctest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/subprocessdata/input_reader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_argparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fcntl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ftplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/indirect.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/package/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/frozen/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_path.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_pkg_import.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/zipdata02/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_io.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_timeout.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ttk_textonly.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unicode_file_functions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_userdict.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_with.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/typinganndata/ann_module9.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/font.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tokenize.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/sorting_animate.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_functiontestcase.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/handlers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zipapp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/argparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_errno.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_sizes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dis.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/msvc9compiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_sysconfig.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/image.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp273.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/gb2312.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/koi8_u.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_32_le.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/http/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/filelist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_calltip_w.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_search.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/pathbrowser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/imp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/json/tool.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_imports.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_xrange.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/managers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/reprlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sre_constants.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/statistics.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/main.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/hashlib_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_sock_lowlevel.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_augassign.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codeccallbacks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dis.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_gc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/from_cycle1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg2/parent/child.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/builtin/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension/test_loader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_lazy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_int.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_multiprocessing_fork.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_multiprocessing_spawn.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_netrc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_operator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pstats.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_re.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_warnings/data/stacklevel.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_winreg.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo/test_zoneinfo.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/clock.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/runner.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testpatch.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ast.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_byteswap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_unaligned_structures.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/core.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_build_ext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/base64mime.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/big5.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp856.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp861.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_10.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/palmos.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/fractions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/debugger_r.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/pyshell.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_funcattrs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_renames.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/logging/handlers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/platform.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sndhdr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_test_embed_set_config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/audit-tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dataclass_module_1_str.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/sample_doctest_no_doctests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/subprocessdata/qcat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asdl_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_sendfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_base64.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecencodings_tw.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cprofile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dataclasses.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/resources/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_metadata_api.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_recursion.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_locale.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ordered_dict.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_robotparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_slice.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sys.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_wait4.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_webbrowser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zipimport_support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/testcodec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tomllib/_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/typing.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/NodeFilter.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax/expatreader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_compat_pickle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/mixins.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/base64.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_parameters.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/decimal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/install_scripts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_install_data.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/aliases.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp858.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_kr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mbcs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/filecmp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/hyperparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_format.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/scrolledlist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/_functools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_isinstance.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_xreadlines.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/forkserver.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pickletools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/telnetlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module5.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/bad_getattr2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dataclass_module_1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/final_b.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/multibytecodec_support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/sortperf.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_waitfor.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_calendar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codeop.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_crypt.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_decimal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_plistlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_repl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_script_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_smtplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_timeit.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ucn.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urllibnet.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_wave.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xml_etree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_loader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/expatbuilder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/antigravity.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/runners.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/cgi.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_objects.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/install.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_config_cmd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/version.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/quoprimime.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp737.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/idna.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_turkish.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/fileinput.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_help.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_iomenu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_squeezer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/zzdummy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_filter.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_set_literal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lzma.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/spawn.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/py_compile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/queue.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/shutil.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/audiotests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/double_const.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/gdb_sample.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/signalinterproctester.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/logging_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/echo2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_streams.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cgi.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecmaps_hk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_contextlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ensurepip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fnmatch.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_generators.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_reader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_iterlen.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_pass2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_tool.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_math.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_smtpd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tabnanny.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tracemalloc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_wsgiref.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_text.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/chaos.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/yinyang.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_discovery.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/warnings.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax/saxutils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/sslproto.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/copyreg.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_cfuncs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_struct_fields.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/cmd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/dist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/base64_codec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp855.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_jp_3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_roman.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ensurepip/_uninstall.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/calltip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_debugger_r.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_query.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/searchbase.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/_meta.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/btm_utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_ne.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/grammar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/reduction.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/profile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/site.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/lock_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/bytecode_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_builtin.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_eof.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_exception_variations.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_format.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_global.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_hash.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/basic.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/basic2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/binding.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/from_cycle2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/frozen/test_finder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_compatibilty_files.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_float.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_scanstring.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_longexp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_mailcap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_numeric_tower.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pickle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_queue.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_set.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urllib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_colorchooser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_misc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/lindenmayer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/async_case.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_skipping.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wave.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax/xmlreader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zoneinfo/_common.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/aifc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/compileall.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_array_in_pointer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_pickling.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/check.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/install_egg_info.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_msvc9compiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/errors.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/charmap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp862.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_11.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/ptcp154.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ftplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/autocomplete_w.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_calltip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_filelist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/statusbar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/readers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/_adapters.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_basestring.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_operator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pygram.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_refactor.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/shared_memory.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pyclbr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/shelve.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/string.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_test_multiprocessing.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/inspect_stock_annotations.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test__opcode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_protocols.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_server.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_windows_utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_binascii.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cmath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_collections.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_hashlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_fromlist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/test_case_sensitivity.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_multiprocessing_forkserver.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_named_expressions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pep646_syntax.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pickletools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_poll.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pprint.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_selectors.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_strptime.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_fixcid.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_pdeps.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ttk_guionly.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_type_cache.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unicode_file.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urllib2net.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_winsound.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xmlrpc_net.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_yield_from.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/tracedmodules/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/commondialog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/dnd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/token.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/forest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/case.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testmock.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_sitebuiltins.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncore.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/_endian.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_delattr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_refcounts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dbm/dumb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/sdist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_cygwinccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp850.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_jp_2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_iceland.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ensurepip/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/autocomplete.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/config_key.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_colorizer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/outwin.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/rpc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/io.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_exitfunc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_repr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/logging/config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/os.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/smtplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/pgo.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/interpreters.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/functional.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_transports.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bdb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_gzip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_main.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_decode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_launcher.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pdb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pulldom.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_strftime.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_syslog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_threading_local.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_sundry.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_type_annotations.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_univnewlines.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_userstring.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_warnings/data/import_warning.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_weakset.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/widget_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/rosette.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/dummy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testmagicmethods.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/venv/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/validate.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zoneinfo/_tzpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/__phello__/spam.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/format_helpers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/windows_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_loading.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/curses/has_key.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/extension.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_dir_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/_header_value_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/hz.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_croatian.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_8_sig.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/format.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_grep.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_text.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/tree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixer_base.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_methodattrs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/driver.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_fixers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dtracedata/call_stack.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/runtest_mp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/sample_doctest_no_docstrings.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/subprocessdata/fd_status.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_array.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecencodings_hk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_crashers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_datetime.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dbm_ndbm.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_descrtut.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dict_version.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dtrace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_eintr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test__header_value_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_api.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project1/parent/child/one.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_msilib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_nis.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ntpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_property.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_regrtest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sys_settrace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/tracedmodules/testmod.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_ttk/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/main.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testhelpers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zipimport.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_bootsubprocess.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/locks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_libc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_varsize_struct.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/build_clib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/filelist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_install.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/feedparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1251.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp875.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/shift_jis_2004.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/gettext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_autocomplete.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_searchbase.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/redirector.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/_abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/_common.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_apply.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_nonzero.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/literals.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_all_fixers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/queues.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pstats.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/runtest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/mod_generics_cache.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/regrtest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test__xxsubinterpreters.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_charmapcodec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cmd_line_script.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_deque.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_email.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pipes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_positional_only_arg.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_random.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_strtod.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_telnetlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_typechecks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unicodedata.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xml_dom_minicompat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zipapp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/time_hashlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/messagebox.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/ttk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/result.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testcallable.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax/handler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xmlrpc/server.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_strptime.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/windows_utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent/futures/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_numbers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dbm/gnu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/install_data.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/sysconfig.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_install_scripts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/charset.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp037.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp863.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_14.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/quopri_codec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/genericpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_configdialog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/readers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_execfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_reload.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/logging/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/re/_constants.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/signal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sre_parse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/stringprep.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/mapping_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/subprocessdata/sigchild_ignore.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asynchat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_sslproto.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bisect.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_code.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_csv.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_extcall.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_file.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_future3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_future4.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_future5.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_generator_stop.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_genericclass.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_grp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_htmlparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/builtin/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/fixtures.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/one.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/test_path_hook.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_spec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_multiprocessing_main_handling.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_openpty.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_optparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_rlcompleter.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_socket.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/tree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_async_case.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib/request.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_sysconfigdata_d_linux_aarch64-linux-gnu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/bdb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/macholib/dylib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_internals.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_wintypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/build_ext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_check.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/text.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp424.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/gbk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/kz1048.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_7.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/http/client.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/htest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_multicall.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_scrolledlist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/multicall.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/_collections.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_input.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_urllib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/popen_fork.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pathlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/bisect_cmd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/curses_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/inspect_fodder2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/seq_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_aifc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_futures.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_unix_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_defaultdict.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dictcomps.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dynamicclassattribute.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_inversion.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_enumerate.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fileinput.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_heapq.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_meta_path.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project2/parent/child/two.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_contents.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_threaded_import.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_enum.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_listcomps.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_mailbox.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_reprlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_spwd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_stringprep.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sys_setprofile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_time.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_venv.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/typinganndata/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/xmltests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_font.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/bytedesign.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/two_canvases.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_case.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xmlrpc/client.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_weakrefset.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/streams.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent/futures/process.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_incomplete.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_unicode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/bdist_dumb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/dir_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_dep_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/doctest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp869.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_5.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/tis_620.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/hashlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/dynoption.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_autoexpand.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_percolator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_window.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/search.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/json/encoder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_map.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/conv.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_pytree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/random.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/subprocess.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dataclass_textanno.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/doctest_aliases.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/future_test1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/setup_testcppext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/import_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/echo3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_subprocess.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bigmem.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_contains.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_curses.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_embed.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_hmac.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/source.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/package2/submodule2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data01/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test___package__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion1/foo/one.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_read.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_isinstance.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_list.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_multibytecodec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_patma.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sundry.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tarfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/uuid.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/etree/ElementTree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_compression.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/log.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/proactor_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/csv.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_init.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_values.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/build.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/errors.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_versionpredicate.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/audio.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1256.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/euc_jp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/johab.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_16_be.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/hmac.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/editor.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/mainmenu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_next.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/pgen.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/mailbox.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/smtpd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/doctest_lineno.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/future_test2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/profilee.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/os_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_queues.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_atexit.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bigaddrspace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bool.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_class.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecmaps_kr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_copy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_errno.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_exception_hierarchy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_filecmp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_future.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_getopt.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_http_cookies.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/rebinding2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/package2/submodule1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/namespace/portion1/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/both_portions/foo/two.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/partial/cfimport.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/test_source_encoding.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/zipdata01/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_interpreters.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_metaclass.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_modulefinder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_nntplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_readline.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_signal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_string.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tokenize.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_warnings/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/threading.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_simpledialog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/weakref.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zoneinfo/_zoneinfo.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/subprocess.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/colorsys.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/macholib/dyld.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_memfunctions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/curses/ascii.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/clean.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/log.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_dist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/message.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp860.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/oem.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/fnmatch.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/history.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_debugobj_r.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_tooltip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/searchengine.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/_text.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixer_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_reduce.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/locale.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/opcode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/re/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sqlite3/dbapi2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/symtable.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_typed_dict_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/list_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_base_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecmaps_tw.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_copyreg.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dbm_dumb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dictviews.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_pickleable.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_except_star.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_grammar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_lib2to3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_long.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_print.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_range.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_shlex.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sort.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_lll.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_pindent.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_types.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_messagebox.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tracemalloc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/colormixer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/minimal_hanoi.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/loader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testsentinel.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/minidom.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_osx_support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/staggered.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/cProfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/collections/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_python_api.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/datetime.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_version.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/message.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1254.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp950.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_7.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/unicode_escape.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/heapq.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/grep.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_config_key.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_runscript.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_stackviewer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/imaplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_imports2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_tuple_params.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/dummy/connection.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/nturl2path.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/re/_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/refleak.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/script_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_decorators.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_doctest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_generator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_faulthandler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_genexps.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_graphlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_imghdr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/binding2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg2/parent/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02/one/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/frozen/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_relative_imports.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_api.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_default.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_indent.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_keyword.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_linecache.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_module.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_opcache.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator/test_grammar_validator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_picklebuffer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_poplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pydoc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_stat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sunau.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sysconfig.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_typing.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/tasks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/contextlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_keeprefs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/curses/panel.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/curses/textpad.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/install_headers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_filelist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/header.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1255.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/euc_jisx0213.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_9.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_16_le.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/html/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_statusbar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/query.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/_itertools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_itertools_imports.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/popen_forkserver.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pdb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/autotest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dtracedata/line.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_buffered_proto.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_threads.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncore.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecencodings_jp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dbm_gnu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dict.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_gdb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_html.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_httpservers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_windows.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_dump.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_unicode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_lzma.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pyclbr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sax.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_textwrap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unicode_identifiers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unpack_ex.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urllib2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/constants.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_widgets.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/domreg.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zipfile.py'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/__phello__'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/collections'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent/futures'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/macholib'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/curses'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dbm'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ensurepip'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ensurepip/_bundled'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/html'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/http'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/Icons'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/json'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data/fixers'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data/fixers/myfixes'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/logging'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/dummy'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/re'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/site-packages'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sqlite3'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/audiodata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/capath'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/cjkencodings'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/decimaltestdata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dtracedata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/encoded_modules'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/imghdrdata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/sndhdrdata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/subprocessdata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg2'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg2/parent'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/package'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/package2'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/unwritable'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/builtin'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data01'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data01/subdirectory'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02/one'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02/two'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/namespace'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/namespace/portion1'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/namespace/portion2'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/frozen'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/both_portions'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/both_portions/foo'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/module_and_namespace_package'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/not_a_namespace_pkg'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion1'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion1/foo'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion2'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion2/foo'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project1'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project1/parent'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project1/parent/child'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project2'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project2/parent'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project2/parent/child'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project3'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project3/parent'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project3/parent/child'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespacedata01'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/partial'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/resources'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/zipdata01'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/zipdata02'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_warnings'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_warnings/data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo/data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/tracedmodules'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/typinganndata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/xmltestdata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/xmltestdata/c14n-20'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ziptestdata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_ttk'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tomllib'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/venv'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/venv/scripts'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/venv/scripts/common'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/venv/scripts/posix'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/etree'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/parsers'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xmlrpc'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zoneinfo'... PYTHONPATH=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11 LD_LIBRARY_PATH=/builddir/build/BUILD/Python-3.11.1/build/debug \ ./python -E -Wi -OO /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/compileall.py \ -j0 -d /usr/lib64/python3.11 -f \ -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \ /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11 Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/base_subprocess.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/bz2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent/futures/thread.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_anon.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_pep3118.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dbm/ndbm.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/install_egg_info.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_install.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/header.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp424.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/gbk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/kz1048.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_8.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/http/cookiejar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_browser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_pyshell.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/mainmenu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/tooltip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/readers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_execfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_reduce.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/locale.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pty.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pstats.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pydoc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_strtod.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_syslog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_threadsignals.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_gprof2html.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_sundry.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tuple.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urllibnet.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_with.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/dialog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tomllib/_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testasync.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/pulldom.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/argparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_pickling.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/curses/textpad.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/install.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_core.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_filelist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/generator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp866.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_9.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_16_le.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/html/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/editor.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/iomenu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/_abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ipaddress.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/opcode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/reprlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ssl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/audiotests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dtracedata/call_stack.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/runtest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/sample_doctest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/string_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bz2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_datetime.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_defaultdict.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_doctest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_inversion.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ensurepip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_funcattrs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_glob.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/from_cycle2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg2/parent/child.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/frozen/test_finder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_api.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_pass2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_tool.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_multiprocessing_spawn.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_nis.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_nntplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sched.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_smtpnet.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_source_encoding.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_struct.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_i18n.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unicode_file.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xml_etree_c.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo/data/update_test_data.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/tracedmodules/testmod.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/font.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/traceback.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_result.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/streams.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/contextlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_init.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_stringptr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/bcppcompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/debug.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_build.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_msvccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/feedparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1254.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/euc_jis_2004.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_6.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/undefined.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/gzip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_codecontext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_run.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/imaplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_has_key.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_throw.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/modulefinder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/os.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/socketserver.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/refleak.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/pyclbr_input.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/os_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_transports.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncore.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cmd_line_script.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ctypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dbm_dumb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_distutils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_docxmlrpc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_defect_handling.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_exception_variations.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_genericclass.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/basic.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/binding2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/package2/submodule2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test___loader__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/one.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/test_file_loader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_linecache.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_multiprocessing_fork.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_multiprocessing_forkserver.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_named_expressions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pep646_syntax.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pickle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pty.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_robotparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_signal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_timeout.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_trace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urlparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_misc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/sorting_animate.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testcallable.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testwith.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/weakref.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_compression.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/log.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/chunk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_errno.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_returnfuncptrs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dis.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/msvc9compiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_version.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/image.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1258.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/gb18030.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/koi8_t.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_32_be.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/html/parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/calltip_w.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/htest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_outwin.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_zzdummy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/textview.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/simple.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_exitfunc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_reload.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/logging/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sched.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sre_parse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_test_embed_structseq.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/bisect_cmd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/win_utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/pydoc_mod.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/socket_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_base_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_contextlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_file.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_future4.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_gc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/builtin/test_loader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/frozen/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_metadata_api.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_memoryview.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pickletools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_print.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_richcmp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_stat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sys.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_warnings/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_weakset.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/time_hashlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/messagebox.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/widget_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_async_case.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/venv/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/constants.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/tasks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_objects.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/wintypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/check.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/spawn.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_file_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/ascii.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp775.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_jp_1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_greek.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ensurepip/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_debugobj_r.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_runscript.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/pyshell.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_apply.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_numliterals.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/parse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_refactor.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/shared_memory.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ntpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/shlex.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/symtable.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module6.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/bad_getattr3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dataclass_module_1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/final_a.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/inspect_stock_annotations.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/mock_socket.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/seq_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asynchat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_sock_lowlevel.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_calendar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cppext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_decimal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_opcodes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_openpty.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_osx_env.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator/test_grammar_validator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator/test_pegen.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pyexpat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_socketserver.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_super.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_textwrap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_univnewlines.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urllib2net.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_warnings/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/colorchooser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_geometry_managers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib/error.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib/robotparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/simple_server.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/minicompat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/etree/ElementPath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncore.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/macholib/dylib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_checkretval.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_random_things.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dbm/dumb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/sdist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_dist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/base.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1251.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp869.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/johab.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_16_be.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/hmac.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/delegator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_colorizer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_squeezer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/json/encoder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_map.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/conv.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_pytree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/popen_forkserver.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dtracedata/gc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/script_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_context.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_protocols.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_windows_utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_audit.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_clinic.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_context.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_message.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_frozen.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_future5.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_generator_stop.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_generators.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/partial/pool_in_threads.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_path.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_inspect.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unicode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/dummy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_skipping.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/types.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xdrlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/parsers/expat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax/xmlreader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_osx_support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/staggered.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/calendar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_bytes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_prototypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/archive_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/core.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_build_py.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_upload.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/multipart.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1256.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/euc_jp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_8.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_16.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/html/entities.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_autocomplete_w.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_multicall.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_textview.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/undo.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/json/decoder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_itertools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_xreadlines.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/forkserver.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pdb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/doctest_lineno.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/future_test1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/regrtest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test___future__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_locks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_charmapcodec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cmath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cprofile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dbm_gnu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dictviews.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_except_star.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_hashlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension/test_path_hook.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/both_portions/foo/two.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_namespace_pkgs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_float.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_kqueue.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_modulefinder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_opcache.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator/test_c_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pkg.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_posixpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_set.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_uuid.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/timeit.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_ttk/test_extensions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/minimal_hanoi.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/rosette.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/typing.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/subprocess.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/colorsys.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/_endian.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_cast.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_simplesubclasses.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/register.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_cmd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1250.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp874.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_11.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/ptcp154.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ftplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/grep.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_delegator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_scrolledlist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/pyparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/machinery.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/json/scanner.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_import.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_unicode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/context.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pkgutil.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/signal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/stringprep.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dataclass_module_2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/inspect_stringized_annotations.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/mp_preload.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/relimport.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/sortperf.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_abstract_numbers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_pep492.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_atexit.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_base64.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_configparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fileinput.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_htmlparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/builtin/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02/two/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_reader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_keyword.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_list.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_netrc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_optparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_slice.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_statistics.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/xmltests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/simpledialog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/colormixer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/lindenmayer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/peace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/types.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_functiontestcase.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testsealable.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib/parse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/NodeFilter.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/domreg.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/etree/ElementInclude.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/etree/cElementTree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax/saxutils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/__phello__/spam.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/format_helpers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/runners.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/cProfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent/futures/process.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_internals.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_varsize_struct.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/bdist_rpm.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/cygwinccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_cygwinccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/version.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/_encoded_words.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/base64_codec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp855.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_jp_ext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_romanian.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/enum.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/help.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_grep.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_stackviewer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/rpc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/_itertools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_asserts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_nonzero.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/literals.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_fixers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dataclass_textanno.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dis_module.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/fork_wait.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test__locale.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_audioop.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_concurrent_futures.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test__encoded_words.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_epoll.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ftplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg/subpackage2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/package2/submodule1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data01/subdirectory/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension/test_case_sensitivity.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/both_portions/foo/one.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_files.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_spec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_minidom.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_raise.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_select.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_site.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sys_setprofile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_type_comments.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unpack.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urllib2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/token.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/base_futures.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/threads.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/unix_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_loading.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/curses/panel.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/build_scripts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/msvccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_spawn.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/iterators.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1006.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp863.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_15.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/raw_unicode_escape.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/genericpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/config_key.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_calltip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_query.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/redirector.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/_bootstrap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_future.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_standarderror.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/mailbox.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tabnanny.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module7.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/curses_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/inspect_fodder2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/subprocessdata/qcat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_array.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_augassign.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bytes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_enum.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_poplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_range.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sndhdr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_stable_abi_ctypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_stringprep.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_structseq.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sysconfig.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_pathfix.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_type_cache.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_typechecks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unicode_file_functions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urllib2_localnet.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zipimport_support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/testcodec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/constants.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_simpledialog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/tix.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ast.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_macholib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/curses/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/build_py.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_bdist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_log.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/charset.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp037.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp862.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_13.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/punycode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/graphlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/debugger_r.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_config_key.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_replace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/pathbrowser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/zzdummy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/inspect.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_all_fixers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/reduction.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/re/_casefix.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/struct.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_test_multiprocessing.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/setup_testcppext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/bytecode_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_sendfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_waitfor.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bigmem.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dataclasses.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_api.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/test_finder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_pass1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_separators.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_lib2to3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_lltrace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_memoryio.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_poll.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pprint.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_socket.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax/expatreader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_compat_pickle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/mixins.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/windows_utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent/futures/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/configparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_win32.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/build_ext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_check.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/text.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp273.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/gb2312.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/koi8_u.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_7.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/http/client.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/help_about.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_editmenu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_searchengine.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/window.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/simple.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_except.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_raw_input.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pytree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/pool.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/re/_constants.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sndhdr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tarfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/inspect_fodder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/mod_generics_cache.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/multibytecodec_support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test__osx_support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_runners.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_subprocess.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bdb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_coroutines.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fileutils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_flufl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fork1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_future3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_gdb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_http_cookiejar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/resources/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_windows.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_default.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_speedups.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_long.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_repl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_shlex.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_spwd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_startfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sundry.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_symtable.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tarfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_colorchooser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_variables.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/penrose.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/runner.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_setups.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/validate.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/__future__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/copyreg.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_buffers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_pointers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/_msvccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/errors.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_versionpredicate.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/message.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp864.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/shift_jis_2004.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/getpass.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/configdialog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/outwin.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/zoomheight.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_funcattrs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_repr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/logging/config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pprint.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/socket.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/bad_getattr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/encoded_modules/module_iso_8859_1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/imp_dummy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/memory_watchdog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/re_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test__xxsubinterpreters.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bufio.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cgi.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_compile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dynamicclassattribute.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_contentmanager.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fstring.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/builtin/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test___package__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_fromlist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_compatibilty_files.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/zipdata02/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_int_literal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_decode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_logging.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_userdict.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_wsgiref.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/threading.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/signals.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_break.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testsentinel.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/uuid.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/etree/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/parsers/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax/handler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zoneinfo/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_py_abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/proactor_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_byteswap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_parameters.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/upload.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_clean.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_sysconfig.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/message.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1255.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/euc_jisx0213.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_7.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/unicode_escape.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/heapq.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_calltip_w.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/run.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/_common.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_basestring.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_operator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pygram.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/dummy/connection.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/spawn.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pipes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/re/_compiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/good_getattr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/profilee.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/hashlib_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_server.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cgitb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecencodings_iso2022.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecencodings_tw.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecmaps_hk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecmaps_kr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_collections.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_format.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_hash.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_imp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension/test_finder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_relative_imports.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_pkg_import.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ioctl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_fail.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_marshal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator/test_first_sets.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pipes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_positional_only_arg.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_re.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xxlimited.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zipimport.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/commondialog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_images.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/round_dance.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/mock.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_aix_support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/futures.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/cgitb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/macholib/dyld.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_libc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_values.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/bdist_dumb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/dist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_install_headers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/_parseaddr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1125.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp950.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_5.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/tis_620.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/hashlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/dynoption.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_parenmatch.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_warning.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/squeezer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_exec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_raise.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/linecache.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/resource_tracker.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pathlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sunau.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dataclass_module_2_str.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/doctest_aliases.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/functional.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_binop.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_code_module.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_compare.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_crypt.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_devpoll.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_difflib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_policy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_file_eintr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_genericalias.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_httplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_recursion.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_listcomps.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_longexp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_module.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_os.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xml_etree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/antigravity.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/selector_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_bitfields.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_struct_fields.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/cmd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/dep_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_build_ext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/contentmanager.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1026.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp865.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_4.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/shift_jisx0213.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/glob.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/debugobj_r.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/template.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_mainmenu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_text.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/tree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/json/tool.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_imports2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_tuple_params.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pstats.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sre_compile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_test_eintr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/gdb_sample.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/pickletester.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_c_locale_coercion.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_code.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_descr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pkgutil.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_queue.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_smtpd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_threadedtempfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_time.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_userlist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_utf8source.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_venv.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/tracedmodules/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/win_console_handler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ziptestdata/testdata_module_inside_zip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_font.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/main.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_loader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax/_exceptions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zipapp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_sysconfigdata_d_linux_aarch64-linux-gnu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/bdb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_find.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_slicing.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/build.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/extension.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_dep_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/aliases.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp858.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_kr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_turkish.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/fileinput.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_hyperparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/macosx.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/_legacy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_dict.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_print.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/refactor.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/popen_spawn_win32.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/numbers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/queue.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/selectors.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sysconfig.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/main.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/warnings_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_descrtut.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dict.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_frame.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_getopt.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_hmac.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/indirect.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg2/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/unwritable/x.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/fixtures.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion1/foo/one.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_math.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_string_literals.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tabnanny.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tokenize.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_wave.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xml_dom_minicompat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zipfile64.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo/test_zoneinfo.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testhelpers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zoneinfo/_common.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/base_tasks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/trsock.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/codecs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_as_parameter.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_refcounts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dbm/gnu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/install_data.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/sysconfig.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_install_scripts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/base64mime.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/big5.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp856.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/idna.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mbcs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/filecmp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_help_about.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_tooltip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/statusbar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/readers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixer_base.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_methodattrs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/driver.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_main.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/resource_sharer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/platform.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sqlite3/dump.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/cmdline.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/testresult.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_futures2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_queues.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_tasks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_faulthandler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_genexps.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_getpass.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_graphlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_httpservers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project1/parent/child/one.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_contents.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/update-zips.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_io.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ucn.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urllib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/filedialog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/fractalcurves.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/planet_and_moon.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/loader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_suite.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib/response.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/venv/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/xmlbuilder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zoneinfo/_tzpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_sitebuiltins.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/protocols.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/bisect.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent/futures/_base.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_delattr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_python_api.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/datetime.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp850.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_jp_2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_iceland.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ensurepip/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/autocomplete.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_configdialog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_input.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_urllib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/popen_fork.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/nntplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/re/_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/audit-tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/pgo.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_windows_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bigaddrspace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cmd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fnmatch.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_genericpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_imaplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/resources/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_open.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ipaddress.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_runpy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_string.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_telnetlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_pindent.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_types.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tomllib/_types.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tty.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/chaos.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/forest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/paint.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/yinyang.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/_log.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/result.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_program.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/uu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/headers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/expatbuilder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/__hello__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/coroutines.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/transports.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/compileall.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_memfunctions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/curses/has_key.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/fancy_getopt.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_install_data.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/_policybase.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/bz2_codec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp860.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/oem.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/fnmatch.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_debugobj.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_search.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/replace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_getcwdu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_sys_exc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/mimetypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/posixpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/secrets.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sqlite3/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/telnetlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/double_const.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/future_test2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/sample_doctest_no_doctests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/subprocessdata/qgrep.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ast.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dis.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_filecmp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_future.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_global.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_grp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_heapq.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/source.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/package/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension/test_loader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion2/foo/two.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project2/parent/child/two.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_lazy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_isinstance.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_scanstring.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_locale.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_plistlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_scope.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_strftime.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_subclassinit.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_threading.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_wait4.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_webbrowser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/this.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_loadtk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_text.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/trace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_case.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_threading_local.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/queues.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/cgi.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_arrays.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_repr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dataclasses.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/file_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_extension.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp852.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_jp_2004.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_latin2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/codecontext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/mock_idle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_macosx.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_undo.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/stackviewer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/_adapters.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_buffer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_paren.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/tokenize.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/nturl2path.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/optparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tempfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/setup.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/pydocfodder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ssltests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_threads.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_unix_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_curses.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test__header_value_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_path.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_metaclass.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_msilib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ntpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pow.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pwd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_quopri.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_reprlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_smtplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_pdeps.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ttk_guionly.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_turtle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urllib_response.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_utf8_mode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_warnings/data/stacklevel.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_winreg.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tokenize.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testpatch.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_pyio.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_frombuffer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_unicode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/bdist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/dir_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_config_cmd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/text_file.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/nonmultipart.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/policy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp720.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/hp_roman8.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_cyrillic.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/zlib_codec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/browser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_help.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_sidebar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/_itertools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/btm_matcher.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_metaclass.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/token.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/rlcompleter.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sre_constants.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_test_embed_set_config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/autotest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dtracedata/line.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/mapping_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/import_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/echo3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_timeouts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_baseexception.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_check_c_globals.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_class.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_contextlib_async.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/torture_test.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_enumerate.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_float.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_meta_path.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/stubs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/threaded_import_hangers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_int.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_multiprocessing_main_handling.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_operator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_profile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pyclbr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_rlcompleter.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_selectors.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ssl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testmagicmethods.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/warnings.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zipimport.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/exceptions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/windows_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_numbers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/decimal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/install_lib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_bdist_dumb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_msvc9compiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/errors.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/charmap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp861.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_10.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/palmos.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/fractions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/debugobj.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_autoexpand.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_percolator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_zoomheight.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/scrolledlist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/_meta.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/btm_utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_next.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/pgen.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/mailcap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/operator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/random.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/stat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_typed_dict_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dtracedata/instance.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/list_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/subprocessdata/input_reader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_aifc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_streams.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cmd_line.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_csv.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_eof.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_extcall.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_finalization.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_getpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/unwritable/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/frozen/test_loader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/test_case_sensitivity.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_threaded_import.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_dump.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_launcher.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peepholer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pulldom.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_resource.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_script_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_setcomps.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_shutil.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo/_support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/tf_inherit_check.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/typinganndata/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/dnd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tracemalloc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/_test_warnings.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_discovery.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/webbrowser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zoneinfo/_zoneinfo.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_collections_abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/cmd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/macholib/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_cfuncs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_unaligned_structures.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/ccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_register.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/audio.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1253.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp932.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_16.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/rot_13.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/gettext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/filelist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_debugger.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_redirector.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/multicall.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/_bootstrap_external.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_isinstance.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_zip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/managers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/smtplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module5.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/bad_getattr2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/coding20731.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/encoded_modules/module_koi8_r.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/threading_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_buffered_proto.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_taskgroups.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bool.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecencodings_cn.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecmaps_cn.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecmaps_tw.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_colorsys.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_contains.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_copyreg.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_deque.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_exception_hierarchy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fractions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/binding.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/rebinding2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/namespace/portion1/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_caching.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_resource.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_encode_basestring_ascii.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_keywordonlyarg.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_mmap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_platform.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_py_compile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sax.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tempfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zipapp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/typinganndata/ann_module9.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/scrolledtext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_widgets.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/handlers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xmlrpc/server.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_strptime.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/base64.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/csv.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_keeprefs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/curses/ascii.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/clean.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/log.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_dir_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/_header_value_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_arabic.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ensurepip/_uninstall.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/colorizer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_autocomplete.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_pyparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/query.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/_functools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_long.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/main.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/pytree_idempotency.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/process.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/plistlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sqlite3/dbapi2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_test_atexit.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/save_env.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/subprocessdata/sigchild_ignore.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncgen.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_buffer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_html.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_idle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_imghdr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/from_cycle1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg2/parent/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02/one/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/partial/cfimport.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_read.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_interpreters.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_lzma.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_readline.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_secrets.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_shelve.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sort.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sunau.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sys_settrace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/textwrap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_ttk/test_style.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/clock.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/two_canvases.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/async_case.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/suite.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_runner.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xmlrpc/client.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_markupbase.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/sslproto.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/_aix.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_funcptr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_strings.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_archive_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/doctest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp949.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/shift_jis.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/getopt.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/debugger.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_history.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/tkinter_testing_utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/_collections.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_itertools_imports.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/patcomp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/popen_spawn_posix.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/netrc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/poplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/runpy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/statistics.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/datetimetester.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_binascii.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codeccallbacks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dbm.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dictcomps.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dtrace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_generator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fcntl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_functools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_mimetypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ossaudiodev.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_picklebuffer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_popen.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_posix.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tcl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unittest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unpack_ex.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_userstring.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_uu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_winsound.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xmlrpc_net.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_yield_from.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asynchat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/timeouts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/collections/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_structures.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_build_clib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_text_file.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/headerregistry.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp500.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/hex_codec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/latin_1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_32_le.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/http/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/format.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_iomenu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_tree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/searchbase.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/_text.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixer_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_renames.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/logging/handlers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pyclbr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/re/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/smtpd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module4.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/encoded_modules/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/pythoninfo.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test__opcode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_proactor_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bisect.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecencodings_jp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codeop.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_copy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_embed.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_http_cookies.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpackage.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/package/submodule.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data01/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_packages.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/test_source_encoding.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/zipdata01/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_index.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_pass3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_unicode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_mailbox.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_strptime.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_timeit.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tracemalloc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xdrlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xmlrpc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tomllib/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tomllib/_re.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/bytedesign.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/nim.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_assertions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib/request.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/aifc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/collections/abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/copy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_callbacks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_wintypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/build_clib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/filelist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/unixccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/quoprimime.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp737.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_jp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_farsi.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/uu_codec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/http/server.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/history.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_debugger_r.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_rpc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/percolator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/imghdr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/json/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_idioms.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_types.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/connection.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/site.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_test_venv_multiprocessing.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/runtest_mp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/signalinterproctester.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/interpreters.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/echo2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_sslproto.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_builtin.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fileio.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_gettext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/basic2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/rebinding.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/use.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/namespace/portion2/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project3/parent/child/three.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_main.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_enum.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_mailcap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_numeric_tower.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_patma.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_lll.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_traceback.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/ttk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testmock.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/base_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_incomplete.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_sizes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/difflib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_build_scripts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_unixccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/application.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1140.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1252.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp875.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_14.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/quopri_codec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/functools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/autoexpand.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/hyperparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_format.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/parenmatch.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/imp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/keyword.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_imports.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_xrange.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/heap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pickle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/lock_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test___all__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_futures.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecencodings_hk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecencodings_kr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecmaps_jp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_compileall.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_doctest2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dynamic.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_asian_codecs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_exceptions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/test_path_hook.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_zip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_iter.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ordered_dict.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_random.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_syntax.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_thread.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_freeze.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_reindent.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ttk_textonly.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_warnings/data/import_warning.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_winconsoleio.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xxtestfuzz.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zipfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/etree/ElementTree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/__phello__/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_bootsubprocess.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/locks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/codeop.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/contextvars.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/macholib/framework.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_functions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dbm/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/install_headers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_install_lib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/encoders.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/big5hkscs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp857.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_jp_3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_roman.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/calltip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_editor.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_statusbar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_window.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/search.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/_adapters.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_intern.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_ws_comma.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/dummy/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/synchronize.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/py_compile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/quopri.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/shutil.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module8.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dataclass_module_1_str.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/final_b.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/inspect_stringized_annotations_2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/mp_fork_bomb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/reperf.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ssl_servers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asdl_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_selector_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_call.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_crashers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dbm_ndbm.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dict_version.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_headerregistry.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_gzip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/builtin/test_finder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/frozen/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_locks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_iterlen.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_indent.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_largefile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_multibytecodec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pdb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_property.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_regrtest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_subprocess.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_messagebox.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_ttk/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_ttk/test_widgets.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/minidom.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_pydecimal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/install_scripts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/versionpredicate.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1257.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/euc_kr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/koi8_r.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_32.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/http/cookies.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_filelist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_searchbase.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/sidebar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/io.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_filter.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_set_literal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lzma.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/sharedctypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pickletools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/subprocess.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/logging_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/echo.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_ssl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_complex.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_decorators.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_eintr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_email.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pathlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unary.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unicode_identifiers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unicodedata.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_wait3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_weakref.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/tree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/case.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wave.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xmlrpc/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zipfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_weakrefset.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/taskgroups.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/code.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/crypt.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_array_in_pointer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_bdist_rpm.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_sdist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp437.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/hz.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_croatian.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_8_sig.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/autocomplete_w.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/mock_tk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_pathbrowser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/runscript.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/searchengine.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_ne.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/grammar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/queues.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/profile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/shelve.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/string.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/make_ssl_certs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/sample_doctest_no_docstrings.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/subprocessdata/fd_status.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_argparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_pickleable.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_errno.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_exception_group.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_grammar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_itertools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_threading_local.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tix.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_fixcid.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_md5sum.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_type_annotations.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_typing.py'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/__phello__'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/collections'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent/futures'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/macholib'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/curses'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dbm'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ensurepip'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ensurepip/_bundled'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/html'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/http'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/Icons'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/json'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data/fixers'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data/fixers/myfixes'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/logging'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/dummy'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/re'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/site-packages'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sqlite3'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/audiodata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/capath'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/cjkencodings'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/decimaltestdata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dtracedata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/encoded_modules'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/imghdrdata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/sndhdrdata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/subprocessdata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg2'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg2/parent'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/package'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/package2'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/unwritable'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/builtin'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data01'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data01/subdirectory'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02/one'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02/two'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/namespace'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/namespace/portion1'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/namespace/portion2'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/frozen'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/both_portions'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/both_portions/foo'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/module_and_namespace_package'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/not_a_namespace_pkg'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion1'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion1/foo'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion2'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion2/foo'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project1'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project1/parent'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project1/parent/child'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project2'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project2/parent'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project2/parent/child'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project3'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project3/parent'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project3/parent/child'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespacedata01'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/partial'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/resources'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/zipdata01'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/zipdata02'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_warnings'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_warnings/data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo/data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/tracedmodules'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/typinganndata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/xmltestdata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/xmltestdata/c14n-20'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ziptestdata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_ttk'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tomllib'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/venv'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/venv/scripts'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/venv/scripts/common'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/venv/scripts/posix'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/etree'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/parsers'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xmlrpc'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zoneinfo'... PYTHONPATH=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11 LD_LIBRARY_PATH=/builddir/build/BUILD/Python-3.11.1/build/debug \ ./python -E -Wi /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/compileall.py \ -j0 -d /usr/lib64/python3.11/site-packages -f \ -x badsyntax /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/site-packages Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/site-packages'... PYTHONPATH=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11 LD_LIBRARY_PATH=/builddir/build/BUILD/Python-3.11.1/build/debug \ ./python -E -Wi -O /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/compileall.py \ -j0 -d /usr/lib64/python3.11/site-packages -f \ -x badsyntax /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/site-packages Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/site-packages'... PYTHONPATH=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11 LD_LIBRARY_PATH=/builddir/build/BUILD/Python-3.11.1/build/debug \ ./python -E -Wi -OO /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/compileall.py \ -j0 -d /usr/lib64/python3.11/site-packages -f \ -x badsyntax /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/site-packages Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/site-packages'... PYTHONPATH=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11 LD_LIBRARY_PATH=/builddir/build/BUILD/Python-3.11.1/build/debug \ ./python -E -m lib2to3.pgen2.driver /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/Grammar.txt /builddir/build/BUILD/Python-3.11.1/Lib/runpy.py:112: DeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+ __import__(pkg_name) Generating grammar tables from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/Grammar.txt Writing grammar tables to /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/Grammar3.11.1.final.0.pickle PYTHONPATH=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11 LD_LIBRARY_PATH=/builddir/build/BUILD/Python-3.11.1/build/debug \ ./python -E -m lib2to3.pgen2.driver /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/PatternGrammar.txt /builddir/build/BUILD/Python-3.11.1/Lib/runpy.py:112: DeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+ __import__(pkg_name) Generating grammar tables from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/PatternGrammar.txt Writing grammar tables to /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/PatternGrammar3.11.1.final.0.pickle Creating directory /usr/include Creating directory /usr/include/python3.11d Creating directory /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/include/python3.11d/cpython Creating directory /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/Python.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/abstract.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/bltinmodule.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/boolobject.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/bytearrayobject.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/bytesobject.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/ceval.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/codecs.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/compile.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/complexobject.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/datetime.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/descrobject.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/dictobject.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/dynamic_annotations.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/enumobject.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/errcode.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/exports.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/fileobject.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/fileutils.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/floatobject.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/frameobject.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/genericaliasobject.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/import.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/intrcheck.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/iterobject.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/listobject.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/longobject.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/marshal.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/memoryobject.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/methodobject.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/modsupport.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/moduleobject.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/object.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/objimpl.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/opcode.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/osdefs.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/osmodule.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/patchlevel.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/py_curses.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/pybuffer.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/pycapsule.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/pydtrace.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/pyerrors.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/pyexpat.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/pyframe.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/pyhash.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/pylifecycle.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/pymacconfig.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/pymacro.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/pymath.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/pymem.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/pyport.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/pystate.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/pystrcmp.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/pystrtod.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/pythonrun.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/pythread.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/pytypedefs.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/rangeobject.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/setobject.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/sliceobject.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/structmember.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/structseq.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/sysmodule.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/token.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/traceback.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/tracemalloc.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/tupleobject.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/typeslots.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/unicodeobject.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/warnings.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/weakrefobject.h /usr/include/python3.11d /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/abstract.h /usr/include/python3.11d/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/bytearrayobject.h /usr/include/python3.11d/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/bytesobject.h /usr/include/python3.11d/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/cellobject.h /usr/include/python3.11d/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/ceval.h /usr/include/python3.11d/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/classobject.h /usr/include/python3.11d/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/code.h /usr/include/python3.11d/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/compile.h /usr/include/python3.11d/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/complexobject.h /usr/include/python3.11d/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/context.h /usr/include/python3.11d/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/descrobject.h /usr/include/python3.11d/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/dictobject.h /usr/include/python3.11d/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/fileobject.h /usr/include/python3.11d/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/fileutils.h /usr/include/python3.11d/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/floatobject.h /usr/include/python3.11d/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/frameobject.h /usr/include/python3.11d/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/funcobject.h /usr/include/python3.11d/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/genobject.h /usr/include/python3.11d/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/import.h /usr/include/python3.11d/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/initconfig.h /usr/include/python3.11d/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/listobject.h /usr/include/python3.11d/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/longintrepr.h /usr/include/python3.11d/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/longobject.h /usr/include/python3.11d/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/methodobject.h /usr/include/python3.11d/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/modsupport.h /usr/include/python3.11d/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/object.h /usr/include/python3.11d/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/objimpl.h /usr/include/python3.11d/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/odictobject.h /usr/include/python3.11d/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/picklebufobject.h /usr/include/python3.11d/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/pthread_stubs.h /usr/include/python3.11d/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/pyctype.h /usr/include/python3.11d/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/pydebug.h /usr/include/python3.11d/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/pyerrors.h /usr/include/python3.11d/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/pyfpe.h /usr/include/python3.11d/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/pyframe.h /usr/include/python3.11d/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/pylifecycle.h /usr/include/python3.11d/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/pymem.h /usr/include/python3.11d/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/pystate.h /usr/include/python3.11d/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/pythonrun.h /usr/include/python3.11d/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/pythread.h /usr/include/python3.11d/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/pytime.h /usr/include/python3.11d/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/setobject.h /usr/include/python3.11d/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/sysmodule.h /usr/include/python3.11d/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/traceback.h /usr/include/python3.11d/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/tupleobject.h /usr/include/python3.11d/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/unicodeobject.h /usr/include/python3.11d/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/warnings.h /usr/include/python3.11d/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/weakrefobject.h /usr/include/python3.11d/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_abstract.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_accu.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_asdl.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_ast.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_ast_state.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_atomic.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_atomic_funcs.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_bitutils.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_blocks_output_buffer.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_bytes_methods.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_bytesobject.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_call.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_ceval.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_code.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_compile.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_condvar.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_context.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_dict.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_dtoa.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_emscripten_signal.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_exceptions.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_fileutils.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_floatobject.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_format.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_frame.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_function.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_gc.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_genobject.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_getopt.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_gil.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_global_objects.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_global_strings.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_hamt.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_hashtable.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_import.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_initconfig.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_interp.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_interpreteridobject.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_list.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_long.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_moduleobject.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_namespace.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_object.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_opcode.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_parser.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_pathconfig.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_pyarena.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_pyerrors.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_pyhash.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_pylifecycle.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_pymath.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_pymem.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_pystate.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_runtime.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_runtime_init.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_signal.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_sliceobject.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_strhex.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_structseq.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_symtable.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_sysmodule.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_traceback.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_tuple.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_typeobject.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_ucnhash.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_unicodeobject.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_unionobject.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_warnings.h /usr/include/python3.11d/internal /usr/bin/install -p -m 644 pyconfig.h /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/include/python3.11d/pyconfig.h Creating directory /usr/lib64/python3.11/config-3.11d-aarch64-linux-gnu Creating directory /usr/lib64/pkgconfig /usr/bin/install -p -m 644 Modules/config.c /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/config-3.11d-aarch64-linux-gnu/config.c /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Modules/config.c.in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/config-3.11d-aarch64-linux-gnu/config.c.in /usr/bin/install -p -m 644 Makefile /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/config-3.11d-aarch64-linux-gnu/Makefile /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Modules/Setup /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/config-3.11d-aarch64-linux-gnu/Setup /usr/bin/install -p -m 644 Modules/Setup.bootstrap /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/config-3.11d-aarch64-linux-gnu/Setup.bootstrap /usr/bin/install -p -m 644 Modules/Setup.stdlib /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/config-3.11d-aarch64-linux-gnu/Setup.stdlib /usr/bin/install -p -m 644 Modules/Setup.local /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/config-3.11d-aarch64-linux-gnu/Setup.local /usr/bin/install -p -m 644 Misc/python.pc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/pkgconfig/python-3.11.pc /usr/bin/install -p -m 644 Misc/python-embed.pc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/pkgconfig/python-3.11-embed.pc /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Modules/makesetup /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/config-3.11d-aarch64-linux-gnu/makesetup /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/install-sh /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/config-3.11d-aarch64-linux-gnu/install-sh /usr/bin/install -p python-config.py /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/config-3.11d-aarch64-linux-gnu/python-config.py /usr/bin/install -p python-config /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/python3.11d-config LD_LIBRARY_PATH=/builddir/build/BUILD/Python-3.11.1/build/debug ./python -E /builddir/build/BUILD/Python-3.11.1/setup.py install \ --prefix=/usr \ --install-scripts=/usr/bin \ --install-platlib=/usr/lib64/python3.11/lib-dynload \ --root=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/ running install running build running build_ext running build_scripts copying and adjusting /builddir/build/BUILD/Python-3.11.1/Tools/scripts/pydoc3 -> build/scripts-3.11 copying and adjusting /builddir/build/BUILD/Python-3.11.1/Tools/scripts/idle3 -> build/scripts-3.11 copying and adjusting /builddir/build/BUILD/Python-3.11.1/Tools/scripts/2to3 -> build/scripts-3.11 changing mode of build/scripts-3.11/pydoc3 from 644 to 755 changing mode of build/scripts-3.11/idle3 from 644 to 755 changing mode of build/scripts-3.11/2to3 from 644 to 755 renaming build/scripts-3.11/pydoc3 to build/scripts-3.11/pydoc3.11 renaming build/scripts-3.11/idle3 to build/scripts-3.11/idle3.11 renaming build/scripts-3.11/2to3 to build/scripts-3.11/2to3-3.11 running install_lib creating /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_sqlite3.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_decimal.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_bz2.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_blake2.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/unicodedata.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_zoneinfo.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_uuid.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/zlib.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_bisect.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/nis.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_xxtestfuzz.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_testinternalcapi.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_curses.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/math.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_codecs_hk.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/readline.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_socket.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_codecs_jp.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_json.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_sha1.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_ctypes.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/ossaudiodev.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_contextvars.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_csv.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_hashlib.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_ctypes_test.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_lzma.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_sha256.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_testcapi.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/pyexpat.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_elementtree.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/mmap.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_statistics.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/fcntl.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_sha512.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_tkinter.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/binascii.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/grp.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_asyncio.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_ssl.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_testimportmultiple.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_heapq.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_codecs_iso2022.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/cmath.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/xxlimited.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/xxlimited_35.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_queue.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_codecs_kr.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/syslog.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_sha3.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_struct.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/termios.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_pickle.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_datetime.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_posixshmem.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload creating /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/__pycache__ copying build/lib.linux-aarch64-3.11-pydebug/__pycache__/_sysconfigdata_d_linux_aarch64-linux-gnu.cpython-311.pyc -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/__pycache__ copying build/lib.linux-aarch64-3.11-pydebug/audioop.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/spwd.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_random.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_dbm.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_testmultiphase.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_md5.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/select.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/resource.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_sysconfigdata_d_linux_aarch64-linux-gnu.py -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_testbuffer.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_curses_panel.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_gdbm.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_opcode.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_multibytecodec.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_codecs_tw.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_codecs_cn.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_typing.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/array.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_multiprocessing.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_xxsubinterpreters.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_crypt.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_lsprof.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11-pydebug/_posixsubprocess.cpython-311d-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_sqlite3.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_decimal.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_bz2.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_blake2.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/unicodedata.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_zoneinfo.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_uuid.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/zlib.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_bisect.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/nis.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_xxtestfuzz.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_testinternalcapi.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_curses.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/math.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_codecs_hk.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/readline.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_socket.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_codecs_jp.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_json.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_sha1.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_ctypes.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/ossaudiodev.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_contextvars.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_csv.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_hashlib.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_ctypes_test.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_lzma.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_sha256.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_testcapi.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/pyexpat.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_elementtree.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/mmap.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_statistics.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/fcntl.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_sha512.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_tkinter.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/binascii.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/grp.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_asyncio.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_ssl.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_testimportmultiple.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_heapq.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_codecs_iso2022.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/cmath.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/xxlimited.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/xxlimited_35.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_queue.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_codecs_kr.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/syslog.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_sha3.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_struct.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/termios.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_pickle.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_datetime.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_posixshmem.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/__pycache__/_sysconfigdata_d_linux_aarch64-linux-gnu.cpython-311.pyc to 644 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/audioop.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/spwd.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_random.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_dbm.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_testmultiphase.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_md5.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/select.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/resource.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_sysconfigdata_d_linux_aarch64-linux-gnu.py to 644 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_testbuffer.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_curses_panel.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_gdbm.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_opcode.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_multibytecodec.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_codecs_tw.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_codecs_cn.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_typing.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/array.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_multiprocessing.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_xxsubinterpreters.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_crypt.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_lsprof.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_posixsubprocess.cpython-311d-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/ to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/__pycache__ to 755 running install_scripts copying build/scripts-3.11/2to3-3.11 -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin copying build/scripts-3.11/idle3.11 -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin copying build/scripts-3.11/pydoc3.11 -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/2to3-3.11 to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/idle3.11 to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/pydoc3.11 to 755 rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_sysconfigdata_d_linux_aarch64-linux-gnu.py rm -r /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/__pycache__ Creating directory /usr/share/man Creating directory /usr/share/man/man1 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Misc/python.man \ /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/share/man/man1/python3.11.1 if test ! -d /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/pkgconfig; then \ echo "Creating directory /usr/lib64/pkgconfig"; \ /usr/bin/install -p -d -m 755 /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/pkgconfig; \ fi if test -f /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/python3 -o -h /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/python3; \ then rm -f /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/python3; \ else true; \ fi (cd /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin; ln -s python3.11 python3) if test "3.11" != "3.11d"; then \ rm -f /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/python3.11-config; \ (cd /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin; ln -s python3.11d-config python3.11-config); \ rm -f /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/pkgconfig/python-3.11d.pc; \ (cd /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/pkgconfig; ln -s python-3.11.pc python-3.11d.pc); \ rm -f /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/pkgconfig/python-3.11d-embed.pc; \ (cd /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/pkgconfig; ln -s python-3.11-embed.pc python-3.11d-embed.pc); \ fi rm -f /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/python3-config (cd /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin; ln -s python3.11-config python3-config) rm -f /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/pkgconfig/python3.pc (cd /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/pkgconfig; ln -s python-3.11.pc python3.pc) rm -f /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/pkgconfig/python3-embed.pc (cd /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/pkgconfig; ln -s python-3.11-embed.pc python3-embed.pc) rm -f /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/idle3 (cd /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin; ln -s idle3.11 idle3) rm -f /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/pydoc3 (cd /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin; ln -s pydoc3.11 pydoc3) rm -f /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/2to3 (cd /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin; ln -s 2to3-3.11 2to3) if test "x" != "x" ; then \ rm -f /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/python3-32; \ (cd /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin; ln -s python3.11-32 python3-32) \ fi if test "x" != "x" ; then \ rm -f /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/python3-intel64; \ (cd /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin; ln -s python3.11-intel64 python3-intel64) \ fi rm -f /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/share/man/man1/python3.1 (cd /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/share/man/man1; ln -s python3.11.1 python3.1) if test "xno" != "xno" ; then \ case no in \ upgrade) ensurepip="--upgrade" ;; \ install|*) ensurepip="" ;; \ esac; \ LD_LIBRARY_PATH=/builddir/build/BUILD/Python-3.11.1/build/debug ./python -E -m ensurepip \ $ensurepip --root=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/ ; \ fi ~/build/BUILD/Python-3.11.1 + popd + PathOfGdbPy=/usr/lib/debug//usr/lib64/libpython3.11d.so.1.0-3.11.1-1.el9.aarch64.debug-gdb.py + cp Tools/gdb/libpython.py /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib/debug//usr/lib64/libpython3.11d.so.1.0-3.11.1-1.el9.aarch64.debug-gdb.py ++ uname -m + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/python3.11d-config /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/python3.11d-aarch64-config + echo -e '#!/bin/sh\nexec /usr/bin/python3.11d-`uname -m`-config "$@"' + chmod +x /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/python3.11d-config + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/include/python3.11d/pyconfig.h /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/include/python3.11d/pyconfig-64.h + cat + echo FINISHED: INSTALL OF PYTHON FOR CONFIGURATION: debug FINISHED: INSTALL OF PYTHON FOR CONFIGURATION: debug STARTING: INSTALL OF PYTHON FOR CONFIGURATION: optimized + InstallPython optimized libpython3.11.so.1.0 '' 3.11 + ConfName=optimized + PyInstSoName=libpython3.11.so.1.0 + MoreCFlags= + LDVersion=3.11 + ConfDir=build/optimized + echo STARTING: INSTALL OF PYTHON FOR CONFIGURATION: optimized + mkdir -p build/optimized ~/build/BUILD/Python-3.11.1/build/optimized ~/build/BUILD/Python-3.11.1 + pushd build/optimized + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64 'INSTALL=/usr/bin/install -p' EXTRA_CFLAGS= if test "no-framework" = "no-framework" ; then \ /usr/bin/install -p python /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/python3.11; \ else \ /usr/bin/install -p -s Mac/pythonw /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/python3.11; \ fi if test "3.11" != "3.11"; then \ if test -f /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/python3.11 -o -h /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/python3.11; \ then rm -f /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/python3.11; \ fi; \ (cd /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin; ln python3.11 python3.11); \ fi if test "x" != "x" ; then \ rm -f /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/python3.11-32; \ lipo \ -output /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/python3.11-32 \ /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/python3.11; \ fi if test "x" != "x" ; then \ rm -f /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/python3.11-intel64; \ lipo \ -output /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/python3.11-intel64 \ /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/python3.11; \ fi Rebuilding with profile guided optimizations: rm -f profile-clean-stamp /usr/bin/make build_all CFLAGS_NODIST=" -fprofile-use -fprofile-correction" LDFLAGS_NODIST="" make[1]: Entering directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' LD_LIBRARY_PATH=/builddir/build/BUILD/Python-3.11.1/build/optimized CC='gcc' LDSHARED='gcc -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g ' OPT='-DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv' ./python -E /builddir/build/BUILD/Python-3.11.1/setup.py build running build running build_ext running build_scripts copying and adjusting /builddir/build/BUILD/Python-3.11.1/Tools/scripts/pydoc3 -> build/scripts-3.11 copying and adjusting /builddir/build/BUILD/Python-3.11.1/Tools/scripts/idle3 -> build/scripts-3.11 copying and adjusting /builddir/build/BUILD/Python-3.11.1/Tools/scripts/2to3 -> build/scripts-3.11 changing mode of build/scripts-3.11/pydoc3 from 644 to 755 changing mode of build/scripts-3.11/idle3 from 644 to 755 changing mode of build/scripts-3.11/2to3 from 644 to 755 renaming build/scripts-3.11/pydoc3 to build/scripts-3.11/pydoc3.11 renaming build/scripts-3.11/idle3 to build/scripts-3.11/idle3.11 renaming build/scripts-3.11/2to3 to build/scripts-3.11/2to3-3.11 make[1]: Leaving directory '/builddir/build/BUILD/Python-3.11.1/build/optimized' /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/__future__.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/__hello__.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/_aix_support.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/_bootsubprocess.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/_collections_abc.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/_compat_pickle.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/_compression.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/_markupbase.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/_osx_support.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/_py_abc.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/_pydecimal.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/_pyio.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/_sitebuiltins.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/_strptime.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/_threading_local.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/_weakrefset.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/abc.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/aifc.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/antigravity.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/argparse.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ast.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asynchat.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncore.py /usr/lib64/python3.11 /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/base64.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/bdb.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/bisect.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/bz2.py /usr/lib64/python3.11 /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/cProfile.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/calendar.py /usr/lib64/python3.11 /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/cgi.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/cgitb.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/chunk.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/cmd.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/code.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/codecs.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/codeop.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/colorsys.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/compileall.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/configparser.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/contextlib.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/contextvars.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/copy.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/copyreg.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/crypt.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/csv.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/dataclasses.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/datetime.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/decimal.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/difflib.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/dis.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/doctest.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/enum.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/filecmp.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/fileinput.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/fnmatch.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/fractions.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ftplib.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/functools.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/genericpath.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/getopt.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/getpass.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/gettext.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/glob.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/graphlib.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/gzip.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/hashlib.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/heapq.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/hmac.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/imaplib.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/imghdr.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/imp.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/inspect.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/io.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ipaddress.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/keyword.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/linecache.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/locale.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lzma.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/mailbox.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/mailcap.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/mimetypes.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/modulefinder.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/netrc.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/nntplib.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ntpath.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/nturl2path.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/numbers.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/opcode.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/operator.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/optparse.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/os.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/pathlib.py /usr/lib64/python3.11 /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/pdb.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/pickle.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/pickletools.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/pipes.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/pkgutil.py /usr/lib64/python3.11 /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/platform.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/plistlib.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/poplib.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/posixpath.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/pprint.py /usr/lib64/python3.11 /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/profile.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/pstats.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/pty.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/py_compile.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/pyclbr.py /usr/lib64/python3.11 /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/pydoc.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/queue.py /usr/lib64/python3.11 /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/quopri.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/random.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/reprlib.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/rlcompleter.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/runpy.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/sched.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/secrets.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/selectors.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/shelve.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/shlex.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/shutil.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/signal.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/site.py /usr/lib64/python3.11 /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/smtpd.py /usr/lib64/python3.11 /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/smtplib.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/sndhdr.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/socket.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/socketserver.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/sre_compile.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/sre_constants.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/sre_parse.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ssl.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/stat.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/statistics.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/string.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/stringprep.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/struct.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/subprocess.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/sunau.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/symtable.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/sysconfig.py /usr/lib64/python3.11 /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/tabnanny.py /usr/lib64/python3.11 /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/tarfile.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/telnetlib.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tempfile.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/textwrap.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/this.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/threading.py /usr/lib64/python3.11 /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/timeit.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/token.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tokenize.py /usr/lib64/python3.11 /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/trace.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/traceback.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tracemalloc.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tty.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/turtle.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/types.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/typing.py /usr/lib64/python3.11 /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/uu.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/uuid.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/warnings.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/wave.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/weakref.py /usr/lib64/python3.11 /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/webbrowser.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/xdrlib.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/zipapp.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/zipfile.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/zipimport.py /usr/lib64/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/__init__.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/__main__.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/base_events.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/base_futures.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/base_subprocess.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/base_tasks.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/constants.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/coroutines.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/events.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/exceptions.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/format_helpers.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/futures.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/locks.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/log.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/mixins.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/proactor_events.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/protocols.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/queues.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/runners.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/selector_events.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/sslproto.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/staggered.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/streams.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/subprocess.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/taskgroups.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/tasks.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/threads.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/timeouts.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/transports.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/trsock.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/unix_events.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/windows_events.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/asyncio/windows_utils.py /usr/lib64/python3.11/asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/collections/__init__.py /usr/lib64/python3.11/collections /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/collections/abc.py /usr/lib64/python3.11/collections /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/concurrent/__init__.py /usr/lib64/python3.11/concurrent /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/concurrent/futures/__init__.py /usr/lib64/python3.11/concurrent/futures /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/concurrent/futures/_base.py /usr/lib64/python3.11/concurrent/futures /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/concurrent/futures/process.py /usr/lib64/python3.11/concurrent/futures /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/concurrent/futures/thread.py /usr/lib64/python3.11/concurrent/futures /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/__init__.py /usr/lib64/python3.11/ctypes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/_aix.py /usr/lib64/python3.11/ctypes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/_endian.py /usr/lib64/python3.11/ctypes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/util.py /usr/lib64/python3.11/ctypes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/wintypes.py /usr/lib64/python3.11/ctypes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/macholib/README.ctypes /usr/lib64/python3.11/ctypes/macholib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/macholib/__init__.py /usr/lib64/python3.11/ctypes/macholib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/macholib/dyld.py /usr/lib64/python3.11/ctypes/macholib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/macholib/dylib.py /usr/lib64/python3.11/ctypes/macholib /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/macholib/fetch_macholib /usr/lib64/python3.11/ctypes/macholib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/macholib/fetch_macholib.bat /usr/lib64/python3.11/ctypes/macholib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/macholib/framework.py /usr/lib64/python3.11/ctypes/macholib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/curses/__init__.py /usr/lib64/python3.11/curses /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/curses/ascii.py /usr/lib64/python3.11/curses /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/curses/has_key.py /usr/lib64/python3.11/curses /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/curses/panel.py /usr/lib64/python3.11/curses /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/curses/textpad.py /usr/lib64/python3.11/curses /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/dbm/__init__.py /usr/lib64/python3.11/dbm /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/dbm/dumb.py /usr/lib64/python3.11/dbm /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/dbm/gnu.py /usr/lib64/python3.11/dbm /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/dbm/ndbm.py /usr/lib64/python3.11/dbm /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/README /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/__init__.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/_msvccompiler.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/archive_util.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/bcppcompiler.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/ccompiler.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/cmd.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/config.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/core.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/cygwinccompiler.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/debug.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/dep_util.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/dir_util.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/dist.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/errors.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/extension.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/fancy_getopt.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/file_util.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/filelist.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/log.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/msvc9compiler.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/msvccompiler.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/spawn.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/sysconfig.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/text_file.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/unixccompiler.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/util.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/version.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/versionpredicate.py /usr/lib64/python3.11/distutils /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/command/__init__.py /usr/lib64/python3.11/distutils/command /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/command/bdist.py /usr/lib64/python3.11/distutils/command /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/command/bdist_dumb.py /usr/lib64/python3.11/distutils/command /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/command/bdist_rpm.py /usr/lib64/python3.11/distutils/command /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/command/build.py /usr/lib64/python3.11/distutils/command /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/command/build_clib.py /usr/lib64/python3.11/distutils/command /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/command/build_ext.py /usr/lib64/python3.11/distutils/command /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/command/build_py.py /usr/lib64/python3.11/distutils/command /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/command/build_scripts.py /usr/lib64/python3.11/distutils/command /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/command/check.py /usr/lib64/python3.11/distutils/command /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/command/clean.py /usr/lib64/python3.11/distutils/command /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/command/command_template /usr/lib64/python3.11/distutils/command /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/command/config.py /usr/lib64/python3.11/distutils/command /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/command/install.py /usr/lib64/python3.11/distutils/command /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/command/install_data.py /usr/lib64/python3.11/distutils/command /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/command/install_egg_info.py /usr/lib64/python3.11/distutils/command /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/command/install_headers.py /usr/lib64/python3.11/distutils/command /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/command/install_lib.py /usr/lib64/python3.11/distutils/command /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/command/install_scripts.py /usr/lib64/python3.11/distutils/command /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/command/register.py /usr/lib64/python3.11/distutils/command /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/command/sdist.py /usr/lib64/python3.11/distutils/command /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/command/upload.py /usr/lib64/python3.11/distutils/command /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/__init__.py /usr/lib64/python3.11/email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/_encoded_words.py /usr/lib64/python3.11/email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/_header_value_parser.py /usr/lib64/python3.11/email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/_parseaddr.py /usr/lib64/python3.11/email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/_policybase.py /usr/lib64/python3.11/email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/architecture.rst /usr/lib64/python3.11/email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/base64mime.py /usr/lib64/python3.11/email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/charset.py /usr/lib64/python3.11/email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/contentmanager.py /usr/lib64/python3.11/email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/encoders.py /usr/lib64/python3.11/email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/errors.py /usr/lib64/python3.11/email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/feedparser.py /usr/lib64/python3.11/email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/generator.py /usr/lib64/python3.11/email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/header.py /usr/lib64/python3.11/email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/headerregistry.py /usr/lib64/python3.11/email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/iterators.py /usr/lib64/python3.11/email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/message.py /usr/lib64/python3.11/email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/parser.py /usr/lib64/python3.11/email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/policy.py /usr/lib64/python3.11/email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/quoprimime.py /usr/lib64/python3.11/email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/utils.py /usr/lib64/python3.11/email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/mime/__init__.py /usr/lib64/python3.11/email/mime /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/mime/application.py /usr/lib64/python3.11/email/mime /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/mime/audio.py /usr/lib64/python3.11/email/mime /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/mime/base.py /usr/lib64/python3.11/email/mime /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/mime/image.py /usr/lib64/python3.11/email/mime /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/mime/message.py /usr/lib64/python3.11/email/mime /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/mime/multipart.py /usr/lib64/python3.11/email/mime /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/mime/nonmultipart.py /usr/lib64/python3.11/email/mime /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/email/mime/text.py /usr/lib64/python3.11/email/mime /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/__init__.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/aliases.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/ascii.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/base64_codec.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/big5.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/big5hkscs.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/bz2_codec.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/charmap.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp037.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp1006.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp1026.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp1125.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp1140.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp1250.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp1251.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp1252.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp1253.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp1254.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp1255.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp1256.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp1257.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp1258.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp273.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp424.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp437.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp500.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp720.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp737.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp775.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp850.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp852.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp855.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp856.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp857.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp858.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp860.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp861.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp862.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp863.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp864.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp865.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp866.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp869.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp874.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp875.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp932.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp949.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/cp950.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/euc_jis_2004.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/euc_jisx0213.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/euc_jp.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/euc_kr.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/gb18030.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/gb2312.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/gbk.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/hex_codec.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/hp_roman8.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/hz.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/idna.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/iso2022_jp.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/iso2022_jp_1.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/iso2022_jp_2.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/iso2022_jp_2004.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/iso2022_jp_3.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/iso2022_jp_ext.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/iso2022_kr.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/iso8859_1.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/iso8859_10.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/iso8859_11.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/iso8859_13.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/iso8859_14.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/iso8859_15.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/iso8859_16.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/iso8859_2.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/iso8859_3.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/iso8859_4.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/iso8859_5.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/iso8859_6.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/iso8859_7.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/iso8859_8.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/iso8859_9.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/johab.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/koi8_r.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/koi8_t.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/koi8_u.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/kz1048.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/latin_1.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/mac_arabic.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/mac_croatian.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/mac_cyrillic.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/mac_farsi.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/mac_greek.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/mac_iceland.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/mac_latin2.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/mac_roman.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/mac_romanian.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/mac_turkish.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/mbcs.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/oem.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/palmos.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/ptcp154.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/punycode.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/quopri_codec.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/raw_unicode_escape.py /usr/lib64/python3.11/encodings /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/encodings/rot_13.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/shift_jis.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/shift_jis_2004.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/shift_jisx0213.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/tis_620.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/undefined.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/unicode_escape.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/utf_16.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/utf_16_be.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/utf_16_le.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/utf_32.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/utf_32_be.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/utf_32_le.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/utf_7.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/utf_8.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/utf_8_sig.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/uu_codec.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/encodings/zlib_codec.py /usr/lib64/python3.11/encodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ensurepip/__init__.py /usr/lib64/python3.11/ensurepip /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ensurepip/__main__.py /usr/lib64/python3.11/ensurepip /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ensurepip/_uninstall.py /usr/lib64/python3.11/ensurepip /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ensurepip/_bundled/pip-22.3.1-py3-none-any.whl /usr/lib64/python3.11/ensurepip/_bundled /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ensurepip/_bundled/setuptools-65.5.0-py3-none-any.whl /usr/lib64/python3.11/ensurepip/_bundled /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/html/__init__.py /usr/lib64/python3.11/html /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/html/entities.py /usr/lib64/python3.11/html /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/html/parser.py /usr/lib64/python3.11/html /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/http/__init__.py /usr/lib64/python3.11/http /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/http/client.py /usr/lib64/python3.11/http /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/http/cookiejar.py /usr/lib64/python3.11/http /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/http/cookies.py /usr/lib64/python3.11/http /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/http/server.py /usr/lib64/python3.11/http /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/CREDITS.txt /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/ChangeLog /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/HISTORY.txt /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/NEWS.txt /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/NEWS2x.txt /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/README.txt /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/TODO.txt /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/__init__.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/__main__.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/autocomplete.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/autocomplete_w.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/autoexpand.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/browser.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/calltip.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/calltip_w.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/codecontext.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/colorizer.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/config-extensions.def /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/config-highlight.def /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/config-keys.def /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/config-main.def /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/config.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/config_key.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/configdialog.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/debugger.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/debugger_r.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/debugobj.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/debugobj_r.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/delegator.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/dynoption.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/editor.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/extend.txt /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/filelist.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/format.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/grep.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/help.html /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/help.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/help_about.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/history.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/hyperparser.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle.bat /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle.pyw /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/iomenu.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/macosx.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/mainmenu.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/multicall.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/outwin.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/parenmatch.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/pathbrowser.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/percolator.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/pyparse.py /usr/lib64/python3.11/idlelib /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/pyshell.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/query.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/redirector.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/replace.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/rpc.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/run.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/runscript.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/scrolledlist.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/search.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/searchbase.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/searchengine.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/sidebar.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/squeezer.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/stackviewer.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/statusbar.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/textview.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/tooltip.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/tree.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/undo.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/util.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/window.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/zoomheight.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/zzdummy.py /usr/lib64/python3.11/idlelib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/Icons/README.txt /usr/lib64/python3.11/idlelib/Icons /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/Icons/folder.gif /usr/lib64/python3.11/idlelib/Icons /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/Icons/idle.ico /usr/lib64/python3.11/idlelib/Icons /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/Icons/idle_16.gif /usr/lib64/python3.11/idlelib/Icons /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/Icons/idle_16.png /usr/lib64/python3.11/idlelib/Icons /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/Icons/idle_256.png /usr/lib64/python3.11/idlelib/Icons /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/Icons/idle_32.gif /usr/lib64/python3.11/idlelib/Icons /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/Icons/idle_32.png /usr/lib64/python3.11/idlelib/Icons /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/Icons/idle_48.gif /usr/lib64/python3.11/idlelib/Icons /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/Icons/idle_48.png /usr/lib64/python3.11/idlelib/Icons /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/Icons/minusnode.gif /usr/lib64/python3.11/idlelib/Icons /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/Icons/openfolder.gif /usr/lib64/python3.11/idlelib/Icons /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/Icons/plusnode.gif /usr/lib64/python3.11/idlelib/Icons /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/Icons/python.gif /usr/lib64/python3.11/idlelib/Icons /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/Icons/tk.gif /usr/lib64/python3.11/idlelib/Icons /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/importlib/__init__.py /usr/lib64/python3.11/importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/importlib/_abc.py /usr/lib64/python3.11/importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/importlib/_bootstrap.py /usr/lib64/python3.11/importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/importlib/_bootstrap_external.py /usr/lib64/python3.11/importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/importlib/abc.py /usr/lib64/python3.11/importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/importlib/machinery.py /usr/lib64/python3.11/importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/importlib/readers.py /usr/lib64/python3.11/importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/importlib/simple.py /usr/lib64/python3.11/importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/importlib/util.py /usr/lib64/python3.11/importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/importlib/resources/__init__.py /usr/lib64/python3.11/importlib/resources /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/importlib/resources/_adapters.py /usr/lib64/python3.11/importlib/resources /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/importlib/resources/_common.py /usr/lib64/python3.11/importlib/resources /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/importlib/resources/_itertools.py /usr/lib64/python3.11/importlib/resources /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/importlib/resources/_legacy.py /usr/lib64/python3.11/importlib/resources /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/importlib/resources/abc.py /usr/lib64/python3.11/importlib/resources /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/importlib/resources/readers.py /usr/lib64/python3.11/importlib/resources /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/importlib/resources/simple.py /usr/lib64/python3.11/importlib/resources /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/importlib/metadata/__init__.py /usr/lib64/python3.11/importlib/metadata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/importlib/metadata/_adapters.py /usr/lib64/python3.11/importlib/metadata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/importlib/metadata/_collections.py /usr/lib64/python3.11/importlib/metadata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/importlib/metadata/_functools.py /usr/lib64/python3.11/importlib/metadata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/importlib/metadata/_itertools.py /usr/lib64/python3.11/importlib/metadata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/importlib/metadata/_meta.py /usr/lib64/python3.11/importlib/metadata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/importlib/metadata/_text.py /usr/lib64/python3.11/importlib/metadata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/json/__init__.py /usr/lib64/python3.11/json /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/json/decoder.py /usr/lib64/python3.11/json /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/json/encoder.py /usr/lib64/python3.11/json /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/json/scanner.py /usr/lib64/python3.11/json /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/json/tool.py /usr/lib64/python3.11/json /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/Grammar.txt /usr/lib64/python3.11/lib2to3 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/PatternGrammar.txt /usr/lib64/python3.11/lib2to3 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/__init__.py /usr/lib64/python3.11/lib2to3 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/__main__.py /usr/lib64/python3.11/lib2to3 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/btm_matcher.py /usr/lib64/python3.11/lib2to3 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/btm_utils.py /usr/lib64/python3.11/lib2to3 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixer_base.py /usr/lib64/python3.11/lib2to3 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixer_util.py /usr/lib64/python3.11/lib2to3 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/main.py /usr/lib64/python3.11/lib2to3 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/patcomp.py /usr/lib64/python3.11/lib2to3 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/pygram.py /usr/lib64/python3.11/lib2to3 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/pytree.py /usr/lib64/python3.11/lib2to3 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/refactor.py /usr/lib64/python3.11/lib2to3 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/__init__.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_apply.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_asserts.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_basestring.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_buffer.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_dict.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_except.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_exec.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_execfile.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_exitfunc.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_filter.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_funcattrs.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_future.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_getcwdu.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_has_key.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_idioms.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_import.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_imports.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_imports2.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_input.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_intern.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_isinstance.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_itertools.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_itertools_imports.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_long.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_map.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_metaclass.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_methodattrs.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_ne.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_next.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_nonzero.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_numliterals.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_operator.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_paren.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_print.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_raise.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_raw_input.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_reduce.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_reload.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_renames.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_repr.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_set_literal.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_standarderror.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_sys_exc.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_throw.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_tuple_params.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_types.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_unicode.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_urllib.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_ws_comma.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_xrange.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_xreadlines.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/fixes/fix_zip.py /usr/lib64/python3.11/lib2to3/fixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/pgen2/__init__.py /usr/lib64/python3.11/lib2to3/pgen2 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/pgen2/conv.py /usr/lib64/python3.11/lib2to3/pgen2 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/pgen2/driver.py /usr/lib64/python3.11/lib2to3/pgen2 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/pgen2/grammar.py /usr/lib64/python3.11/lib2to3/pgen2 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/pgen2/literals.py /usr/lib64/python3.11/lib2to3/pgen2 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/pgen2/parse.py /usr/lib64/python3.11/lib2to3/pgen2 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/pgen2/pgen.py /usr/lib64/python3.11/lib2to3/pgen2 /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/pgen2/token.py /usr/lib64/python3.11/lib2to3/pgen2 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/pgen2/tokenize.py /usr/lib64/python3.11/lib2to3/pgen2 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/logging/__init__.py /usr/lib64/python3.11/logging /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/logging/config.py /usr/lib64/python3.11/logging /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/logging/handlers.py /usr/lib64/python3.11/logging /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/multiprocessing/__init__.py /usr/lib64/python3.11/multiprocessing /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/multiprocessing/connection.py /usr/lib64/python3.11/multiprocessing /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/multiprocessing/context.py /usr/lib64/python3.11/multiprocessing /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/multiprocessing/forkserver.py /usr/lib64/python3.11/multiprocessing /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/multiprocessing/heap.py /usr/lib64/python3.11/multiprocessing /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/multiprocessing/managers.py /usr/lib64/python3.11/multiprocessing /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/multiprocessing/pool.py /usr/lib64/python3.11/multiprocessing /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/multiprocessing/popen_fork.py /usr/lib64/python3.11/multiprocessing /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/multiprocessing/popen_forkserver.py /usr/lib64/python3.11/multiprocessing /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/multiprocessing/popen_spawn_posix.py /usr/lib64/python3.11/multiprocessing /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/multiprocessing/popen_spawn_win32.py /usr/lib64/python3.11/multiprocessing /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/multiprocessing/process.py /usr/lib64/python3.11/multiprocessing /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/multiprocessing/queues.py /usr/lib64/python3.11/multiprocessing /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/multiprocessing/reduction.py /usr/lib64/python3.11/multiprocessing /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/multiprocessing/resource_sharer.py /usr/lib64/python3.11/multiprocessing /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/multiprocessing/resource_tracker.py /usr/lib64/python3.11/multiprocessing /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/multiprocessing/shared_memory.py /usr/lib64/python3.11/multiprocessing /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/multiprocessing/sharedctypes.py /usr/lib64/python3.11/multiprocessing /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/multiprocessing/spawn.py /usr/lib64/python3.11/multiprocessing /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/multiprocessing/synchronize.py /usr/lib64/python3.11/multiprocessing /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/multiprocessing/util.py /usr/lib64/python3.11/multiprocessing /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/multiprocessing/dummy/__init__.py /usr/lib64/python3.11/multiprocessing/dummy /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/multiprocessing/dummy/connection.py /usr/lib64/python3.11/multiprocessing/dummy /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/pydoc_data/__init__.py /usr/lib64/python3.11/pydoc_data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/pydoc_data/_pydoc.css /usr/lib64/python3.11/pydoc_data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/pydoc_data/topics.py /usr/lib64/python3.11/pydoc_data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/re/__init__.py /usr/lib64/python3.11/re /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/re/_casefix.py /usr/lib64/python3.11/re /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/re/_compiler.py /usr/lib64/python3.11/re /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/re/_constants.py /usr/lib64/python3.11/re /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/re/_parser.py /usr/lib64/python3.11/re /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/site-packages/README.txt /usr/lib64/python3.11/site-packages /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/sqlite3/__init__.py /usr/lib64/python3.11/sqlite3 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/sqlite3/dbapi2.py /usr/lib64/python3.11/sqlite3 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/sqlite3/dump.py /usr/lib64/python3.11/sqlite3 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/__init__.py /usr/lib64/python3.11/tkinter /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/__main__.py /usr/lib64/python3.11/tkinter /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/colorchooser.py /usr/lib64/python3.11/tkinter /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/commondialog.py /usr/lib64/python3.11/tkinter /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/constants.py /usr/lib64/python3.11/tkinter /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/dialog.py /usr/lib64/python3.11/tkinter /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/dnd.py /usr/lib64/python3.11/tkinter /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/filedialog.py /usr/lib64/python3.11/tkinter /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/font.py /usr/lib64/python3.11/tkinter /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/messagebox.py /usr/lib64/python3.11/tkinter /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/scrolledtext.py /usr/lib64/python3.11/tkinter /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/simpledialog.py /usr/lib64/python3.11/tkinter /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/tix.py /usr/lib64/python3.11/tkinter /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/ttk.py /usr/lib64/python3.11/tkinter /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tomllib/__init__.py /usr/lib64/python3.11/tomllib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tomllib/_parser.py /usr/lib64/python3.11/tomllib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tomllib/_re.py /usr/lib64/python3.11/tomllib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tomllib/_types.py /usr/lib64/python3.11/tomllib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/turtledemo/__init__.py /usr/lib64/python3.11/turtledemo /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/turtledemo/__main__.py /usr/lib64/python3.11/turtledemo /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/turtledemo/bytedesign.py /usr/lib64/python3.11/turtledemo /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/turtledemo/chaos.py /usr/lib64/python3.11/turtledemo /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/turtledemo/clock.py /usr/lib64/python3.11/turtledemo /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/turtledemo/colormixer.py /usr/lib64/python3.11/turtledemo /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/turtledemo/forest.py /usr/lib64/python3.11/turtledemo /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/turtledemo/fractalcurves.py /usr/lib64/python3.11/turtledemo /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/turtledemo/lindenmayer.py /usr/lib64/python3.11/turtledemo /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/turtledemo/minimal_hanoi.py /usr/lib64/python3.11/turtledemo /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/turtledemo/nim.py /usr/lib64/python3.11/turtledemo /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/turtledemo/paint.py /usr/lib64/python3.11/turtledemo /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/turtledemo/peace.py /usr/lib64/python3.11/turtledemo /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/turtledemo/penrose.py /usr/lib64/python3.11/turtledemo /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/turtledemo/planet_and_moon.py /usr/lib64/python3.11/turtledemo /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/turtledemo/rosette.py /usr/lib64/python3.11/turtledemo /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/turtledemo/round_dance.py /usr/lib64/python3.11/turtledemo /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/turtledemo/sorting_animate.py /usr/lib64/python3.11/turtledemo /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/turtledemo/tree.py /usr/lib64/python3.11/turtledemo /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/turtledemo/turtle.cfg /usr/lib64/python3.11/turtledemo /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/turtledemo/two_canvases.py /usr/lib64/python3.11/turtledemo /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/turtledemo/yinyang.py /usr/lib64/python3.11/turtledemo /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/__init__.py /usr/lib64/python3.11/unittest /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/__main__.py /usr/lib64/python3.11/unittest /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/_log.py /usr/lib64/python3.11/unittest /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/async_case.py /usr/lib64/python3.11/unittest /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/case.py /usr/lib64/python3.11/unittest /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/loader.py /usr/lib64/python3.11/unittest /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/main.py /usr/lib64/python3.11/unittest /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/mock.py /usr/lib64/python3.11/unittest /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/result.py /usr/lib64/python3.11/unittest /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/runner.py /usr/lib64/python3.11/unittest /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/signals.py /usr/lib64/python3.11/unittest /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/suite.py /usr/lib64/python3.11/unittest /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/util.py /usr/lib64/python3.11/unittest /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/urllib/__init__.py /usr/lib64/python3.11/urllib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/urllib/error.py /usr/lib64/python3.11/urllib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/urllib/parse.py /usr/lib64/python3.11/urllib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/urllib/request.py /usr/lib64/python3.11/urllib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/urllib/response.py /usr/lib64/python3.11/urllib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/urllib/robotparser.py /usr/lib64/python3.11/urllib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/venv/__init__.py /usr/lib64/python3.11/venv /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/venv/__main__.py /usr/lib64/python3.11/venv /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/venv/scripts/common/Activate.ps1 /usr/lib64/python3.11/venv/scripts/common /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/venv/scripts/common/activate /usr/lib64/python3.11/venv/scripts/common /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/venv/scripts/posix/activate.csh /usr/lib64/python3.11/venv/scripts/posix /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/venv/scripts/posix/activate.fish /usr/lib64/python3.11/venv/scripts/posix /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/wsgiref/__init__.py /usr/lib64/python3.11/wsgiref /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/wsgiref/handlers.py /usr/lib64/python3.11/wsgiref /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/wsgiref/headers.py /usr/lib64/python3.11/wsgiref /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/wsgiref/simple_server.py /usr/lib64/python3.11/wsgiref /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/wsgiref/types.py /usr/lib64/python3.11/wsgiref /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/wsgiref/util.py /usr/lib64/python3.11/wsgiref /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/wsgiref/validate.py /usr/lib64/python3.11/wsgiref /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/xml/__init__.py /usr/lib64/python3.11/xml /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/xml/dom/NodeFilter.py /usr/lib64/python3.11/xml/dom /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/xml/dom/__init__.py /usr/lib64/python3.11/xml/dom /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/xml/dom/domreg.py /usr/lib64/python3.11/xml/dom /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/xml/dom/expatbuilder.py /usr/lib64/python3.11/xml/dom /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/xml/dom/minicompat.py /usr/lib64/python3.11/xml/dom /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/xml/dom/minidom.py /usr/lib64/python3.11/xml/dom /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/xml/dom/pulldom.py /usr/lib64/python3.11/xml/dom /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/xml/dom/xmlbuilder.py /usr/lib64/python3.11/xml/dom /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/xml/etree/ElementInclude.py /usr/lib64/python3.11/xml/etree /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/xml/etree/ElementPath.py /usr/lib64/python3.11/xml/etree /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/xml/etree/ElementTree.py /usr/lib64/python3.11/xml/etree /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/xml/etree/__init__.py /usr/lib64/python3.11/xml/etree /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/xml/etree/cElementTree.py /usr/lib64/python3.11/xml/etree /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/xml/parsers/__init__.py /usr/lib64/python3.11/xml/parsers /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/xml/parsers/expat.py /usr/lib64/python3.11/xml/parsers /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/xml/sax/__init__.py /usr/lib64/python3.11/xml/sax /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/xml/sax/_exceptions.py /usr/lib64/python3.11/xml/sax /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/xml/sax/expatreader.py /usr/lib64/python3.11/xml/sax /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/xml/sax/handler.py /usr/lib64/python3.11/xml/sax /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/xml/sax/saxutils.py /usr/lib64/python3.11/xml/sax /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/xml/sax/xmlreader.py /usr/lib64/python3.11/xml/sax /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/xmlrpc/__init__.py /usr/lib64/python3.11/xmlrpc /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/xmlrpc/client.py /usr/lib64/python3.11/xmlrpc /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/xmlrpc/server.py /usr/lib64/python3.11/xmlrpc /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/zoneinfo/__init__.py /usr/lib64/python3.11/zoneinfo /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/zoneinfo/_common.py /usr/lib64/python3.11/zoneinfo /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/zoneinfo/_tzpath.py /usr/lib64/python3.11/zoneinfo /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/zoneinfo/_zoneinfo.py /usr/lib64/python3.11/zoneinfo /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/__phello__/__init__.py /usr/lib64/python3.11/__phello__ /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/__phello__/spam.py /usr/lib64/python3.11/__phello__ /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/__init__.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/__main__.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_anon.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_array_in_pointer.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_arrays.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_as_parameter.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_bitfields.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_buffers.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_bytes.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_byteswap.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_callbacks.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_cast.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_cfuncs.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_checkretval.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_delattr.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_errno.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_find.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_frombuffer.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_funcptr.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_functions.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_incomplete.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_init.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_internals.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_keeprefs.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_libc.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_loading.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_macholib.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_memfunctions.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_numbers.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_objects.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_parameters.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_pep3118.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_pickling.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_pointers.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_prototypes.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_python_api.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_random_things.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_refcounts.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_repr.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_returnfuncptrs.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_simplesubclasses.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_sizes.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_slicing.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_stringptr.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_strings.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_struct_fields.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_structures.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_unaligned_structures.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_unicode.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_values.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_varsize_struct.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_win32.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/ctypes/test/test_wintypes.py /usr/lib64/python3.11/ctypes/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/Setup.sample /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/__init__.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/includetest.rst /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/support.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_archive_util.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_bdist.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_bdist_dumb.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_bdist_rpm.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_build.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_build_clib.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_build_ext.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_build_py.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_build_scripts.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_check.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_clean.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_cmd.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_config.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_config_cmd.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_core.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_cygwinccompiler.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_dep_util.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_dir_util.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_dist.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_extension.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_file_util.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_filelist.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_install.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_install_data.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_install_headers.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_install_lib.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_install_scripts.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_log.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_msvc9compiler.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_msvccompiler.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_register.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_sdist.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_spawn.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_sysconfig.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_text_file.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_unixccompiler.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_upload.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_util.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_version.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/distutils/tests/test_versionpredicate.py /usr/lib64/python3.11/distutils/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/README.txt /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/__init__.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/example_noext /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/example_stub.pyi /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/htest.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/mock_idle.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/mock_tk.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/template.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_autocomplete.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_autocomplete_w.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_autoexpand.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_browser.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_calltip.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_calltip_w.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_codecontext.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_colorizer.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_config.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_config_key.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_configdialog.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_debugger.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_debugger_r.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_debugobj.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_debugobj_r.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_delegator.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_editmenu.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_editor.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_filelist.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_format.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_grep.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_help.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_help_about.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_history.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_hyperparser.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_iomenu.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_macosx.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_mainmenu.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_multicall.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_outwin.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_parenmatch.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_pathbrowser.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_percolator.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_pyparse.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_pyshell.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_query.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_redirector.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_replace.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_rpc.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_run.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_runscript.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_scrolledlist.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_search.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_searchbase.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_searchengine.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_sidebar.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_squeezer.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_stackviewer.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_statusbar.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_text.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_textview.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_tooltip.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_tree.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_undo.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_util.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_warning.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_window.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_zoomheight.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/test_zzdummy.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/idlelib/idle_test/tkinter_testing_utils.py /usr/lib64/python3.11/idlelib/idle_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/__init__.py /usr/lib64/python3.11/lib2to3/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/__main__.py /usr/lib64/python3.11/lib2to3/tests /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/pytree_idempotency.py /usr/lib64/python3.11/lib2to3/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/support.py /usr/lib64/python3.11/lib2to3/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/test_all_fixers.py /usr/lib64/python3.11/lib2to3/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/test_fixers.py /usr/lib64/python3.11/lib2to3/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/test_main.py /usr/lib64/python3.11/lib2to3/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/test_parser.py /usr/lib64/python3.11/lib2to3/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/test_pytree.py /usr/lib64/python3.11/lib2to3/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/test_refactor.py /usr/lib64/python3.11/lib2to3/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/test_util.py /usr/lib64/python3.11/lib2to3/tests /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/data/README /usr/lib64/python3.11/lib2to3/tests/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/data/bom.py /usr/lib64/python3.11/lib2to3/tests/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/data/crlf.py /usr/lib64/python3.11/lib2to3/tests/data /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/data/different_encoding.py /usr/lib64/python3.11/lib2to3/tests/data /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/data/false_encoding.py /usr/lib64/python3.11/lib2to3/tests/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/data/infinite_recursion.py /usr/lib64/python3.11/lib2to3/tests/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/data/py2_test_grammar.py /usr/lib64/python3.11/lib2to3/tests/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/data/py3_test_grammar.py /usr/lib64/python3.11/lib2to3/tests/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/data/fixers/bad_order.py /usr/lib64/python3.11/lib2to3/tests/data/fixers /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/data/fixers/no_fixer_cls.py /usr/lib64/python3.11/lib2to3/tests/data/fixers /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/data/fixers/parrot_example.py /usr/lib64/python3.11/lib2to3/tests/data/fixers /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/data/fixers/myfixes/__init__.py /usr/lib64/python3.11/lib2to3/tests/data/fixers/myfixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/data/fixers/myfixes/fix_explicit.py /usr/lib64/python3.11/lib2to3/tests/data/fixers/myfixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/data/fixers/myfixes/fix_first.py /usr/lib64/python3.11/lib2to3/tests/data/fixers/myfixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/data/fixers/myfixes/fix_last.py /usr/lib64/python3.11/lib2to3/tests/data/fixers/myfixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/data/fixers/myfixes/fix_parrot.py /usr/lib64/python3.11/lib2to3/tests/data/fixers/myfixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/lib2to3/tests/data/fixers/myfixes/fix_preorder.py /usr/lib64/python3.11/lib2to3/tests/data/fixers/myfixes /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/Sine-1000Hz-300ms.aif /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/__init__.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/__main__.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/_test_atexit.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/_test_eintr.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/_test_embed_set_config.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/_test_embed_structseq.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/_test_multiprocessing.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/_test_venv_multiprocessing.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/_testcppext.cpp /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/_typed_dict_helper.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/allsans.pem /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/ann_module.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/ann_module2.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/ann_module3.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/ann_module4.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/ann_module5.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/ann_module6.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/ann_module7.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/ann_module8.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/audiotest.au /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/audiotests.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/audit-tests.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/autotest.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/bad_coding.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/bad_coding2.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/bad_getattr.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/bad_getattr2.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/bad_getattr3.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/badcert.pem /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/badkey.pem /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/badsyntax_3131.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/badsyntax_future10.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/badsyntax_future3.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/badsyntax_future4.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/badsyntax_future5.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/badsyntax_future6.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/badsyntax_future7.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/badsyntax_future8.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/badsyntax_future9.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/badsyntax_pep3120.py /usr/lib64/python3.11/test /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/test/bisect_cmd.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cfgparser.1 /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cfgparser.2 /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cfgparser.3 /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/clinic.test /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cmath_testcases.txt /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/coding20731.py /usr/lib64/python3.11/test /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/test/curses_tests.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/dataclass_module_1.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/dataclass_module_1_str.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/dataclass_module_2.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/dataclass_module_2_str.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/dataclass_textanno.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/datetimetester.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/dis_module.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/doctest_aliases.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/doctest_lineno.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/double_const.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/empty.vbs /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/exception_hierarchy.txt /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/ffdh3072.pem /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/final_a.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/final_b.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/floating_points.txt /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/fork_wait.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/formatfloat_testcases.txt /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/future_test1.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/future_test2.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/gdb_sample.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/good_getattr.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/idnsans.pem /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/ieee754.txt /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/imp_dummy.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/inspect_fodder.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/inspect_fodder2.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/inspect_stock_annotations.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/inspect_stringized_annotations.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/inspect_stringized_annotations_2.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/keycert.passwd.pem /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/keycert.pem /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/keycert2.pem /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/keycert3.pem /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/keycert4.pem /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/keycertecc.pem /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/list_tests.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/lock_tests.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/mailcap.txt /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/make_ssl_certs.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/mapping_tests.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/math_testcases.txt /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/memory_watchdog.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/mime.types /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/mock_socket.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/mod_generics_cache.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/mp_fork_bomb.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/mp_preload.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/multibytecodec_support.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/nokia.pem /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/nosan.pem /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/nullbytecert.pem /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/nullcert.pem /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/pickletester.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/profilee.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/pstats.pck /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/pycacert.pem /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/pycakey.pem /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/pyclbr_input.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/pydoc_mod.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/pydocfodder.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/pythoninfo.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/randv2_32.pck /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/randv2_64.pck /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/randv3.pck /usr/lib64/python3.11/test /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/test/re_tests.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/recursion.tar /usr/lib64/python3.11/test /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/test/regrtest.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/relimport.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/reperf.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/revocation.crl /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/sample_doctest.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/sample_doctest_no_docstrings.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/sample_doctest_no_doctests.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/secp384r1.pem /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/selfsigned_pythontestdotnet.pem /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/seq_tests.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/setup_testcppext.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/sgml_input.html /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/signalinterproctester.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/sortperf.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/ssl_cert.pem /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/ssl_key.passwd.pem /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/ssl_key.pem /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/ssl_servers.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/ssltests.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/string_tests.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/talos-2019-0758.pem /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test___all__.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test___future__.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test__locale.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test__opcode.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test__osx_support.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test__xxsubinterpreters.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_abc.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_abstract_numbers.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_aifc.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_argparse.py /usr/lib64/python3.11/test /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/test/test_array.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asdl_parser.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_ast.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncgen.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asynchat.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncore.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_atexit.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_audioop.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_audit.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_augassign.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_base64.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_baseexception.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_bdb.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_bigaddrspace.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_bigmem.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_binascii.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_binop.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_bisect.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_bool.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_buffer.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_bufio.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_builtin.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_bytes.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_bz2.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_c_locale_coercion.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_calendar.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_call.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_cgi.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_cgitb.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_charmapcodec.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_check_c_globals.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_class.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_clinic.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_cmath.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_cmd.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_cmd_line.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_cmd_line_script.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_code.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_code_module.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_codeccallbacks.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_codecencodings_cn.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_codecencodings_hk.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_codecencodings_iso2022.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_codecencodings_jp.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_codecencodings_kr.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_codecencodings_tw.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_codecmaps_cn.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_codecmaps_hk.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_codecmaps_jp.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_codecmaps_kr.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_codecmaps_tw.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_codecs.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_codeop.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_collections.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_colorsys.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_compare.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_compile.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_compileall.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_complex.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_concurrent_futures.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_configparser.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_contains.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_context.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_contextlib.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_contextlib_async.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_copy.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_copyreg.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_coroutines.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_cppext.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_cprofile.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_crashers.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_crypt.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_csv.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_ctypes.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_curses.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_dataclasses.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_datetime.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_dbm.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_dbm_dumb.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_dbm_gnu.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_dbm_ndbm.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_decimal.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_decorators.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_defaultdict.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_deque.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_descr.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_descrtut.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_devpoll.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_dict.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_dict_version.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_dictcomps.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_dictviews.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_difflib.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_difflib_expect.html /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_dis.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_distutils.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_doctest.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_doctest.txt /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_doctest2.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_doctest2.txt /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_doctest3.txt /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_doctest4.txt /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_docxmlrpc.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_dtrace.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_dynamic.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_dynamicclassattribute.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_eintr.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_embed.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_ensurepip.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_enum.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_enumerate.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_eof.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_epoll.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_errno.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_except_star.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_exception_group.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_exception_hierarchy.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_exception_variations.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_exceptions.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_extcall.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_faulthandler.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_fcntl.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_file.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_file_eintr.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_filecmp.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_fileinput.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_fileio.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_fileutils.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_finalization.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_float.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_flufl.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_fnmatch.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_fork1.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_format.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_fractions.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_frame.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_frozen.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_fstring.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_ftplib.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_funcattrs.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_functools.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_future.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_future3.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_future4.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_future5.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_gc.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_gdb.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_generator_stop.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_generators.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_genericalias.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_genericclass.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_genericpath.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_genexps.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_getopt.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_getpass.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_getpath.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_gettext.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_glob.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_global.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_grammar.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_graphlib.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_grp.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_gzip.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_hash.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_hashlib.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_heapq.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_hmac.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_html.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_htmlparser.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_http_cookiejar.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_http_cookies.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_httplib.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_httpservers.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_idle.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_imaplib.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_imghdr.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_imp.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_index.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_inspect.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_int.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_int_literal.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_interpreters.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_io.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_ioctl.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_ipaddress.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_isinstance.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_iter.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_iterlen.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_itertools.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_keyword.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_keywordonlyarg.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_kqueue.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_largefile.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_launcher.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_lib2to3.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_linecache.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_list.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_listcomps.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_lltrace.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_locale.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_logging.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_long.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_longexp.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_lzma.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_mailbox.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_mailcap.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_marshal.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_math.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_memoryio.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_memoryview.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_metaclass.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_mimetypes.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_minidom.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_mmap.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_module.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_modulefinder.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_msilib.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_multibytecodec.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_multiprocessing_fork.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_multiprocessing_forkserver.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_multiprocessing_main_handling.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_multiprocessing_spawn.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_named_expressions.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_netrc.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_nis.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_nntplib.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_ntpath.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_numeric_tower.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_opcache.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_opcodes.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_openpty.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_operator.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_optparse.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_ordered_dict.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_os.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_ossaudiodev.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_osx_env.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_pathlib.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_patma.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_pdb.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_peepholer.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_pep646_syntax.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_pickle.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_picklebuffer.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_pickletools.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_pipes.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_pkg.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_pkgutil.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_platform.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_plistlib.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_poll.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_popen.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_poplib.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_positional_only_arg.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_posix.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_posixpath.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_pow.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_pprint.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_print.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_profile.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_property.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_pstats.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_pty.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_pulldom.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_pwd.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_py_compile.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_pyclbr.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_pydoc.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_pyexpat.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_queue.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_quopri.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_raise.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_random.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_range.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_re.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_readline.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_regrtest.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_repl.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_reprlib.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_resource.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_richcmp.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_rlcompleter.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_robotparser.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_runpy.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_sax.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_sched.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_scope.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_script_helper.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_secrets.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_select.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_selectors.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_set.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_setcomps.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_shelve.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_shlex.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_shutil.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_signal.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_site.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_slice.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_smtpd.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_smtplib.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_smtpnet.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_sndhdr.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_socket.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_socketserver.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_sort.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_source_encoding.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_spwd.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_ssl.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_stable_abi_ctypes.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_startfile.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_stat.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_statistics.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_strftime.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_string.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_string_literals.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_stringprep.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_strptime.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_strtod.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_struct.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_structseq.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_subclassinit.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_subprocess.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_sunau.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_sundry.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_super.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_support.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_symtable.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_syntax.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_sys.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_sys_setprofile.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_sys_settrace.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_sysconfig.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_syslog.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_tabnanny.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_tarfile.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_tcl.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_telnetlib.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_tempfile.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_textwrap.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_thread.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_threadedtempfile.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_threading.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_threading_local.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_threadsignals.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_time.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_timeit.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_timeout.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_tix.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_tk.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_tokenize.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_trace.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_traceback.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_tracemalloc.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_ttk_guionly.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_ttk_textonly.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_tuple.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_turtle.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_type_annotations.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_type_cache.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_type_comments.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_typechecks.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_types.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_typing.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_ucn.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_unary.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_unicode.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_unicode_file.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_unicode_file_functions.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_unicode_identifiers.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_unicodedata.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_unittest.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_univnewlines.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_unpack.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_unpack_ex.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_unparse.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_urllib.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_urllib2.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_urllib2_localnet.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_urllib2net.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_urllib_response.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_urllibnet.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_urlparse.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_userdict.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_userlist.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_userstring.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_utf8_mode.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_utf8source.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_uu.py /usr/lib64/python3.11/test /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/test/test_uuid.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_venv.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_wait3.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_wait4.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_wave.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_weakref.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_weakset.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_webbrowser.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_winconsoleio.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_winreg.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_winsound.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_with.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_wsgiref.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_xdrlib.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_xml_dom_minicompat.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_xml_etree.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_xml_etree_c.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_xmlrpc.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_xmlrpc_net.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_xxlimited.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_xxtestfuzz.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_yield_from.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_zipapp.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_zipfile.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_zipfile64.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_zipimport.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_zipimport_support.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_zlib.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/testcodec.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/testtar.tar /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/testtar.tar.xz /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/tf_inherit_check.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/time_hashlib.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/tokenize_tests-latin1-coding-cookie-and-utf8-bom-sig.txt /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/tokenize_tests-no-coding-cookie-and-utf8-bom-sig-only.txt /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/tokenize_tests-utf8-coding-cookie-and-utf8-bom-sig.txt /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/tokenize_tests.txt /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/win_console_handler.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltests.py /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/zip_cp437_header.zip /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/zipdir.zip /usr/lib64/python3.11/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/audiodata/pluck-alaw.aifc /usr/lib64/python3.11/test/audiodata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/audiodata/pluck-pcm16.aiff /usr/lib64/python3.11/test/audiodata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/audiodata/pluck-pcm16.au /usr/lib64/python3.11/test/audiodata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/audiodata/pluck-pcm16.wav /usr/lib64/python3.11/test/audiodata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/audiodata/pluck-pcm24.aiff /usr/lib64/python3.11/test/audiodata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/audiodata/pluck-pcm24.au /usr/lib64/python3.11/test/audiodata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/audiodata/pluck-pcm24.wav /usr/lib64/python3.11/test/audiodata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/audiodata/pluck-pcm32.aiff /usr/lib64/python3.11/test/audiodata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/audiodata/pluck-pcm32.au /usr/lib64/python3.11/test/audiodata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/audiodata/pluck-pcm32.wav /usr/lib64/python3.11/test/audiodata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/audiodata/pluck-pcm8.aiff /usr/lib64/python3.11/test/audiodata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/audiodata/pluck-pcm8.au /usr/lib64/python3.11/test/audiodata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/audiodata/pluck-pcm8.wav /usr/lib64/python3.11/test/audiodata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/audiodata/pluck-ulaw.aifc /usr/lib64/python3.11/test/audiodata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/audiodata/pluck-ulaw.au /usr/lib64/python3.11/test/audiodata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/capath/4e1295a3.0 /usr/lib64/python3.11/test/capath /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/capath/5ed36f99.0 /usr/lib64/python3.11/test/capath /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/capath/6e88d7b8.0 /usr/lib64/python3.11/test/capath /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/capath/99d0fa06.0 /usr/lib64/python3.11/test/capath /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/capath/b1930218.0 /usr/lib64/python3.11/test/capath /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/capath/ceff1710.0 /usr/lib64/python3.11/test/capath /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/big5-utf8.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/big5.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/big5hkscs-utf8.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/big5hkscs.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/cp949-utf8.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/cp949.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/euc_jisx0213-utf8.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/euc_jisx0213.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/euc_jp-utf8.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/euc_jp.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/euc_kr-utf8.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/euc_kr.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/gb18030-utf8.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/gb18030.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/gb2312-utf8.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/gb2312.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/gbk-utf8.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/gbk.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/hz-utf8.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/hz.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/iso2022_jp-utf8.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/iso2022_jp.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/iso2022_kr-utf8.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/iso2022_kr.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/johab-utf8.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/johab.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/shift_jis-utf8.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/shift_jis.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/shift_jisx0213-utf8.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/cjkencodings/shift_jisx0213.txt /usr/lib64/python3.11/test/cjkencodings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/data/README /usr/lib64/python3.11/test/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/abs.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/add.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/and.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/base.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/clamp.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/class.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/compare.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/comparetotal.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/comparetotmag.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/copy.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/copyabs.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/copynegate.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/copysign.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddAbs.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddAdd.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddAnd.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddBase.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddCanonical.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddClass.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddCompare.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddCompareSig.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddCompareTotal.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddCompareTotalMag.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddCopy.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddCopyAbs.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddCopyNegate.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddCopySign.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddDivide.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddDivideInt.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddEncode.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddFMA.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddInvert.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddLogB.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddMax.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddMaxMag.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddMin.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddMinMag.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddMinus.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddMultiply.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddNextMinus.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddNextPlus.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddNextToward.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddOr.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddPlus.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddQuantize.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddReduce.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddRemainder.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddRemainderNear.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddRotate.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddSameQuantum.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddScaleB.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddShift.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddSubtract.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddToIntegral.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ddXor.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/decDouble.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/decQuad.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/decSingle.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/divide.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/divideint.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqAbs.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqAdd.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqAnd.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqBase.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqCanonical.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqClass.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqCompare.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqCompareSig.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqCompareTotal.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqCompareTotalMag.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqCopy.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqCopyAbs.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqCopyNegate.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqCopySign.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqDivide.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqDivideInt.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqEncode.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqFMA.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqInvert.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqLogB.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqMax.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqMaxMag.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqMin.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqMinMag.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqMinus.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqMultiply.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqNextMinus.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqNextPlus.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqNextToward.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqOr.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqPlus.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqQuantize.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqReduce.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqRemainder.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqRemainderNear.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqRotate.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqSameQuantum.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqScaleB.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqShift.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqSubtract.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqToIntegral.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dqXor.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dsBase.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/dsEncode.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/exp.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/extra.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/fma.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/inexact.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/invert.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/ln.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/log10.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/logb.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/max.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/maxmag.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/min.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/minmag.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/minus.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/multiply.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/nextminus.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/nextplus.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/nexttoward.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/or.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/plus.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/power.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/powersqrt.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/quantize.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/randomBound32.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/randoms.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/reduce.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/remainder.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/remainderNear.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/rescale.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/rotate.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/rounding.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/samequantum.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/scaleb.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/shift.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/squareroot.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/subtract.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/testall.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/tointegral.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/tointegralx.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/decimaltestdata/xor.decTest /usr/lib64/python3.11/test/decimaltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/dtracedata/assert_usable.d /usr/lib64/python3.11/test/dtracedata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/dtracedata/assert_usable.stp /usr/lib64/python3.11/test/dtracedata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/dtracedata/call_stack.d /usr/lib64/python3.11/test/dtracedata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/dtracedata/call_stack.d.expected /usr/lib64/python3.11/test/dtracedata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/dtracedata/call_stack.py /usr/lib64/python3.11/test/dtracedata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/dtracedata/call_stack.stp /usr/lib64/python3.11/test/dtracedata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/dtracedata/call_stack.stp.expected /usr/lib64/python3.11/test/dtracedata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/dtracedata/gc.d /usr/lib64/python3.11/test/dtracedata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/dtracedata/gc.d.expected /usr/lib64/python3.11/test/dtracedata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/dtracedata/gc.py /usr/lib64/python3.11/test/dtracedata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/dtracedata/gc.stp /usr/lib64/python3.11/test/dtracedata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/dtracedata/gc.stp.expected /usr/lib64/python3.11/test/dtracedata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/dtracedata/instance.py /usr/lib64/python3.11/test/dtracedata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/dtracedata/line.d /usr/lib64/python3.11/test/dtracedata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/dtracedata/line.d.expected /usr/lib64/python3.11/test/dtracedata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/dtracedata/line.py /usr/lib64/python3.11/test/dtracedata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/encoded_modules/__init__.py /usr/lib64/python3.11/test/encoded_modules /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/encoded_modules/module_iso_8859_1.py /usr/lib64/python3.11/test/encoded_modules /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/encoded_modules/module_koi8_r.py /usr/lib64/python3.11/test/encoded_modules /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/imghdrdata/python-raw.jpg /usr/lib64/python3.11/test/imghdrdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/imghdrdata/python.bmp /usr/lib64/python3.11/test/imghdrdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/imghdrdata/python.exr /usr/lib64/python3.11/test/imghdrdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/imghdrdata/python.gif /usr/lib64/python3.11/test/imghdrdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/imghdrdata/python.jpg /usr/lib64/python3.11/test/imghdrdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/imghdrdata/python.pbm /usr/lib64/python3.11/test/imghdrdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/imghdrdata/python.pgm /usr/lib64/python3.11/test/imghdrdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/imghdrdata/python.png /usr/lib64/python3.11/test/imghdrdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/imghdrdata/python.ppm /usr/lib64/python3.11/test/imghdrdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/imghdrdata/python.ras /usr/lib64/python3.11/test/imghdrdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/imghdrdata/python.sgi /usr/lib64/python3.11/test/imghdrdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/imghdrdata/python.tiff /usr/lib64/python3.11/test/imghdrdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/imghdrdata/python.webp /usr/lib64/python3.11/test/imghdrdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/imghdrdata/python.xbm /usr/lib64/python3.11/test/imghdrdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/libregrtest/__init__.py /usr/lib64/python3.11/test/libregrtest /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/libregrtest/cmdline.py /usr/lib64/python3.11/test/libregrtest /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/libregrtest/main.py /usr/lib64/python3.11/test/libregrtest /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/libregrtest/pgo.py /usr/lib64/python3.11/test/libregrtest /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/libregrtest/refleak.py /usr/lib64/python3.11/test/libregrtest /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/libregrtest/runtest.py /usr/lib64/python3.11/test/libregrtest /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/libregrtest/runtest_mp.py /usr/lib64/python3.11/test/libregrtest /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/libregrtest/save_env.py /usr/lib64/python3.11/test/libregrtest /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/libregrtest/setup.py /usr/lib64/python3.11/test/libregrtest /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/libregrtest/utils.py /usr/lib64/python3.11/test/libregrtest /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/libregrtest/win_utils.py /usr/lib64/python3.11/test/libregrtest /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/sndhdrdata/README /usr/lib64/python3.11/test/sndhdrdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/sndhdrdata/sndhdr.8svx /usr/lib64/python3.11/test/sndhdrdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/sndhdrdata/sndhdr.aifc /usr/lib64/python3.11/test/sndhdrdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/sndhdrdata/sndhdr.aiff /usr/lib64/python3.11/test/sndhdrdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/sndhdrdata/sndhdr.au /usr/lib64/python3.11/test/sndhdrdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/sndhdrdata/sndhdr.hcom /usr/lib64/python3.11/test/sndhdrdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/sndhdrdata/sndhdr.sndt /usr/lib64/python3.11/test/sndhdrdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/sndhdrdata/sndhdr.voc /usr/lib64/python3.11/test/sndhdrdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/sndhdrdata/sndhdr.wav /usr/lib64/python3.11/test/sndhdrdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/subprocessdata/fd_status.py /usr/lib64/python3.11/test/subprocessdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/subprocessdata/input_reader.py /usr/lib64/python3.11/test/subprocessdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/subprocessdata/qcat.py /usr/lib64/python3.11/test/subprocessdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/subprocessdata/qgrep.py /usr/lib64/python3.11/test/subprocessdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/subprocessdata/sigchild_ignore.py /usr/lib64/python3.11/test/subprocessdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/support/__init__.py /usr/lib64/python3.11/test/support /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/support/bytecode_helper.py /usr/lib64/python3.11/test/support /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/support/hashlib_helper.py /usr/lib64/python3.11/test/support /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/support/import_helper.py /usr/lib64/python3.11/test/support /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/support/interpreters.py /usr/lib64/python3.11/test/support /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/support/logging_helper.py /usr/lib64/python3.11/test/support /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/support/os_helper.py /usr/lib64/python3.11/test/support /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/support/script_helper.py /usr/lib64/python3.11/test/support /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/support/socket_helper.py /usr/lib64/python3.11/test/support /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/support/testresult.py /usr/lib64/python3.11/test/support /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/support/threading_helper.py /usr/lib64/python3.11/test/support /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/support/warnings_helper.py /usr/lib64/python3.11/test/support /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/__init__.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/__main__.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/echo.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/echo2.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/echo3.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/functional.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_base_events.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_buffered_proto.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_context.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_events.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_futures.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_futures2.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_locks.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_pep492.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_proactor_events.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_protocols.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_queues.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_runners.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_selector_events.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_sendfile.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_server.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_sock_lowlevel.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_ssl.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_sslproto.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_streams.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_subprocess.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_taskgroups.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_tasks.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_threads.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_timeouts.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_transports.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_unix_events.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_waitfor.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_windows_events.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/test_windows_utils.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_asyncio/utils.py /usr/lib64/python3.11/test/test_asyncio /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/__init__.py /usr/lib64/python3.11/test/test_email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/__main__.py /usr/lib64/python3.11/test/test_email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/test__encoded_words.py /usr/lib64/python3.11/test/test_email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/test__header_value_parser.py /usr/lib64/python3.11/test/test_email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/test_asian_codecs.py /usr/lib64/python3.11/test/test_email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/test_contentmanager.py /usr/lib64/python3.11/test/test_email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/test_defect_handling.py /usr/lib64/python3.11/test/test_email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/test_email.py /usr/lib64/python3.11/test/test_email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/test_generator.py /usr/lib64/python3.11/test/test_email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/test_headerregistry.py /usr/lib64/python3.11/test/test_email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/test_inversion.py /usr/lib64/python3.11/test/test_email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/test_message.py /usr/lib64/python3.11/test/test_email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/test_parser.py /usr/lib64/python3.11/test/test_email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/test_pickleable.py /usr/lib64/python3.11/test/test_email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/test_policy.py /usr/lib64/python3.11/test/test_email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/test_utils.py /usr/lib64/python3.11/test/test_email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/torture_test.py /usr/lib64/python3.11/test/test_email /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_01.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_02.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_03.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_04.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_05.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_06.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_07.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_08.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_09.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_10.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_11.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_12.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_12a.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_13.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_14.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_15.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_16.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_17.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_18.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_19.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_20.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_21.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_22.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_23.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_24.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_25.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_26.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_27.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_28.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_29.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_30.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_31.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_32.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_33.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_34.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_35.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_36.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_37.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_38.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_39.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_40.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_41.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_42.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_43.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_44.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_45.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/msg_46.txt /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/python.bmp /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/python.exr /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/python.gif /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/python.jpg /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/python.pbm /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/python.pgm /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/python.png /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/python.ppm /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/python.ras /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/python.sgi /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/python.tiff /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/python.webp /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/python.xbm /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/sndhdr.aifc /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/sndhdr.aiff /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/sndhdr.au /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_email/data/sndhdr.wav /usr/lib64/python3.11/test/test_email/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_import/__init__.py /usr/lib64/python3.11/test/test_import /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_import/__main__.py /usr/lib64/python3.11/test/test_import /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_import/data/circular_imports/basic.py /usr/lib64/python3.11/test/test_import/data/circular_imports /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_import/data/circular_imports/basic2.py /usr/lib64/python3.11/test/test_import/data/circular_imports /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_import/data/circular_imports/binding.py /usr/lib64/python3.11/test/test_import/data/circular_imports /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_import/data/circular_imports/binding2.py /usr/lib64/python3.11/test/test_import/data/circular_imports /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_import/data/circular_imports/from_cycle1.py /usr/lib64/python3.11/test/test_import/data/circular_imports /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_import/data/circular_imports/from_cycle2.py /usr/lib64/python3.11/test/test_import/data/circular_imports /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_import/data/circular_imports/indirect.py /usr/lib64/python3.11/test/test_import/data/circular_imports /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_import/data/circular_imports/rebinding.py /usr/lib64/python3.11/test/test_import/data/circular_imports /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_import/data/circular_imports/rebinding2.py /usr/lib64/python3.11/test/test_import/data/circular_imports /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_import/data/circular_imports/source.py /usr/lib64/python3.11/test/test_import/data/circular_imports /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_import/data/circular_imports/subpackage.py /usr/lib64/python3.11/test/test_import/data/circular_imports /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_import/data/circular_imports/use.py /usr/lib64/python3.11/test/test_import/data/circular_imports /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_import/data/circular_imports/util.py /usr/lib64/python3.11/test/test_import/data/circular_imports /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_import/data/circular_imports/subpkg/subpackage2.py /usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_import/data/circular_imports/subpkg/util.py /usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_import/data/circular_imports/subpkg2/__init__.py /usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg2 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_import/data/circular_imports/subpkg2/parent/__init__.py /usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg2/parent /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_import/data/circular_imports/subpkg2/parent/child.py /usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg2/parent /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_import/data/package/__init__.py /usr/lib64/python3.11/test/test_import/data/package /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_import/data/package/submodule.py /usr/lib64/python3.11/test/test_import/data/package /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_import/data/package2/submodule1.py /usr/lib64/python3.11/test/test_import/data/package2 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_import/data/package2/submodule2.py /usr/lib64/python3.11/test/test_import/data/package2 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_import/data/unwritable/__init__.py /usr/lib64/python3.11/test/test_import/data/unwritable /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_import/data/unwritable/x.py /usr/lib64/python3.11/test/test_import/data/unwritable /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/__init__.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/__main__.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/abc.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/fixtures.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/stubs.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/test_abc.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/test_api.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/test_compatibilty_files.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/test_contents.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/test_files.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/test_lazy.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/test_locks.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/test_main.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/test_metadata_api.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/test_namespace_pkgs.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/test_open.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/test_path.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/test_pkg_import.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/test_read.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/test_reader.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/test_resource.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/test_spec.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/test_threaded_import.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/test_util.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/test_windows.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/test_zip.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/threaded_import_hangers.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/update-zips.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/util.py /usr/lib64/python3.11/test/test_importlib /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/builtin/__init__.py /usr/lib64/python3.11/test/test_importlib/builtin /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/builtin/__main__.py /usr/lib64/python3.11/test/test_importlib/builtin /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/builtin/test_finder.py /usr/lib64/python3.11/test/test_importlib/builtin /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/builtin/test_loader.py /usr/lib64/python3.11/test/test_importlib/builtin /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/data/__init__.py /usr/lib64/python3.11/test/test_importlib/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/data/example-21.12-py3-none-any.whl /usr/lib64/python3.11/test/test_importlib/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/data/example-21.12-py3.6.egg /usr/lib64/python3.11/test/test_importlib/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/data/example2-1.0.0-py3-none-any.whl /usr/lib64/python3.11/test/test_importlib/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/data01/__init__.py /usr/lib64/python3.11/test/test_importlib/data01 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/data01/binary.file /usr/lib64/python3.11/test/test_importlib/data01 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/data01/utf-16.file /usr/lib64/python3.11/test/test_importlib/data01 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/data01/utf-8.file /usr/lib64/python3.11/test/test_importlib/data01 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/data01/subdirectory/__init__.py /usr/lib64/python3.11/test/test_importlib/data01/subdirectory /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/data01/subdirectory/binary.file /usr/lib64/python3.11/test/test_importlib/data01/subdirectory /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/data02/__init__.py /usr/lib64/python3.11/test/test_importlib/data02 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/data02/one/__init__.py /usr/lib64/python3.11/test/test_importlib/data02/one /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/data02/one/resource1.txt /usr/lib64/python3.11/test/test_importlib/data02/one /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/data02/two/__init__.py /usr/lib64/python3.11/test/test_importlib/data02/two /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/data02/two/resource2.txt /usr/lib64/python3.11/test/test_importlib/data02/two /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/data03/__init__.py /usr/lib64/python3.11/test/test_importlib/data03 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/data03/namespace/resource1.txt /usr/lib64/python3.11/test/test_importlib/data03/namespace /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/data03/namespace/portion1/__init__.py /usr/lib64/python3.11/test/test_importlib/data03/namespace/portion1 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/data03/namespace/portion2/__init__.py /usr/lib64/python3.11/test/test_importlib/data03/namespace/portion2 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/extension/__init__.py /usr/lib64/python3.11/test/test_importlib/extension /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/extension/__main__.py /usr/lib64/python3.11/test/test_importlib/extension /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/extension/test_case_sensitivity.py /usr/lib64/python3.11/test/test_importlib/extension /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/extension/test_finder.py /usr/lib64/python3.11/test/test_importlib/extension /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/extension/test_loader.py /usr/lib64/python3.11/test/test_importlib/extension /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/extension/test_path_hook.py /usr/lib64/python3.11/test/test_importlib/extension /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/frozen/__init__.py /usr/lib64/python3.11/test/test_importlib/frozen /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/frozen/__main__.py /usr/lib64/python3.11/test/test_importlib/frozen /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/frozen/test_finder.py /usr/lib64/python3.11/test/test_importlib/frozen /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/frozen/test_loader.py /usr/lib64/python3.11/test/test_importlib/frozen /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/import_/__init__.py /usr/lib64/python3.11/test/test_importlib/import_ /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/import_/__main__.py /usr/lib64/python3.11/test/test_importlib/import_ /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/import_/test___loader__.py /usr/lib64/python3.11/test/test_importlib/import_ /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/import_/test___package__.py /usr/lib64/python3.11/test/test_importlib/import_ /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/import_/test_api.py /usr/lib64/python3.11/test/test_importlib/import_ /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/import_/test_caching.py /usr/lib64/python3.11/test/test_importlib/import_ /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/import_/test_fromlist.py /usr/lib64/python3.11/test/test_importlib/import_ /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/import_/test_meta_path.py /usr/lib64/python3.11/test/test_importlib/import_ /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/import_/test_packages.py /usr/lib64/python3.11/test/test_importlib/import_ /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/import_/test_path.py /usr/lib64/python3.11/test/test_importlib/import_ /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/import_/test_relative_imports.py /usr/lib64/python3.11/test/test_importlib/import_ /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/namespace_pkgs/missing_directory.zip /usr/lib64/python3.11/test/test_importlib/namespace_pkgs /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/namespace_pkgs/nested_portion1.zip /usr/lib64/python3.11/test/test_importlib/namespace_pkgs /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/namespace_pkgs/top_level_portion1.zip /usr/lib64/python3.11/test/test_importlib/namespace_pkgs /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/namespace_pkgs/both_portions/foo/one.py /usr/lib64/python3.11/test/test_importlib/namespace_pkgs/both_portions/foo /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/namespace_pkgs/both_portions/foo/two.py /usr/lib64/python3.11/test/test_importlib/namespace_pkgs/both_portions/foo /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test.py /usr/lib64/python3.11/test/test_importlib/namespace_pkgs/module_and_namespace_package /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test/empty /usr/lib64/python3.11/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/__init__.py /usr/lib64/python3.11/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/one.py /usr/lib64/python3.11/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/namespace_pkgs/portion1/foo/one.py /usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion1/foo /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/namespace_pkgs/portion2/foo/two.py /usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion2/foo /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/namespace_pkgs/project1/parent/child/one.py /usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project1/parent/child /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/namespace_pkgs/project2/parent/child/two.py /usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project2/parent/child /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/namespace_pkgs/project3/parent/child/three.py /usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project3/parent/child /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/namespacedata01/binary.file /usr/lib64/python3.11/test/test_importlib/namespacedata01 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/namespacedata01/utf-16.file /usr/lib64/python3.11/test/test_importlib/namespacedata01 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/namespacedata01/utf-8.file /usr/lib64/python3.11/test/test_importlib/namespacedata01 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/partial/cfimport.py /usr/lib64/python3.11/test/test_importlib/partial /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/partial/pool_in_threads.py /usr/lib64/python3.11/test/test_importlib/partial /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/resources/__init__.py /usr/lib64/python3.11/test/test_importlib/resources /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/resources/util.py /usr/lib64/python3.11/test/test_importlib/resources /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/source/__init__.py /usr/lib64/python3.11/test/test_importlib/source /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/source/__main__.py /usr/lib64/python3.11/test/test_importlib/source /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/source/test_case_sensitivity.py /usr/lib64/python3.11/test/test_importlib/source /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/source/test_file_loader.py /usr/lib64/python3.11/test/test_importlib/source /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/source/test_finder.py /usr/lib64/python3.11/test/test_importlib/source /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/source/test_path_hook.py /usr/lib64/python3.11/test/test_importlib/source /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/source/test_source_encoding.py /usr/lib64/python3.11/test/test_importlib/source /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/zipdata01/__init__.py /usr/lib64/python3.11/test/test_importlib/zipdata01 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/zipdata01/ziptestdata.zip /usr/lib64/python3.11/test/test_importlib/zipdata01 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/zipdata02/__init__.py /usr/lib64/python3.11/test/test_importlib/zipdata02 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_importlib/zipdata02/ziptestdata.zip /usr/lib64/python3.11/test/test_importlib/zipdata02 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_json/__init__.py /usr/lib64/python3.11/test/test_json /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_json/__main__.py /usr/lib64/python3.11/test/test_json /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_json/test_decode.py /usr/lib64/python3.11/test/test_json /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_json/test_default.py /usr/lib64/python3.11/test/test_json /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_json/test_dump.py /usr/lib64/python3.11/test/test_json /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_json/test_encode_basestring_ascii.py /usr/lib64/python3.11/test/test_json /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_json/test_enum.py /usr/lib64/python3.11/test/test_json /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_json/test_fail.py /usr/lib64/python3.11/test/test_json /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_json/test_float.py /usr/lib64/python3.11/test/test_json /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_json/test_indent.py /usr/lib64/python3.11/test/test_json /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_json/test_pass1.py /usr/lib64/python3.11/test/test_json /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_json/test_pass2.py /usr/lib64/python3.11/test/test_json /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_json/test_pass3.py /usr/lib64/python3.11/test/test_json /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_json/test_recursion.py /usr/lib64/python3.11/test/test_json /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_json/test_scanstring.py /usr/lib64/python3.11/test/test_json /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_json/test_separators.py /usr/lib64/python3.11/test/test_json /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_json/test_speedups.py /usr/lib64/python3.11/test/test_json /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_json/test_tool.py /usr/lib64/python3.11/test/test_json /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_json/test_unicode.py /usr/lib64/python3.11/test/test_json /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_peg_generator/__init__.py /usr/lib64/python3.11/test/test_peg_generator /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_peg_generator/__main__.py /usr/lib64/python3.11/test/test_peg_generator /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_peg_generator/test_c_parser.py /usr/lib64/python3.11/test/test_peg_generator /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_peg_generator/test_first_sets.py /usr/lib64/python3.11/test/test_peg_generator /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_peg_generator/test_grammar_validator.py /usr/lib64/python3.11/test/test_peg_generator /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_peg_generator/test_pegen.py /usr/lib64/python3.11/test/test_peg_generator /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_tools/__init__.py /usr/lib64/python3.11/test/test_tools /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_tools/__main__.py /usr/lib64/python3.11/test/test_tools /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_tools/test_fixcid.py /usr/lib64/python3.11/test/test_tools /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_tools/test_freeze.py /usr/lib64/python3.11/test/test_tools /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_tools/test_gprof2html.py /usr/lib64/python3.11/test/test_tools /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_tools/test_i18n.py /usr/lib64/python3.11/test/test_tools /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_tools/test_lll.py /usr/lib64/python3.11/test/test_tools /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_tools/test_md5sum.py /usr/lib64/python3.11/test/test_tools /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_tools/test_pathfix.py /usr/lib64/python3.11/test/test_tools /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_tools/test_pdeps.py /usr/lib64/python3.11/test/test_tools /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_tools/test_pindent.py /usr/lib64/python3.11/test/test_tools /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_tools/test_reindent.py /usr/lib64/python3.11/test/test_tools /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_tools/test_sundry.py /usr/lib64/python3.11/test/test_tools /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_warnings/__init__.py /usr/lib64/python3.11/test/test_warnings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_warnings/__main__.py /usr/lib64/python3.11/test/test_warnings /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_warnings/data/import_warning.py /usr/lib64/python3.11/test/test_warnings/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_warnings/data/stacklevel.py /usr/lib64/python3.11/test/test_warnings/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_zoneinfo/__init__.py /usr/lib64/python3.11/test/test_zoneinfo /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_zoneinfo/__main__.py /usr/lib64/python3.11/test/test_zoneinfo /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_zoneinfo/_support.py /usr/lib64/python3.11/test/test_zoneinfo /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_zoneinfo/test_zoneinfo.py /usr/lib64/python3.11/test/test_zoneinfo /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_zoneinfo/data/update_test_data.py /usr/lib64/python3.11/test/test_zoneinfo/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/test_zoneinfo/data/zoneinfo_data.json /usr/lib64/python3.11/test/test_zoneinfo/data /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/tracedmodules/__init__.py /usr/lib64/python3.11/test/tracedmodules /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/tracedmodules/testmod.py /usr/lib64/python3.11/test/tracedmodules /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/typinganndata/__init__.py /usr/lib64/python3.11/test/typinganndata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/typinganndata/ann_module9.py /usr/lib64/python3.11/test/typinganndata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/expat224_utf8_bug.xml /usr/lib64/python3.11/test/xmltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/simple-ns.xml /usr/lib64/python3.11/test/xmltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/simple.xml /usr/lib64/python3.11/test/xmltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/test.xml /usr/lib64/python3.11/test/xmltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/test.xml.out /usr/lib64/python3.11/test/xmltestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/README /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/c14nComment.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/c14nDefault.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/c14nPrefix.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/c14nPrefixQname.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/c14nPrefixQnameXpathElem.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/c14nQname.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/c14nQnameElem.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/c14nQnameXpathElem.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/c14nTrim.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/doc.dtd /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/doc.xsl /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/inC14N1.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/inC14N2.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/inC14N3.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/inC14N4.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/inC14N5.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/inC14N6.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/inNsContent.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/inNsDefault.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/inNsPushdown.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/inNsRedecl.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/inNsSort.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/inNsSuperfluous.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/inNsXml.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inC14N1_c14nComment.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inC14N1_c14nDefault.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inC14N2_c14nDefault.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inC14N2_c14nTrim.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inC14N3_c14nDefault.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inC14N3_c14nPrefix.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inC14N3_c14nTrim.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inC14N4_c14nDefault.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inC14N4_c14nTrim.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inC14N5_c14nDefault.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inC14N5_c14nTrim.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inC14N6_c14nDefault.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inNsContent_c14nDefault.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inNsContent_c14nPrefixQnameXpathElem.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inNsContent_c14nQnameElem.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inNsContent_c14nQnameXpathElem.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inNsDefault_c14nDefault.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inNsDefault_c14nPrefix.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inNsPushdown_c14nDefault.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inNsPushdown_c14nPrefix.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inNsRedecl_c14nDefault.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inNsRedecl_c14nPrefix.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inNsSort_c14nDefault.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inNsSort_c14nPrefix.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inNsSuperfluous_c14nDefault.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inNsSuperfluous_c14nPrefix.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inNsXml_c14nDefault.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inNsXml_c14nPrefix.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inNsXml_c14nPrefixQname.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/out_inNsXml_c14nQname.xml /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/xmltestdata/c14n-20/world.txt /usr/lib64/python3.11/test/xmltestdata/c14n-20 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/ziptestdata/README.md /usr/lib64/python3.11/test/ziptestdata /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/test/ziptestdata/exe_with_z64 /usr/lib64/python3.11/test/ziptestdata /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/test/ziptestdata/exe_with_zip /usr/lib64/python3.11/test/ziptestdata /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Lib/test/ziptestdata/header.sh /usr/lib64/python3.11/test/ziptestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/test/ziptestdata/testdata_module_inside_zip.py /usr/lib64/python3.11/test/ziptestdata /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/test/README /usr/lib64/python3.11/tkinter/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/test/__init__.py /usr/lib64/python3.11/tkinter/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/test/support.py /usr/lib64/python3.11/tkinter/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/test/widget_tests.py /usr/lib64/python3.11/tkinter/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/test/test_tkinter/__init__.py /usr/lib64/python3.11/tkinter/test/test_tkinter /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/test/test_tkinter/test_colorchooser.py /usr/lib64/python3.11/tkinter/test/test_tkinter /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/test/test_tkinter/test_font.py /usr/lib64/python3.11/tkinter/test/test_tkinter /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/test/test_tkinter/test_geometry_managers.py /usr/lib64/python3.11/tkinter/test/test_tkinter /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/test/test_tkinter/test_images.py /usr/lib64/python3.11/tkinter/test/test_tkinter /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/test/test_tkinter/test_loadtk.py /usr/lib64/python3.11/tkinter/test/test_tkinter /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/test/test_tkinter/test_messagebox.py /usr/lib64/python3.11/tkinter/test/test_tkinter /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/test/test_tkinter/test_misc.py /usr/lib64/python3.11/tkinter/test/test_tkinter /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/test/test_tkinter/test_simpledialog.py /usr/lib64/python3.11/tkinter/test/test_tkinter /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/test/test_tkinter/test_text.py /usr/lib64/python3.11/tkinter/test/test_tkinter /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/test/test_tkinter/test_variables.py /usr/lib64/python3.11/tkinter/test/test_tkinter /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/test/test_tkinter/test_widgets.py /usr/lib64/python3.11/tkinter/test/test_tkinter /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/test/test_ttk/__init__.py /usr/lib64/python3.11/tkinter/test/test_ttk /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/test/test_ttk/test_extensions.py /usr/lib64/python3.11/tkinter/test/test_ttk /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/test/test_ttk/test_style.py /usr/lib64/python3.11/tkinter/test/test_ttk /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/tkinter/test/test_ttk/test_widgets.py /usr/lib64/python3.11/tkinter/test/test_ttk /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/__init__.py /usr/lib64/python3.11/unittest/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/__main__.py /usr/lib64/python3.11/unittest/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/_test_warnings.py /usr/lib64/python3.11/unittest/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/dummy.py /usr/lib64/python3.11/unittest/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/support.py /usr/lib64/python3.11/unittest/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/test_assertions.py /usr/lib64/python3.11/unittest/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/test_async_case.py /usr/lib64/python3.11/unittest/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/test_break.py /usr/lib64/python3.11/unittest/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/test_case.py /usr/lib64/python3.11/unittest/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/test_discovery.py /usr/lib64/python3.11/unittest/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/test_functiontestcase.py /usr/lib64/python3.11/unittest/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/test_loader.py /usr/lib64/python3.11/unittest/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/test_program.py /usr/lib64/python3.11/unittest/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/test_result.py /usr/lib64/python3.11/unittest/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/test_runner.py /usr/lib64/python3.11/unittest/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/test_setups.py /usr/lib64/python3.11/unittest/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/test_skipping.py /usr/lib64/python3.11/unittest/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/test_suite.py /usr/lib64/python3.11/unittest/test /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/testmock/__init__.py /usr/lib64/python3.11/unittest/test/testmock /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/testmock/__main__.py /usr/lib64/python3.11/unittest/test/testmock /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/testmock/support.py /usr/lib64/python3.11/unittest/test/testmock /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/testmock/testasync.py /usr/lib64/python3.11/unittest/test/testmock /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/testmock/testcallable.py /usr/lib64/python3.11/unittest/test/testmock /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/testmock/testhelpers.py /usr/lib64/python3.11/unittest/test/testmock /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/testmock/testmagicmethods.py /usr/lib64/python3.11/unittest/test/testmock /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/testmock/testmock.py /usr/lib64/python3.11/unittest/test/testmock /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/testmock/testpatch.py /usr/lib64/python3.11/unittest/test/testmock /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/testmock/testsealable.py /usr/lib64/python3.11/unittest/test/testmock /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/testmock/testsentinel.py /usr/lib64/python3.11/unittest/test/testmock /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Lib/unittest/test/testmock/testwith.py /usr/lib64/python3.11/unittest/test/testmock /usr/bin/install -p -m 644 `cat pybuilddir.txt`/_sysconfigdata__linux_aarch64-linux-gnu.py \ /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11; \ /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/LICENSE /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/LICENSE.txt if test -d /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests; then \ /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Modules/xxmodule.c \ /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests ; \ fi PYTHONPATH=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11 LD_LIBRARY_PATH=/builddir/build/BUILD/Python-3.11.1/build/optimized \ ./python -E -Wi /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/compileall.py \ -j0 -d /usr/lib64/python3.11 -f \ -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \ /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11 Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/base_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_pep3118.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dbm/ndbm.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/install_egg_info.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_msvccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/feedparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1257.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/euc_kr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/koi8_t.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_32_be.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/html/parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/autoexpand.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/hyperparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_history.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_tree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/redirector.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/window.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_execfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_repr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/mailbox.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/smtplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module7.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dataclass_module_1_str.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/cmdline.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/pydocfodder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test__xxsubinterpreters.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bytes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_generator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fileio.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_graphlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_imp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension/test_case_sensitivity.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project2/parent/child/two.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_reader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_dump.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_logging.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_symtable.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_timeit.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ttk_guionly.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unittest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_yield_from.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_simpledialog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/colormixer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_result.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/NodeFilter.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_compat_pickle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/log.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/selector_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/copyreg.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_errno.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_sizes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/upload.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_build_scripts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_version.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/message.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1253.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1258.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/gb18030.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/koi8_u.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_32_le.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/http/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/grep.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_help.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_pyparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/squeezer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/_adapters.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_getcwdu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_tuple_params.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/managers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/re/_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module5.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/bad_getattr3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dataclass_module_2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/main.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/subprocessdata/qgrep.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asynchat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_taskgroups.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_calendar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_coroutines.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_asian_codecs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_extcall.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fileinput.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_getopt.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_heapq.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/unwritable/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_metadata_api.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_decode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_indent.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_netrc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peepholer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_reprlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_smtplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_i18n.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unicode_file.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_utf8_mode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xml_etree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/token.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/peace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testmagicmethods.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/validate.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_sysconfigdata_d_linux_aarch64-linux-gnu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncore.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_buffers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_python_api.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/decimal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/install_scripts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_bdist_dumb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_register.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/message.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp858.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_kr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mbcs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/filecmp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_filelist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_replace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/query.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/io.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_except.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_renames.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/mailcap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/netrc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sched.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/stat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_typed_dict_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/audiotests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test___all__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_abstract_numbers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_runners.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_call.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_collections.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_exceptions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_meta_path.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/test_source_encoding.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_inspect.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_set.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_turtle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_wave.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zipfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_text.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/forest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/main.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testasync.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/domreg.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_aix_support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/format_helpers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/bz2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/macholib/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_incomplete.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_structures.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_build_py.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/application.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1140.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp869.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_9.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_16_be.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/hmac.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/template.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_hyperparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_zoomheight.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/stackviewer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/readers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/simple.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixer_base.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_next.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/token.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_pytree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/synchronize.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module4.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/curses_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/doctest_lineno.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/gdb_sample.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/pgo.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/socket_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_context.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_futures2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_server.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_threads.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_unix_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecmaps_kr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_contains.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_crashers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ctypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dbm_dumb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_exception_variations.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_future5.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_grp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_htmlparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg2/parent/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/use.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data01/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_api.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/test_path_hook.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_speedups.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_mmap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_popen.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_posixpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_shlex.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_strptime.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_threadedtempfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_gprof2html.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_type_annotations.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_typing.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib/response.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_compression.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/locks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/compileall.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/macholib/dylib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_init.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_win32.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/build_py.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_bdist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_log.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/encoders.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/big5hkscs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp856.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/idna.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_iceland.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ensurepip/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/autocomplete.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_debugobj_r.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_query.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/tooltip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/json/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_itertools_imports.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/conv.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/spawn.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/py_compile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/secrets.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sre_parse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_test_venv_multiprocessing.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/fork_wait.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/interpreters.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test___future__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_futures.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bigaddrspace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bool.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecencodings_cn.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_compare.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cppext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dataclasses.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_getpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/builtin/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension/test_loader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/partial/cfimport.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_zip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_lltrace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_lzma.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pep646_syntax.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_poplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_runpy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_structseq.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sys_setprofile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_textwrap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_typechecks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urllib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/testcodec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/xmltests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_loadtk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/bytedesign.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/case.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib/parse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/minicompat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_osx_support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/runners.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/cgitb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/configparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_stringptr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/ccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/msvc9compiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_unixccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/multipart.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1254.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp950.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/shift_jis_2004.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/unicode_escape.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/heapq.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/help.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_mainmenu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_scrolledlist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_window.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/pyshell.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_metaclass.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/pgen.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/linecache.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lzma.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/sharedctypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pty.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/rlcompleter.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/statistics.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/mapping_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/logging_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/threading_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_csv.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_headerregistry.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_format.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_generators.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/basic2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/binding2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/rebinding.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test___loader__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/zipdata01/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_scanstring.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_mimetypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ordered_dict.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_py_compile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_scope.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_stat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_syslog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_threadsignals.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_sundry.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unicode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/uuid.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/etree/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/subprocess.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/colorsys.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/copy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_find.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_strings.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/bdist_rpm.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_archive_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_upload.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/text.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp273.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/gb2312.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/kz1048.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_8.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/zlib_codec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/calltip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_delegator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_redirector.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/iomenu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/_common.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_asserts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_print.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/logging/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/re_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test__opcode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_protocols.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_ssl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecencodings_jp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_copy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_doctest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_message.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fstring.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/package2/submodule1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/both_portions/foo/one.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_api.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_iterlen.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_linecache.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_opcodes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator/test_grammar_validator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pickletools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_profile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_stringprep.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_super.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_timeout.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_trace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urllib2net.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_weakset.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_images.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/lindenmayer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/result.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testhelpers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/etree/ElementInclude.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_pydecimal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_unaligned_structures.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/cmd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/debug.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_build_clib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_text_file.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/base.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1251.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp874.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_16.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/rot_13.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/glob.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/debugobj_r.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_calltip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_searchengine.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/rpc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_imports.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_zip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/popen_forkserver.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pathlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/shutil.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/win_utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/pythoninfo.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_base_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecmaps_hk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_compileall.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dynamicclassattribute.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_float.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/builtin/test_finder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/frozen/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_threaded_import.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_pass1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_mailbox.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_quopri.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_secrets.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sort.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_subprocess.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_winconsoleio.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/timeit.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/widget_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/tree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_case.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/etree/cElementTree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_weakrefset.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/coroutines.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/taskgroups.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/codecs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_functions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/datetime.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_msvc9compiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/header.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp424.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/gbk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/latin_1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_7.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/http/client.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/help_about.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_future.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_throw.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/dummy/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/numbers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/random.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sysconfig.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/bisect_cmd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/inspect_stringized_annotations.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ssltests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_argparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_inversion.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_file.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_genericalias.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_httplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/resources/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_pass3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_memoryio.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pow.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pyclbr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sax.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_threading_local.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_pdeps.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_types.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/typinganndata/ann_module9.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/constants.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/tix.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/venv/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/parsers/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_pyio.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_parameters.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dis.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_cmd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/ascii.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp850.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_jp_2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_latin2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/codecontext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/mock_tk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_iomenu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_undo.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/textview.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/_legacy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_exec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_reduce.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/logging/handlers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/platform.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/socket.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module6.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dataclass_textanno.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/pyclbr_input.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/echo3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_subprocess.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bufio.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_exception_hierarchy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_functools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project1/parent/child/one.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_read.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_lib2to3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_multibytecodec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_os.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_traceback.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zipimport_support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/tracedmodules/testmod.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/commondialog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_ttk/test_widgets.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/venv/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/pulldom.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/transports.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/base64.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_arrays.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_repr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dbm/gnu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/install_data.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_install_lib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/generator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1256.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/euc_jp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/koi8_r.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_32.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/http/cookies.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/calltip_w.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/mock_idle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_help_about.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_stackviewer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/parenmatch.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_imports2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_ws_comma.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/heap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pipes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/re/_compiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dtracedata/instance.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dtracedata/line.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/imp_dummy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/mock_socket.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/signalinterproctester.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/script_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_audit.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_buffer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fileutils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_frozen.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_getpass.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_hmac.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/unwritable/x.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_namespace_pkgs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/threaded_import_hangers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_encode_basestring_ascii.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_locale.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_range.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_socket.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/filedialog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/traceback.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testcallable.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/parsers/expat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ast.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/_aix.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_internals.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/wintypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/clean.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/filelist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_install.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/contentmanager.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1250.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp875.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_5.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/shift_jisx0213.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/gettext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/format.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_macosx.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_runscript.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_zzdummy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/_abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/_functools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/simple.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_filter.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_sys_exc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/context.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/operator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/poplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/smtpd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/bad_getattr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/doctest_aliases.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/future_test2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/os_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_selector_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cmd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_colorsys.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cprofile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_curses.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test__header_value_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_idle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_imghdr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/from_cycle2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg/subpackage2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/builtin/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension/test_finder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project3/parent/child/three.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_spec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_kqueue.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_multiprocessing_main_handling.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_patma.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_subclassinit.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_threading.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unpack.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_warnings/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/simpledialog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tracemalloc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_runner.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/xmlbuilder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_threading_local.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/queues.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/cmd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/contextlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_memfunctions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/curses/textpad.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/install_lib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/cygwinccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/quoprimime.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp737.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_jp_1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_greek.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ensurepip/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_debugger_r.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_pyshell.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/macosx.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/imp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_exitfunc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_set_literal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/mimetypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ntpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/re/_constants.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sqlite3/dbapi2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_test_atexit.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/final_a.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/mp_preload.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/sample_doctest_no_doctests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_windows_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_binop.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_code_module.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_copyreg.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_crypt.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dbm_gnu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dict.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ensurepip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_frame.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ftplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/from_cycle1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpackage.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/package2/submodule2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02/two/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_locks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ipaddress.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pkgutil.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_queue.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_smtpd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_time.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_univnewlines.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_warnings/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xmlrpc_net.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/trace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/async_case.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_suite.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/argparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_byteswap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_values.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/build.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/file_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_extension.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/_encoded_words.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/aliases.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp860.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/oem.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/fnmatch.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_editor.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_statusbar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/percolator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/imaplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_intern.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_xreadlines.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/pool.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/queue.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/site.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/struct.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/audit-tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dtracedata/call_stack.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/setup.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/testresult.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_timeouts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_atexit.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bdb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_devpoll.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dtrace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_defect_handling.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_file_eintr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_future4.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_grammar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test___package__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/test_file_loader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_enum.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_longexp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_operator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_positional_only_arg.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_random.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_fixcid.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tuple.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urlparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_misc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/minimal_hanoi.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/runner.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testpatch.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax/_exceptions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/sslproto.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent/futures/thread.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_objects.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/curses/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/check.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/spawn.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_file_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/_parseaddr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/bz2_codec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp861.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_10.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/palmos.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/fractions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_autocomplete.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_squeezer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/undo.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_funcattrs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_standarderror.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/nntplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pyclbr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/final_b.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/subprocessdata/qcat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncgen.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bisect.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecencodings_hk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecencodings_tw.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_compile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_contentmanager.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fractions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_http_cookiejar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/namespace/portion1/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_main.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_module.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ossaudiodev.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pipes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pstats.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pwd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_rlcompleter.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_signal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tempfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_userstring.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_winreg.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_colorchooser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/signals.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/etree/ElementPath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/aifc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/codeop.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_as_parameter.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_random_things.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dbm/dumb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/archive_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/core.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_clean.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_versionpredicate.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/audio.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1252.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp932.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/shift_jis.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/getopt.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/debugger.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_config_key.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_tooltip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/scrolledlist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/machinery.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/_meta.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/json/decoder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_nonzero.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/parse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_refactor.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/shared_memory.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/selectors.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tarfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dataclass_module_2_str.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/runtest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test__locale.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_queues.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_waitfor.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_baseexception.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_binascii.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cmd_line_script.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_deque.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_embed.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_funcattrs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_hashlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_caching.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/test_finder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_int.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_minidom.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_platform.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_resource.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_shelve.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_strftime.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tabnanny.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tokenize.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_userdict.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_with.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/font.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tomllib/_re.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/round_dance.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_assertions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib/error.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/types.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xmlrpc/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_sysconfigdata__linux_aarch64-linux-gnu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/trsock.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/collections/abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_bytes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/curses/has_key.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_build.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_sdist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/image.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp949.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_4.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/tis_620.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/gzip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/autocomplete_w.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/debugger_r.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/tree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/json/tool.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/btm_matcher.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_ne.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_numliterals.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/tokenize.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/logging/config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/profile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/signal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/subprocess.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dtracedata/gc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/pydoc_mod.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_buffered_proto.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_transports.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cgitb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecmaps_cn.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_complex.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dictviews.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_enumerate.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/builtin/test_loader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/frozen/test_finder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_tool.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator/test_first_sets.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pprint.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_slice.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_struct.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tix.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_reindent.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unary.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urllib2_localnet.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xmlrpc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_font.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/clock.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/loader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testsentinel.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/warnings.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax/handler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_collections_abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/contextvars.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_checkretval.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_returnfuncptrs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/bcppcompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_bdist_rpm.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_sysconfig.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1125.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/euc_jis_2004.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_6.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/undefined.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/graphlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/debugobj.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_codecontext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_warning.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/replace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/_collections.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/_itertools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixer_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_reload.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/resource_tracker.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/re/_casefix.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/reprlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/stringprep.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/make_ssl_certs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/bytecode_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_sock_lowlevel.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_augassign.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bz2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_datetime.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_decimal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data01/subdirectory/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_fromlist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_recursion.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_metaclass.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_numeric_tower.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator/test_pegen.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pyexpat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_site.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sys.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unicode_identifiers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_uuid.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zipimport.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/colorchooser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_ttk/test_extensions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/penrose.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_break.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/uu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/expatbuilder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_strptime.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/tasks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_keeprefs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/curses/ascii.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/install.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/unixccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp852.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_jp_2004.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_roman.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ensurepip/_uninstall.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_editmenu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/searchbase.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/_text.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/keyword.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_map.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/driver.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_main.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/resource_sharer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/plistlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sre_compile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_test_embed_set_config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/autotest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/reperf.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/subprocessdata/input_reader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asdl_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_check_c_globals.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_class.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecencodings_kr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_context.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dis.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_except_star.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_genericclass.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_html.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_imaplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02/one/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/both_portions/foo/two.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_files.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_interpreters.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_mailcap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_opcache.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_picklebuffer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_property.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_robotparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_smtpnet.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ssl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/scrolledtext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tomllib/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/planet_and_moon.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/dummy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testmock.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax/xmlreader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/base_futures.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/windows_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/crypt.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_delattr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_refcounts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/difflib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_install_headers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/base64mime.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/big5.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp857.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_jp_ext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_turkish.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/fileinput.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_configdialog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_methodattrs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/grammar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_all_fixers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/reduction.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/posixpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sre_constants.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_test_multiprocessing.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/encoded_modules/module_koi8_r.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/inspect_stringized_annotations_2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/relimport.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_locks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_code.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dbm_ndbm.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_descrtut.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_doctest2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_email.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_relative_imports.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_contents.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_int_literal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_unicode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_modulefinder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_named_expressions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pickle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pydoc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_statistics.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zipapp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/win_console_handler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/dnd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tomllib/_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/types.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_setups.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wave.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax/saxutils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_bootsubprocess.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/futures.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/code.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/config-3.11d-aarch64-linux-gnu/python-config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_cast.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_simplesubclasses.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/_msvccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/dep_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_check.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/text_file.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/nonmultipart.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1255.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/euc_jisx0213.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_7.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/getpass.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/configdialog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/tkinter_testing_utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/runscript.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_apply.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_operator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pytree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/modulefinder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/optparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sqlite3/dump.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_test_eintr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/save_env.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/sample_doctest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/subprocessdata/fd_status.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_array.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_c_locale_coercion.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecmaps_tw.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_configparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_errno.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_flufl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_future.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_http_cookies.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion1/foo/one.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_path.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_iter.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_nntplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_script_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_setcomps.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_shutil.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_wait4.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xdrlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo/_support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/typinganndata/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_ttk/test_style.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/nim.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax/expatreader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_markupbase.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/protocols.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/threads.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/cgi.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/macholib/framework.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_loading.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/curses/panel.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/build_scripts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/sysconfig.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_install_scripts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/errors.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/charmap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp865.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_8.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_16.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/html/entities.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_grep.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_run.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/imghdr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/json/encoder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_dict.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_raw_input.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/locale.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pickle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_test_embed_structseq.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/mp_fork_bomb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/sample_doctest_no_docstrings.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/subprocessdata/sigchild_ignore.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/echo2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_streams.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cmath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_decorators.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_epoll.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_genexps.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion2/foo/two.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_pkg_import.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_itertools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_re.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unicodedata.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_userlist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_uu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xml_etree_c.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/time_hashlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/this.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_widgets.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_program.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/etree/ElementTree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/__hello__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/constants.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/streams.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent/futures/process.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/csv.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_libc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_wintypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/build_ext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_build_ext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/base64_codec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp855.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_jp_3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_romanian.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/enum.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_autocomplete_w.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_multicall.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_search.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/outwin.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/zzdummy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/_bootstrap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_import.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_urllib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/popen_spawn_posix.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pdb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/telnetlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/memory_watchdog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/regrtest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ssl_servers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ast.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_difflib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_eof.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fnmatch.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_gzip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension/test_path_hook.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_resource.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_float.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_multiprocessing_forkserver.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_openpty.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_plistlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sched.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_telnetlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_pathfix.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ucn.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_utf8source.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_winsound.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/dialog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/ttk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/_log.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_skipping.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/headers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xmlrpc/client.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/base_tasks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/collections/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_numbers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dbm/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/install_headers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_filelist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/charset.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1026.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp866.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/johab.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_16_le.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/html/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_browser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_rpc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_sidebar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_isinstance.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/main.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/queues.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/opcode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pkgutil.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sqlite3/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tempfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/encoded_modules/module_iso_8859_1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/inspect_fodder2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/pickletester.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_charmapcodec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_clinic.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codeop.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dbm.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_descr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/resources/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/update-zips.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_fail.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_marshal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pathlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sys_settrace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_warnings/data/import_warning.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xxlimited.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/tf_inherit_check.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_geometry_managers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/yinyang.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_functiontestcase.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib/robotparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/minidom.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/__future__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/staggered.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/calendar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_frombuffer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/log.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_dist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/headerregistry.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp437.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/hz.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_croatian.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/uu_codec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/browser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/htest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_parenmatch.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_searchbase.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/statusbar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_input.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_xrange.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/nturl2path.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/runpy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sunau.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/lock_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/import_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/warnings_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_pep492.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_tasks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dictcomps.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_exception_group.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_gdb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_httpservers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_compatibilty_files.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_io.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_spwd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_string.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_pindent.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unicode_file_functions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_venv.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zipfile64.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ziptestdata/testdata_module_inside_zip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_variables.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/paint.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/suite.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testwith.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zoneinfo/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/__phello__/spam.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/exceptions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/cProfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/macholib/dyld.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_macholib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_prototypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/sdist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_config_cmd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/version.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp775.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_jp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_farsi.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/http/cookiejar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/delegator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_autoexpand.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_percolator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/pathbrowser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/zoomheight.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/_adapters.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/inspect.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_basestring.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_paren.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pygram.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/quopri.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/symtable.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module8.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/datetimetester.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_builtin.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test__encoded_words.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_faulthandler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_gettext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg2/parent/child.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/frozen/test_loader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/test_case_sensitivity.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/zipdata02/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_separators.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_memoryview.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator/test_c_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_posix.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tracemalloc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_weakref.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tomllib/_types.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/rosette.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/_test_warnings.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testsealable.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/handlers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zoneinfo/_common.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asynchat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/timeouts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/windows_utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent/futures/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_cfuncs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_unicode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/bdist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/fancy_getopt.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_install_data.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/_policybase.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp037.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp863.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_14.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/quopri_codec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/genericpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/config_key.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_colorizer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/run.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_has_key.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_types.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/dummy/connection.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/popen_fork.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/os.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/shlex.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tabnanny.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/list_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test__osx_support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_sendfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncore.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cmd_line.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dict_version.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dynamic.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_enum.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_windows.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_pass2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_math.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_select.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_stable_abi_ctypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_strtod.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_freeze.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ttk_textonly.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urllib_response.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_warnings/data/stacklevel.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xxtestfuzz.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo/test_zoneinfo.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/textwrap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_ttk/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/fractalcurves.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/mock.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xdrlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zoneinfo/_tzpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_sitebuiltins.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/proactor_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_array_in_pointer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_pointers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/register.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/dist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_cygwinccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/doctest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp862.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_11.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/ptcp154.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ftplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/filelist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_debugobj.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_outwin.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_textview.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/multicall.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/btm_utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/literals.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_fixers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/encoded_modules/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/inspect_fodder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/mod_generics_cache.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/seq_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_aifc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecmaps_jp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_contextlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_pickleable.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_filecmp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_generator_stop.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_genericpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/namespace/portion2/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/one.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_open.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_isinstance.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_listcomps.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_multiprocessing_fork.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_nis.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pdb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pty.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_regrtest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_syntax.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_lll.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_type_comments.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urllib2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/threading.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/two_canvases.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_discovery.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/simple_server.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zipapp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_py_abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/mixins.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/bisect.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent/futures/_base.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_callbacks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_struct_fields.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/errors.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_core.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/versionpredicate.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp500.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/hp_roman8.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_cyrillic.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_8_sig.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/http/server.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_debugger.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_format.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/search.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/_bootstrap_external.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_itertools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/patcomp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/pytree_idempotency.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/process.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pprint.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/socketserver.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/bad_getattr2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dataclass_module_1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/double_const.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/good_getattr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/refleak.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/runtest_mp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/setup_testcppext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/hashlib_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/echo.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_sslproto.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bigmem.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fcntl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_gc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/rebinding2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/package/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_packages.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/stubs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_index.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_keyword.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_launcher.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_msilib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_osx_env.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pkg.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pulldom.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_repl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_selectors.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_string_literals.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tcl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_type_cache.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unpack_ex.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_wait3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xml_dom_minicompat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo/data/update_test_data.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tty.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/sorting_animate.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_loader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zipimport.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/bdb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/_endian.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_funcptr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_varsize_struct.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/build_clib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/msvccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_spawn.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/iterators.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1006.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp864.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_15.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/raw_unicode_escape.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/functools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/history.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_pathbrowser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_text.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/searchengine.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/_itertools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ipaddress.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_buffer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_raise.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/refactor.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/connection.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pstats.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/string.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/coding20731.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dis_module.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/future_test1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/profilee.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/functional.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_audioop.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecencodings_iso2022.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_concurrent_futures.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_policy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fork1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_future3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_global.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_hash.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/basic.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/binding.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/indirect.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg2/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/fixtures.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/partial/pool_in_threads.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_default.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_list.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ntpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_poll.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_readline.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_source_encoding.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sunau.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tarfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_wsgiref.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/messagebox.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tokenize.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_async_case.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib/request.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zoneinfo/_zoneinfo.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/antigravity.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/base_subprocess.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/unix_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_bitfields.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_slicing.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/bdist_dumb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/extension.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_dir_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/_header_value_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_13.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/punycode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/hashlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/editor.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/pyparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/readers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_idioms.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_unicode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/forkserver.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pickletools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ssl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/inspect_stock_annotations.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/multibytecodec_support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/string_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_windows_utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_base64.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_contextlib_async.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_distutils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_docxmlrpc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/torture_test.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_finalization.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_glob.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/source.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/package/submodule.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_path.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_lazy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ioctl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_keywordonlyarg.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_long.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_print.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_richcmp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sndhdr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_startfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urllibnet.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_webbrowser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/tracedmodules/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/weakref.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xmlrpc/server.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/__phello__/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/chunk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_anon.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_pickling.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dataclasses.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/dir_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_dep_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/policy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp720.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/hex_codec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_arabic.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/colorizer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/dynoption.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_calltip_w.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/mainmenu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/sidebar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/json/scanner.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_long.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/popen_spawn_win32.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/re/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/shelve.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sndhdr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/sortperf.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_proactor_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cgi.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codeccallbacks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_defaultdict.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_eintr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/frozen/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_largefile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_multiprocessing_spawn.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_optparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_raise.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_socketserver.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sundry.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sysconfig.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_thread.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_md5sum.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_messagebox.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/chaos.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/typing.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/webbrowser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zipfile.py'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/__phello__'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/collections'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent/futures'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/config-3.11d-aarch64-linux-gnu'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/macholib'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/curses'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dbm'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ensurepip'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ensurepip/_bundled'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/html'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/http'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/Icons'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/json'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data/fixers'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data/fixers/myfixes'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/logging'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/dummy'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/re'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/site-packages'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sqlite3'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/audiodata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/capath'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/cjkencodings'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/decimaltestdata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dtracedata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/encoded_modules'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/imghdrdata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/sndhdrdata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/subprocessdata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg2'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg2/parent'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/package'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/package2'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/unwritable'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/builtin'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data01'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data01/subdirectory'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02/one'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02/two'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/namespace'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/namespace/portion1'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/namespace/portion2'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/frozen'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/both_portions'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/both_portions/foo'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/module_and_namespace_package'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/not_a_namespace_pkg'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion1'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion1/foo'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion2'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion2/foo'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project1'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project1/parent'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project1/parent/child'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project2'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project2/parent'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project2/parent/child'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project3'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project3/parent'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project3/parent/child'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespacedata01'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/partial'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/resources'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/zipdata01'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/zipdata02'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_warnings'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_warnings/data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo/data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/tracedmodules'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/typinganndata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/xmltestdata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/xmltestdata/c14n-20'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ziptestdata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_ttk'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tomllib'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/venv'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/venv/scripts'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/venv/scripts/common'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/venv/scripts/posix'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/etree'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/parsers'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xmlrpc'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zoneinfo'... PYTHONPATH=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11 LD_LIBRARY_PATH=/builddir/build/BUILD/Python-3.11.1/build/optimized \ ./python -E -Wi -O /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/compileall.py \ -j0 -d /usr/lib64/python3.11 -f \ -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \ /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11 Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/timeouts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/bisect.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/collections/abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent/futures/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_frombuffer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/curses/ascii.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/spawn.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_cygwinccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/versionpredicate.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/policy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp720.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/hp_roman8.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_croatian.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_iceland.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ensurepip/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/calltip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_hyperparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_zzdummy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/zoomheight.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/simple.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_isinstance.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/main.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/queues.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pstats.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/string.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module4.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/bad_getattr2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dataclass_module_1_str.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/main.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/import_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/functional.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_pep492.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_windows_utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_call.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_configparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_pickleable.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_enumerate.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_frozen.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/binding.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/indirect.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg2/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/package2/submodule1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/builtin/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_fromlist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/resources/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/zipdata01/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_pass3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_memoryio.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pickle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_queue.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_signal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sys_setprofile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_threading_local.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_pdeps.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_winreg.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/scrolledtext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/token.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/peace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib/robotparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/domreg.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/base_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_callbacks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dbm/dumb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/sdist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_dir_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/_header_value_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_jp_1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_greek.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ensurepip/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_editmenu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_search.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/pyshell.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_intern.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_zip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/popen_forkserver.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pickle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dtracedata/line.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/imp_dummy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/mock_socket.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/subprocessdata/input_reader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ast.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_csv.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_message.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_gc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/package2/submodule2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/builtin/test_loader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/frozen/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_separators.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_metaclass.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_numeric_tower.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ossaudiodev.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pickletools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_print.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_range.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_spwd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_strtod.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_textwrap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_type_cache.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unpack_ex.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_warnings/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_loadtk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/bytedesign.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/types.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_result.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/minicompat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_markupbase.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/coroutines.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/format_helpers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/taskgroups.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/bdb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_loading.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_simplesubclasses.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/check.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/filelist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_dist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/header.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1258.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/gb18030.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/koi8_u.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_32_le.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/http/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_colorizer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_text.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/stackviewer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/_adapters.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_imports.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_xreadlines.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/pool.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/py_compile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/re/_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_test_embed_structseq.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/final_b.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/future_test1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/pickletester.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_binascii.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecencodings_hk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codeop.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_crypt.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_defaultdict.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_doctest2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_eintr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fileinput.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_htmlparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension/test_loader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_files.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_interpreters.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_long.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator/test_grammar_validator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_positional_only_arg.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_quopri.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_script_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_smtplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_freeze.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unicodedata.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_warnings/data/stacklevel.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_weakset.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/messagebox.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tomllib/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/loader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testpatch.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/argparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/build_clib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/msvccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_upload.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/multipart.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1256.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp437.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/hz.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_cyrillic.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/uu_codec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/autocomplete_w.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/template.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_calltip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_replace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/query.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/_meta.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_funcattrs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_sys_exc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/sharedctypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/bad_getattr3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dataclass_module_2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/good_getattr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/refleak.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/pyclbr_input.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/warnings_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_futures2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_protocols.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_queues.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bz2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dbm.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dict.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_extcall.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_float.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion2/foo/two.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_metadata_api.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_decode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_lltrace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_optparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_syntax.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tix.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_pindent.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unicode_file_functions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_wait3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_wsgiref.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/win_console_handler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/dialog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/ttk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/suite.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/etree/ElementInclude.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/__phello__/spam.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/runners.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/configparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_struct_fields.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/bdist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_bdist_dumb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_log.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_sdist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/nonmultipart.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp273.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/gb2312.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_16_le.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/html/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/editor.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_stackviewer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/rpc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/inspect.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_input.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_xrange.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/nturl2path.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pathlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/struct.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/autotest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/curses_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/doctest_lineno.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/gdb_sample.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/cmdline.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/pydoc_mod.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_buffered_proto.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_timeouts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bool.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecencodings_jp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_contextlib_async.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_distutils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dynamic.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test__encoded_words.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fcntl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_funcattrs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_global.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_grp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_html.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_httplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_contents.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_int_literal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_unicode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_opcache.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_picklebuffer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_profile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_readline.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_source_encoding.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sundry.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_thread.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_md5sum.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_typechecks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urllib2_localnet.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xmlrpc_net.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/time_hashlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_images.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/lindenmayer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/case.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/uuid.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/etree/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_collections_abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/tasks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_errno.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_sizes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/decimal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/clean.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/cygwinccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_core.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_file_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/_parseaddr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/iterators.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1125.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp950.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_6.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/undefined.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/hashlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/delegator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_browser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_pyshell.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/outwin.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/imghdr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/json/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/btm_utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_nonzero.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/parse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_pytree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/profile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/rlcompleter.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sre_compile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_test_eintr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/save_env.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/relimport.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/string_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_ssl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_clinic.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fileio.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_getpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test___loader__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project3/parent/child/three.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_reader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_default.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_list.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_marshal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peepholer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pty.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_rlcompleter.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_smtpd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_threadedtempfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_fixcid.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tuple.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_userstring.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_uu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xml_etree_c.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo/test_zoneinfo.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/threading.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/main.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testasync.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/etree/cElementTree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/proactor_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/macholib/dylib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_keeprefs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/curses/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_build.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_msvc9compiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/errors.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/charmap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp863.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_15.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/fractions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/debugobj_r.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_autoexpand.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_percolator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/mainmenu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/zzdummy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/btm_matcher.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_ne.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/literals.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_fixers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/symtable.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dataclass_module_2_str.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/runtest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test__xxsubinterpreters.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_builtin.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_email.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_spec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_msilib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ordered_dict.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_property.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_resource.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_site.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sunau.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tempfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_warnings/data/import_warning.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_ttk/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/forest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/mock.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/pulldom.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/base_subprocess.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/cProfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/colorsys.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_functions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/archive_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/upload.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_bdist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_install_scripts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/base64mime.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/big5.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp857.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_kr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mbcs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/fileinput.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/configdialog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_multicall.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_zoomheight.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/tree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/keyword.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_methodattrs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/grammar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_all_fixers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/reduction.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/shlex.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tarfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/doctest_aliases.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/future_test2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/os_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_server.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cmd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecmaps_tw.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_context.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dictviews.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_contentmanager.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_future4.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_gdb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_http_cookiejar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_threaded_import.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_pass1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_lzma.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_platform.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_raise.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_shlex.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_stat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sys_settrace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_webbrowser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xxlimited.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/filedialog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tracemalloc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_setups.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/xmlbuilder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_sysconfigdata_d_linux_aarch64-linux-gnu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/cmd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/config-3.11d-aarch64-linux-gnu/python-config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/macholib/dyld.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_memfunctions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_win32.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/build_py.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/text_file.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp500.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/hex_codec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_jp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_farsi.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/zlib_codec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/calltip_w.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/mock_idle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_autocomplete_w.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_tooltip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/searchengine.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/_itertools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_has_key.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_types.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/nntplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/smtpd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module7.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dtracedata/call_stack.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/sortperf.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_array.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_binop.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecencodings_cn.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_colorsys.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_coroutines.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_policy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fork1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_future3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_generator_stop.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_genericalias.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_http_cookies.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02/two/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test___package__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/partial/cfimport.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_windows.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_recursion.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_mimetypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_osx_env.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_patma.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tabnanny.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_threadsignals.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_reindent.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unary.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urllib_response.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urlparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/font.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tomllib/_types.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/rosette.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_assertions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib/parse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/parsers/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asynchat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/windows_utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent/futures/_base.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_bitfields.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dbm/ndbm.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/install_data.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/extension.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_check.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_text_file.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp860.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_10.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/palmos.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/raw_unicode_escape.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/genericpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/heapq.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/filelist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_configdialog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/textview.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/readers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_itertools_imports.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/conv.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_refactor.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/shared_memory.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/queue.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/runpy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/statistics.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/mapping_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ssl_servers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asynchat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_streams.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cmath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dataclasses.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_gettext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/from_cycle1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/source.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/use.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/frozen/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/test_path_hook.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_math.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_selectors.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_statistics.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xxtestfuzz.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/tracedmodules/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/timeit.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/widget_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/tree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_case.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/parsers/expat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/aifc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/codecs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_anon.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_find.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/curses/has_key.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/install_egg_info.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/dir_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/base64_codec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp856.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_arabic.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/http/server.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_mainmenu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/sidebar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/io.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_long.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/popen_spawn_win32.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pkgutil.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sre_constants.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_test_embed_set_config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/signalinterproctester.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test___future__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_transports.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bisect.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecencodings_kr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_collections.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_eof.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fileutils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_flufl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fstring.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_path.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/test_finder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_inspect.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_stringprep.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sys.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unittest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_venv.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zipfile64.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/xmltests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_geometry_managers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_runner.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/etree/ElementPath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_pydecimal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/msvc9compiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_version.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/message.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1255.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/euc_jisx0213.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/johab.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_16_be.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/hmac.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/dynoption.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_codecontext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_scrolledlist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/pyparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_map.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/driver.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_main.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/resource_sharer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/plistlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/shutil.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module8.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/setup.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/pydocfodder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test__osx_support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_sock_lowlevel.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_base64.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codeccallbacks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dict_version.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dtrace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_exception_group.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_hashlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_meta_path.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/resources/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/threaded_import_hangers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_enum.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_mailcap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_module.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pathlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_time.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_types.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/textwrap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_ttk/test_extensions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/penrose.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_weakrefset.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/threads.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/chunk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent/futures/process.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_buffers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_random_things.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_wintypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/register.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_build_py.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_unixccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/application.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1252.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp932.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_16.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/rot_13.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/getpass.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/config_key.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/help.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_help.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_sidebar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/_abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/json/decoder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_basestring.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_print.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/locale.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pipes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/re/_constants.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sndhdr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/inspect_stringized_annotations_2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/mp_preload.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/seq_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_aifc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_tasks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_deque.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_faulthandler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_getopt.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_graphlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_httpservers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_resource.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_fail.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_scanstring.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_minidom.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pstats.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pydoc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_string.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sysconfig.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_i18n.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unicode_file.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_utf8source.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zipapp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/tracedmodules/testmod.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/typinganndata/ann_module9.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/commondialog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_ttk/test_widgets.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testhelpers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax/_exceptions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/log.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/queues.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/cgi.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_array_in_pointer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_checkretval.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_numbers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dis.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_install_data.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/aliases.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp861.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_11.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/shift_jis.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/getopt.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/debugger.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_debugobj.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_run.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_undo.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/undo.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ipaddress.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_filter.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_standarderror.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/modulefinder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/optparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/stringprep.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dtracedata/gc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/pythoninfo.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/interpreters.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_base_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_embed.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_imaplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/one.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_lazy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ioctl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_keyword.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_mmap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pkg.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pwd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_reprlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_shelve.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_smtpnet.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_strftime.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_syslog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_timeout.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_trace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_userlist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_weakref.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_misc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/minimal_hanoi.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/runner.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testmock.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/__phello__/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncore.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/macholib/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_pickling.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_returnfuncptrs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/_msvccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_bdist_rpm.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/generator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1251.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp875.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/ptcp154.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ftplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/autocomplete.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_debugobj_r.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_rpc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/parenmatch.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/json/encoder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_exec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_reload.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/logging/config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/coding20731.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dis_module.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/setup_testcppext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/threading_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecmaps_hk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_compile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test__header_value_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_index.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_kqueue.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_multiprocessing_main_handling.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pdb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_poll.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pyclbr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_runpy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_subprocess.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zipimport.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/constants.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/tix.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_suite.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/expatbuilder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_strptime.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/streams.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/codeop.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent/futures/thread.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_internals.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_structures.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_cmd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1140.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp869.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_8.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_16.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/debugobj.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_calltip_w.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_pathbrowser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/squeezer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_getcwdu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_tuple_params.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/synchronize.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/posixpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sched.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sqlite3/dbapi2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/final_a.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/sample_doctest_no_doctests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/bytecode_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/echo.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_sslproto.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_calendar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cprofile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_decimal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_main.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_lib2to3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_multibytecodec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_os.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unicode_identifiers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_uuid.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo/data/update_test_data.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/tf_inherit_check.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/traceback.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/_test_warnings.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testsentinel.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wave.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax/handler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_osx_support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/contextvars.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_bytes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_pointers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/build.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/errors.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_build_ext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/doctest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/ascii.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp855.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_jp_ext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_turkish.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/filecmp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/htest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_outwin.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/macosx.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/imaplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_metaclass.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/token.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/spawn.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/re/_casefix.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/selectors.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tempfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/encoded_modules/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/inspect_fodder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/multibytecodec_support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test__locale.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_unix_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecmaps_jp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_copy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_docxmlrpc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_except_star.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension/test_case_sensitivity.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/both_portions/foo/one.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/test_source_encoding.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_int.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_memoryview.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_py_compile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_secrets.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sndhdr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_string_literals.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_telnetlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_pathfix.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_typing.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/simple_server.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xmlrpc/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/base_tasks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/sslproto.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/compileall.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/macholib/framework.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_libc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_repr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/datetime.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/image.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1257.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/euc_kr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/koi8_t.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_32_be.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/html/parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/history.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_grep.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_statusbar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/run.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/simple.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_itertools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/patcomp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/pytree_idempotency.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/process.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pprint.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sqlite3/dump.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_test_venv_multiprocessing.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/audit-tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/memory_watchdog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/regrtest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/subprocessdata/fd_status.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asdl_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_sendfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_baseexception.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bufio.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_code_module.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_copyreg.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dbm_dumb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dictcomps.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_relative_imports.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/test_file_loader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_encode_basestring_ascii.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_logging.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_sundry.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unicode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tomllib/_re.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/round_dance.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_break.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib/error.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/headers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax/xmlreader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/selector_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_pep3118.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dataclasses.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_msvccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/feedparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp865.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_5.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/tis_620.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/gzip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_config_key.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/percolator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/_bootstrap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixer_base.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_next.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/pgen.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lzma.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/context.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/opcode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/quopri.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/shelve.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sysconfig.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/bisect_cmd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/inspect_stock_annotations.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/mp_fork_bomb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/sample_doctest_no_docstrings.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/subprocessdata/qgrep.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_waitfor.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_buffer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_file.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_future.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_grammar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/test_case_sensitivity.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_pass2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ntpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_posixpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_set.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ucn.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unpack.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_wait4.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xml_dom_minicompat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_font.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/clock.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/_log.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_skipping.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/warnings.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax/expatreader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_pyio.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/copyreg.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_delattr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_objects.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_slicing.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_build_scripts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_spawn.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/headerregistry.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp850.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_jp_2004.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_latin2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/codecontext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/mock_tk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_textview.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/statusbar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/readers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_exitfunc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_set_literal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/mailcap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/netrc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/random.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ssl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/encoded_modules/module_iso_8859_1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/inspect_fodder2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/logging_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/echo3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_taskgroups.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cgitb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecencodings_iso2022.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_generator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_finalization.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_genericclass.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_hmac.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpackage.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/package/submodule.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/builtin/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data01/subdirectory/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension/test_path_hook.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/both_portions/foo/two.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/stubs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_compatibilty_files.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_tool.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_modulefinder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_regrtest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_struct.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_lll.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_type_comments.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urllib2net.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_winconsoleio.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zipimport_support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_simpledialog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/colormixer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/typing.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/types.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax/saxutils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_compat_pickle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/locks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/cgitb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/_aix.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_funcptr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_strings.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/cmd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/dist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp852.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_jp_3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_roman.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ensurepip/_uninstall.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_delegator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_runscript.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_searchengine.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/search.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/_collections.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_asserts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_paren.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pygram.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/forkserver.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/operator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pyclbr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tabnanny.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/list_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/testresult.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_futures.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_augassign.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_check_c_globals.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_class.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_compileall.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_exception_hierarchy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fractions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/basic.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/binding2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/rebinding.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg2/parent/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/unwritable/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension/test_finder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/fixtures.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_api.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_launcher.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_opcodes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator/test_first_sets.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_poplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_repl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ssl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib/request.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/__future__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_aix_support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/csv.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dbm/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/install_headers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/debug.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/file_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_config_cmd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/unixccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/euc_jp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/koi8_r.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_32.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/http/client.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/grep.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_debugger.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_query.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/runscript.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/_functools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_except.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_renames.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/mailbox.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/re_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_windows_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_contextlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_future5.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_generators.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_io.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_startfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_structseq.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tarfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_winsound.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/dnd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tomllib/_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/async_case.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/result.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testcallable.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/weakref.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zipapp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_bootsubprocess.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/_endian.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_cast.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_values.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/bdist_rpm.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_dep_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/version.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/quoprimime.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp737.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/idna.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_romanian.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/enum.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_warning.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/tooltip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/_legacy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_import.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_ws_comma.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/heap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/os.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/socket.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module5.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/win_utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test___all__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_proactor_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bigaddrspace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cmd_line.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_decorators.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_errno.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_file_eintr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_frame.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_genexps.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_getpass.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_gzip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/frozen/test_loader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project2/parent/child/two.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_path.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_isinstance.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_locale.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_nntplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pyexpat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_slice.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_strptime.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tokenize.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urllibnet.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_yield_from.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/this.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_variables.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/paint.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/signals.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/uu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/NodeFilter.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zoneinfo/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/exceptions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/crypt.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_cfuncs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/curses/textpad.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/install_scripts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/fancy_getopt.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_install_lib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/contentmanager.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1026.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp866.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_7.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/unicode_escape.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_editor.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_squeezer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/_common.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_idioms.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_urllib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/popen_spawn_posix.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pickletools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/subprocess.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/datetimetester.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_abstract_numbers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_epoll.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fnmatch.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_genericpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_idle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_imp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02/one/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion1/foo/one.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_locks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ipaddress.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pkgutil.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_random.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_subclassinit.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_threading.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_univnewlines.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_warnings/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xmlrpc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_messagebox.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/chaos.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/yinyang.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_functiontestcase.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/webbrowser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zoneinfo/_common.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ast.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_init.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_refcounts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/curses/panel.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/build_ext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_install_headers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/_policybase.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/big5hkscs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1006.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1250.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp874.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_13.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/punycode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/glob.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/html/entities.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/hyperparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_help_about.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_parenmatch.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/tkinter_testing_utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/window.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_imports2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_unicode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/dummy/connection.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ntpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/site.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/mod_generics_cache.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/reperf.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/subprocessdata/sigchild_ignore.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_atexit.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_complex.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_difflib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_headerregistry.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_hash.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_imghdr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/rebinding2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg2/parent/child.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data01/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_packages.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/update-zips.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_indent.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_mailbox.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_scope.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sort.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_symtable.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tcl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ttk_textonly.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_userdict.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_with.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/testcodec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tokenize.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/two_canvases.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_discovery.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testwith.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/validate.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zoneinfo/_tzpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_compression.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_sysconfigdata__linux_aarch64-linux-gnu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/trsock.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/bz2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/copy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_python_api.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_stringptr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/bcppcompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/dep_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_clean.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_register.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/message.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp858.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/oem.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/fnmatch.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_history.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/scrolledlist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/_itertools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_execfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_repr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/logging/handlers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/platform.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sre_parse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_test_multiprocessing.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/encoded_modules/module_koi8_r.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/inspect_stringized_annotations.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/sample_doctest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_runners.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_audioop.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cgi.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_code.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_concurrent_futures.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_asian_codecs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_enum.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/zipdata02/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_speedups.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_keywordonlyarg.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_multiprocessing_fork.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_openpty.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator/test_c_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator/test_pegen.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_re.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xml_etree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/trace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/planet_and_moon.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testmagicmethods.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/venv/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xmlrpc/server.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_sitebuiltins.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/mixins.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/transports.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/collections/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_macholib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/difflib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_versionpredicate.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/audio.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1254.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/euc_jis_2004.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_9.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/kz1048.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_8.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/http/cookies.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/colorizer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_macosx.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_window.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/iomenu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/_bootstrap_external.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_buffer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_raise.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/linecache.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/resource_tracker.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/poplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/reprlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sqlite3/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/stat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/bad_getattr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dataclass_module_1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/double_const.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/pgo.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/script_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_context.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_threads.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bigmem.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_crashers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_datetime.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_descr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_open.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_iter.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_named_expressions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pipes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pulldom.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_richcmp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_socketserver.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_gprof2html.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_type_annotations.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urllib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo/_support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ziptestdata/testdata_module_inside_zip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_text.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/fractalcurves.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xdrlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zipimport.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/__hello__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/unix_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_parameters.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/build_scripts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/log.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_build_clib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_sysconfig.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/base.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1253.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp949.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_4.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/shift_jisx0213.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/graphlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/debugger_r.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/help_about.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_format.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/multicall.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/machinery.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/json/scanner.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_numliterals.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_raw_input.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/refactor.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/managers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pty.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/re/_compiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/smtplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module6.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dataclass_textanno.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/runtest_mp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ssltests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_argparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dynamicclassattribute.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_defect_handling.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_filecmp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ftplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/package/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/builtin/test_finder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/namespace/portion1/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_api.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/partial/pool_in_threads.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_zip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_float.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_longexp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_nis.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pep646_syntax.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_posix.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ttk_guionly.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_turtle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_utf8_mode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xdrlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_colorchooser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_async_case.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib/response.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/venv/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/etree/ElementTree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/base_futures.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/subprocess.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/code.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/contextlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_byteswap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_unaligned_structures.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/ccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_filelist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/encoders.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/bz2_codec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp862.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_14.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/quopri_codec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/functools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/browser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_iomenu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_tree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/searchbase.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/_text.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_future.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_throw.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/connection.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/signal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sunau.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/make_ssl_certs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/subprocessdata/qcat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncgen.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bdb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecmaps_cn.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_compare.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cppext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dbm_ndbm.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_descrtut.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dis.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_exception_variations.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_functools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_pkg_import.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_iterlen.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_linecache.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_popen.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pow.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sax.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_traceback.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/simpledialog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/minidom.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/antigravity.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/futures.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/calendar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_arrays.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_varsize_struct.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/wintypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/install_lib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/sysconfig.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_install.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/charset.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp037.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp864.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/shift_jis_2004.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/gettext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/format.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_filelist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_searchbase.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/replace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/_adapters.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_dict.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_reduce.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/logging/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/secrets.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_test_atexit.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_typed_dict_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/audiotests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/lock_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/hashlib_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/echo2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_subprocess.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_c_locale_coercion.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecencodings_tw.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecmaps_kr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_contains.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_curses.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_inversion.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ensurepip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_format.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_heapq.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/unwritable/x.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/namespace/portion2/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_caching.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_largefile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_multiprocessing_spawn.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_netrc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_plistlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sched.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_stable_abi_ctypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_super.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_timeit.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tracemalloc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_wave.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zipfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_widgets.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_program.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xmlrpc/client.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_py_abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_threading_local.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/constants.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/protocols.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/windows_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_as_parameter.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_unicode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/bdist_dumb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/core.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_archive_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/text.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp424.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/gbk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/latin_1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_7.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/http/cookiejar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_autocomplete.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_pyparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/redirector.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_apply.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_operator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pytree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/dummy/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/numbers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/re/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/socketserver.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/fork_wait.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/profilee.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/socket_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test__opcode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_selector_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_audit.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_charmapcodec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cmd_line_script.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ctypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dbm_gnu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_devpoll.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_doctest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_exceptions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_read.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_itertools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_select.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_socket.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tty.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/sorting_animate.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_loader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zoneinfo/_zoneinfo.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/staggered.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/base64.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_incomplete.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_prototypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dbm/gnu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/install.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_extension.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/_encoded_words.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp775.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_jp_2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_8_sig.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/autoexpand.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_debugger_r.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_redirector.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/pathbrowser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/imp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/json/tool.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixer_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/tokenize.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/mimetypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/popen_fork.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pdb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/telnetlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dtracedata/instance.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_locks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncore.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bytes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/torture_test.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_glob.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/basic2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/from_cycle2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg/subpackage2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/frozen/test_finder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project1/parent/child/one.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_namespace_pkgs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_dump.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_listcomps.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_multiprocessing_forkserver.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_operator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pprint.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_robotparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_setcomps.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_shutil.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urllib2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/typinganndata/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/colorchooser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_ttk/test_style.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/nim.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/dummy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testsealable.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/handlers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zipfile.py'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/__phello__'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/collections'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent/futures'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/config-3.11d-aarch64-linux-gnu'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/macholib'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/curses'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dbm'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ensurepip'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ensurepip/_bundled'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/html'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/http'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/Icons'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/json'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data/fixers'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data/fixers/myfixes'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/logging'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/dummy'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/re'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/site-packages'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sqlite3'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/audiodata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/capath'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/cjkencodings'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/decimaltestdata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dtracedata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/encoded_modules'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/imghdrdata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/sndhdrdata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/subprocessdata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg2'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg2/parent'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/package'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/package2'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/unwritable'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/builtin'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data01'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data01/subdirectory'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02/one'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02/two'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/namespace'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/namespace/portion1'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/namespace/portion2'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/frozen'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/both_portions'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/both_portions/foo'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/module_and_namespace_package'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/not_a_namespace_pkg'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion1'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion1/foo'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion2'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion2/foo'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project1'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project1/parent'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project1/parent/child'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project2'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project2/parent'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project2/parent/child'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project3'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project3/parent'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project3/parent/child'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespacedata01'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/partial'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/resources'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/zipdata01'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/zipdata02'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_warnings'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_warnings/data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo/data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/tracedmodules'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/typinganndata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/xmltestdata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/xmltestdata/c14n-20'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ziptestdata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_ttk'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tomllib'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/venv'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/venv/scripts'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/venv/scripts/common'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/venv/scripts/posix'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/etree'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/parsers'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xmlrpc'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zoneinfo'... PYTHONPATH=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11 LD_LIBRARY_PATH=/builddir/build/BUILD/Python-3.11.1/build/optimized \ ./python -E -Wi -OO /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/compileall.py \ -j0 -d /usr/lib64/python3.11 -f \ -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \ /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11 Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_aix_support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/format_helpers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/windows_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_anon.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_pointers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/sdist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_dep_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/doctest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1250.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp874.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/oem.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/fileinput.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/htest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_outwin.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/run.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/_itertools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_idioms.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_unicode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/dummy/connection.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/numbers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/quopri.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sqlite3/dbapi2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_test_eintr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/datetimetester.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/signalinterproctester.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/socket_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_context.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_threads.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_transports.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_atexit.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_augassign.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_c_locale_coercion.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_charmapcodec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cmd_line_script.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_crashers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dataclasses.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/rebinding.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/unwritable/x.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/both_portions/foo/one.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/test_path_hook.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_separators.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pprint.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sort.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_super.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_textwrap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unicode_file.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urlparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_ttk/test_widgets.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wave.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zoneinfo/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_osx_support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/queues.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/cmd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_functions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dbm/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/install_lib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_bdist_dumb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_register.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/message.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp856.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/idna.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_romanian.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/filecmp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/graphlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/debugger_r.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_configdialog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/_bootstrap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixer_base.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_next.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/token.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_main.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/resource_sharer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/platform.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/smtpd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module6.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/save_env.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/relimport.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/subprocessdata/input_reader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_sendfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_baseexception.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_buffer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_hashlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/fixtures.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_iterlen.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_launcher.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pep646_syntax.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_picklebuffer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_popen.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_positional_only_arg.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_smtpd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tempfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xdrlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xmlrpc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_misc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/paint.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/async_case.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_loader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/etree/ElementInclude.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax/handler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/__future__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/cgitb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/_endian.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_funcptr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_unaligned_structures.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_wintypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/build_ext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/dir_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_core.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp861.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/shift_jis.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/getopt.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/debugger.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_editmenu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_scrolledlist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/pyshell.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_imports.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_xreadlines.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/heap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/optparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/signal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sunau.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/inspect_fodder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/interpreters.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_base_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_contains.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cppext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_curses.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_eof.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fileutils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_functools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_compatibilty_files.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_io.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_gprof2html.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_pathfix.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_type_cache.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unpack.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urllib2net.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_weakref.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/token.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/chaos.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/peace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/tree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_discovery.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/webbrowser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/__phello__/spam.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/tasks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/macholib/dylib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_sizes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/archive_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/build.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_build_py.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/base.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1253.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp949.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_11.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/ptcp154.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ftplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/autocomplete.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_debugobj_r.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_format.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/tree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_execfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_repr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lzma.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/sharedctypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pty.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sqlite3/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/inspect_stock_annotations.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/os_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_selector_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecencodings_cn.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecencodings_iso2022.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecmaps_hk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_frozen.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_funcattrs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_grammar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/frozen/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project2/parent/child/two.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_reader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_default.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_indent.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_mailbox.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_socketserver.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sundry.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_symtable.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_telnetlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_type_comments.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_utf8_mode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xml_dom_minicompat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_yield_from.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/simpledialog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_compression.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/locks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/cgi.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_byteswap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/curses/textpad.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/install_data.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/sysconfig.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/_header_value_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_14.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/quopri_codec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/functools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/autocomplete_w.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/template.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_browser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_redirector.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/parenmatch.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_itertools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/main.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/queues.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pstats.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/stringprep.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dtracedata/instance.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test__xxsubinterpreters.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_check_c_globals.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cmd_line.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dbm_dumb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_deque.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_message.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_flufl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fractions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_imaplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_fromlist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/test_finder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_int_literal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_unicode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_module.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_optparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_resource.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_secrets.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_shlex.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_startfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_string.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tarfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/commondialog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_messagebox.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tokenize.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/yinyang.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/_test_warnings.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_result.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/xmlbuilder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/base_subprocess.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/calendar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_callbacks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/curses/panel.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/check.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/spawn.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_install_data.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/base64mime.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/big5.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp858.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_15.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_6.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/gettext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_mainmenu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_textview.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/imp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/_functools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_basestring.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_print.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/locale.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pkgutil.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/selectors.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tempfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/encoded_modules/module_iso_8859_1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/inspect_fodder2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/warnings_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_locks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_code_module.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecmaps_tw.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_compare.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_context.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_doctest2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_eintr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_defect_handling.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_extcall.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_float.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg2/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension/test_loader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_largefile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_multiprocessing_main_handling.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_os.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_uu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xml_etree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/pulldom.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/base_tasks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/bz2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/crypt.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_delattr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_simplesubclasses.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/bcppcompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/debug.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_build_clib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_upload.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/multipart.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1257.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/euc_kr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/koi8_t.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_32_be.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/html/entities.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_filelist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_runscript.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/pyparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/machinery.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/json/decoder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_asserts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_operator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pytree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/managers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/reprlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/string.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module7.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dtracedata/call_stack.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/setup.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test__osx_support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncgen.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bytes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_finalization.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_getopt.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_heapq.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/rebinding2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/test_source_encoding.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_inspect.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tuple.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_wave.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xml_etree_c.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/trace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_runner.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zipapp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/sslproto.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/macholib/dyld.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_numbers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dbm/ndbm.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/install_headers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_install_lib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/encoders.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/big5hkscs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp860.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_16.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/rot_13.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/getpass.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/config_key.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/hyperparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_grep.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_stackviewer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/redirector.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/_abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_input.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_xrange.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/popen_fork.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pickletools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sre_constants.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_test_multiprocessing.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/win_utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/pythoninfo.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/script_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_futures.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_binascii.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cmd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecencodings_hk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecmaps_cn.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecmaps_kr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_colorsys.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_contextlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_contentmanager.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fileio.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_gzip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/builtin/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension/test_finder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/one.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_namespace_pkgs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_dump.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_logging.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unary.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urllib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/colorchooser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_loadtk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tomllib/_re.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/traceback.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/result.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_suite.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/uuid.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zoneinfo/_common.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_weakrefset.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/staggered.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/code.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/csv.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_pep3118.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/datetime.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_log.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/charset.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp037.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp863.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_4.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/shift_jisx0213.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_iomenu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_text.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/statusbar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/_common.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/simple.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/json/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_metaclass.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/pytree_idempotency.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/process.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pprint.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/smtplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module4.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dataclass_module_2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/runtest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/regrtest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/subprocessdata/fd_status.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/subprocessdata/qgrep.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_sock_lowlevel.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bdb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_concurrent_futures.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fcntl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_future3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_genericclass.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_http_cookiejar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/namespace/portion1/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/both_portions/foo/two.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_recursion.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_scope.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_strftime.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sunau.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sys.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unicode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/types.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib/robotparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/etree/ElementPath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_sysconfigdata__linux_aarch64-linux-gnu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/subprocess.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/contextlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_macholib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/cygwinccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_cygwinccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp852.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_jp_2004.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_latin2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/codecontext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/mock_tk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_pathbrowser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_window.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/searchbase.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/readers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_reduce.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/logging/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/queue.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sched.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_typed_dict_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/autotest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/curses_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/doctest_lineno.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/gdb_sample.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/cmdline.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/pydoc_mod.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test__opcode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_protocols.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_windows_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bigmem.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dbm_gnu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_devpoll.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_doctest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_enumerate.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_frame.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_genexps.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_global.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_hash.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/from_cycle2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/package/submodule.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_api.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/zipdata01/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_pass3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_marshal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator/test_c_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pkg.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_posix.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_threading_local.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_pdeps.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tracemalloc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo/test_zoneinfo.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/case.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/simple_server.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/minicompat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/etree/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax/_exceptions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zoneinfo/_tzpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_bootsubprocess.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/futures.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/cProfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/copy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_frombuffer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/ccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_msvccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/errors.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/charmap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp864.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/raw_unicode_escape.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/genericpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_help_about.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_statusbar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/replace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_methodattrs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/grammar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_all_fixers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/reduction.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/plistlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/socket.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module5.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dataclass_textanno.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/list_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test___future__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dict.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_exceptions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/frozen/test_loader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/resources/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/update-zips.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_listcomps.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_metaclass.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_modulefinder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_opcache.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator/test_grammar_validator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pickletools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pkgutil.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pyclbr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_richcmp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sndhdr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_source_encoding.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_subclassinit.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tcl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unicode_file_functions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_userdict.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_winconsoleio.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zipapp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/tf_inherit_check.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/dnd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/tix.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/venv/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/validate.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax/xmlreader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_threading_local.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/runners.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/codecs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_arrays.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_refcounts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dis.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/filelist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_filelist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/feedparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1251.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp932.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_kr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mbcs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/enum.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/history.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_debugobj.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_run.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/zoomheight.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_import.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_ws_comma.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/forkserver.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pathlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ssl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/encoded_modules/module_koi8_r.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/inspect_stringized_annotations_2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/profilee.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test___all__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_proactor_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_calendar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_contextlib_async.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fstring.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg/subpackage2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/builtin/test_finder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project3/parent/child/three.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_resource.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_list.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_numeric_tower.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_patma.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_threading.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_univnewlines.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_userlist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_wait3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_wsgiref.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/threading.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/penrose.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_async_case.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib/parse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ast.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_keeprefs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/file_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_extension.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/_encoded_words.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/base64_codec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp855.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_jp_3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_roman.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ensurepip/_uninstall.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_debugger.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_pyparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/rpc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_getcwdu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_tuple_params.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/context.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/opcode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/random.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tabnanny.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module8.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_waitfor.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bigaddrspace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_binop.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_clinic.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_configparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_enum.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_pkg_import.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_threaded_import.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_float.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_lzma.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_range.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_stat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_strtod.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_syslog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_fixcid.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_pindent.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_types.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tomllib/_types.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/clock.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/mock.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_sysconfigdata_d_linux_aarch64-linux-gnu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/exceptions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/trsock.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/colorsys.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/_aix.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_incomplete.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_loading.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/curses/has_key.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_bdist_rpm.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_unixccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/audio.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1252.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp875.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_10.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/palmos.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/fractions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/http/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/format.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/mainmenu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/undo.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/json/scanner.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixer_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_funcattrs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_sys_exc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/spawn.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/rlcompleter.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_test_venv_multiprocessing.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/audiotests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/make_ssl_certs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_queues.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_windows_utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_audit.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bool.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_code.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_coroutines.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_errno.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_except_star.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_graphlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_idle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_imp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/package2/submodule2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_meta_path.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/test_case_sensitivity.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/zipdata02/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_speedups.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_memoryio.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_poll.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_posixpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_socket.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testhelpers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax/saxutils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/base_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_win32.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/build_py.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_bdist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_msvc9compiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/generator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1254.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/euc_jis_2004.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/hz.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_cyrillic.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/uu_codec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/browser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/configdialog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/pathbrowser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/imghdr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ipaddress.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_exitfunc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_set_literal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/mimetypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ntpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/re/_compiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sre_compile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_test_embed_set_config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/coding20731.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/mp_fork_bomb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/sample_doctest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_streams.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cmath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cprofile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_datetime.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_decimal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_windows.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_pass2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_longexp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_minidom.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_quopri.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_reprlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_smtpnet.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_spwd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_statistics.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_skipping.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/handlers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax/expatreader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/__phello__/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/constants.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/threads.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/codeop.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/copyreg.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_errno.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_strings.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/bdist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/dist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_sdist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/policy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp720.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/hp_roman8.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_jp_2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_iceland.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/calltip_w.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/mock_idle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_macosx.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_tooltip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/squeezer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_itertools_imports.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/conv.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_pytree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/bad_getattr3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dataclass_module_2_str.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/runtest_mp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/subprocessdata/qcat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asynchat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_taskgroups.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bufio.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_call.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_compileall.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dis.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_file.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_future5.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_genericpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/frozen/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project1/parent/child/one.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_read.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_mimetypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_operator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_property.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_robotparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_set.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo/_support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/typinganndata/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/filedialog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tty.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/fractalcurves.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/sorting_animate.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_setups.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncore.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_array_in_pointer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/curses/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/dep_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_check.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/text_file.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/text.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp424.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/gbk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/latin_1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_32_le.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/debugobj.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_codecontext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_sidebar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/sidebar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_except.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_reload.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/logging/config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/operator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/shelve.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/symtable.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/pydocfodder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ssltests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_array.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cgitb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_class.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_copy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/torture_test.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_epoll.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_filecmp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_gdb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_httplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion1/foo/one.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_open.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_isinstance.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_lib2to3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_linecache.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_named_expressions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pipes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_poplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pydoc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_struct.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_timeout.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_sundry.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_turtle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_warnings/data/stacklevel.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_winsound.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xxtestfuzz.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zipfile64.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo/data/update_test_data.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/win_console_handler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/textwrap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/widget_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/typing.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/base_futures.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/proactor_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_unicode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/wintypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/clean.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/install_egg_info.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_install.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/header.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1258.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/gb18030.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_16_be.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/html/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/editor.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/macosx.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/window.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_isinstance.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/patcomp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/tokenize.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/modulefinder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/os.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/runpy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/struct.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/bad_getattr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dataclass_module_1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/main.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/setup_testcppext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/echo2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cgi.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dbm_ndbm.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dict_version.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dtrace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_policy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_file_eintr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ftplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/basic2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg2/parent/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension/test_path_hook.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion2/foo/two.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_path.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_iter.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_openpty.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ordered_dict.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pstats.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_raise.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_select.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_shutil.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_uuid.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_ttk/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tomllib/_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_case.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_py_abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/mixins.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/bisect.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/configparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_random_things.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dbm/gnu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/msvc9compiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_text_file.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/iterators.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1006.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp865.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_5.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/tis_620.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/gzip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/grep.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_debugger_r.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_pyshell.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/outwin.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/zzdummy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/_legacy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_imports2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_urllib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/popen_spawn_win32.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/re/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/secrets.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sre_parse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/inspect_stringized_annotations.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/testresult.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_pep492.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_ssl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_complex.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_distutils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dynamic.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_headerregistry.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_getpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/use.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/frozen/test_finder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/partial/pool_in_threads.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/threaded_import_hangers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_fail.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_memoryview.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pickle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pty.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_runpy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_stringprep.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_subprocess.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/dialog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_text.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tracemalloc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/dummy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_functiontestcase.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testmagicmethods.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/types.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/NodeFilter.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/expatbuilder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/__hello__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/coroutines.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/timeouts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/collections/abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/compileall.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_stringptr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_varsize_struct.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/core.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_build_scripts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/nonmultipart.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1256.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/euc_jp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/koi8_r.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_32.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/http/cookies.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/colorizer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_autocomplete_w.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_multicall.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/scrolledlist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/_itertools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_exec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_renames.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/logging/handlers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/poplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/py_compile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/site.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/stat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/statistics.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/bisect_cmd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/final_a.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/mock_socket.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/import_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_sslproto.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bz2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_descr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_main.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_itertools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_strptime.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_time.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ucn.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_userstring.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_warnings/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/scrolledtext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_variables.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/minimal_hanoi.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/rosette.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/main.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testsealable.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/venv/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/etree/cElementTree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xmlrpc/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zipimport.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/antigravity.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/selector_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_buffers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_libc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_values.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/build_clib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/log.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_dist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/application.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/message.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1255.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/euc_jisx0213.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/johab.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_16_le.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/hmac.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/delegator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_autoexpand.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_percolator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_zzdummy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/tooltip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/simple.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_intern.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_zip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/pool.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pipes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/re/_constants.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_test_atexit.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/fork_wait.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/bytecode_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/echo.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/functional.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ctypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dbm.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_descrtut.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dictviews.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test__encoded_words.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_exception_group.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_glob.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/binding.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg2/parent/child.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data01/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_spec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_keyword.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_mmap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_plistlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_re.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_wait4.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_with.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/tracedmodules/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_pydecimal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_bytes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_slicing.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/bdist_dumb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_build.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_spawn.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/headerregistry.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp437.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_9.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/koi8_u.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_8.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/http/cookiejar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_autocomplete.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_query.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_zoomheight.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/searchengine.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/_text.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_future.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_throw.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/connection.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/profile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/shlex.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/telnetlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/mapping_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_abstract_numbers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asdl_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_server.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecencodings_kr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codeop.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_copyreg.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_csv.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_email.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_files.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_interpreters.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_lltrace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_msilib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_nntplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_queue.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_shelve.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ssl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/forest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/round_dance.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/runner.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testasync.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/parsers/expat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xmlrpc/server.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_strptime.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/chunk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/contextvars.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_cast.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_structures.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/extension.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_dir_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_install_scripts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/contentmanager.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1026.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp866.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_8.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_16.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/debugobj_r.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_calltip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_search.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/query.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/json/encoder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_buffer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_raise.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/synchronize.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/re/_casefix.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sndhdr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/mp_preload.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/sample_doctest_no_doctests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/hashlib_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/logging_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/echo3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_subprocess.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bisect.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codeccallbacks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_defaultdict.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test__header_value_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/package2/submodule1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02/one/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_packages.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/test_file_loader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_encode_basestring_ascii.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_locale.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator/test_pegen.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pwd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_readline.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_script_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_setcomps.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_signal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sys_settrace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xmlrpc_net.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zipfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/weakref.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zoneinfo/_zoneinfo.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/aifc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/bdb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/macholib/framework.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_memfunctions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/curses/ascii.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/fancy_getopt.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_file_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/aliases.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp857.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_jp_ext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_turkish.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/fnmatch.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_history.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_undo.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/stackviewer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/readers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_map.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/driver.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/linecache.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/mailbox.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/subprocess.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/doctest_aliases.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/future_test2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/pickletester.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_base64.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecencodings_jp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_collections.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fork1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_generators.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/namespace/portion2/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_contents.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_int.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_site.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_timeit.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_typechecks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urllib2_localnet.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zipimport.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/constants.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_simpledialog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_ttk/test_style.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/colormixer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/planet_and_moon.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/suite.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testwith.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/argparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_internals.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_pickling.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dataclasses.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/errors.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/ascii.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp850.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_croatian.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_8_sig.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/http/server.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/help.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_hyperparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_replace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/textview.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/inspect.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_has_key.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_types.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/dummy/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/nturl2path.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/bad_getattr2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dataclass_module_1_str.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/refleak.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/lock_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/string_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_timeouts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_audioop.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecencodings_tw.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecmaps_jp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_compile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_generator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_faulthandler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_future.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_getpass.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_htmlparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_locks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ipaddress.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pyexpat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_smtplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tix.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_freeze.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_lll.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_trace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unicodedata.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_winreg.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/testcodec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/typinganndata/ann_module9.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/xmltests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_colorchooser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tomllib/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/two_canvases.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testpatch.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_compat_pickle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/log.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/windows_utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent/futures/_base.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_checkretval.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_returnfuncptrs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/upload.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_cmd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_install_headers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/_policybase.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/bz2_codec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp862.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/shift_jis_2004.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/undefined.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/hashlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/filelist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_config_key.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_searchengine.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/percolator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/_adapters.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/io.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_long.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/popen_spawn_posix.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pickle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/final_b.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/mod_generics_cache.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/reperf.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/sample_doctest_no_docstrings.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/subprocessdata/sigchild_ignore.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_docxmlrpc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_asian_codecs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_generator_stop.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_genericalias.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_http_cookies.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/builtin/test_loader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_caching.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/resources/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_scanstring.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_tool.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_multibytecodec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pathlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_i18n.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unittest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unpack_ex.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urllib_response.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_utf8source.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_venv.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/time_hashlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/messagebox.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_ttk/test_extensions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/nim.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/signals.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_program.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib/response.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xdrlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/parsers/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xmlrpc/client.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_collections_abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/taskgroups.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/collections/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_objects.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/cmd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/build_scripts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/msvccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_sysconfig.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/image.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp273.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/gb2312.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/kz1048.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_7.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/http/client.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_colorizer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_tree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/search.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/_collections.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/json/tool.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/btm_utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_nonzero.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/parse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/netrc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pyclbr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sqlite3/dump.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_test_embed_structseq.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dis_module.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/future_test1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/multibytecodec_support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/sortperf.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_argparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fileinput.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_grp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_html.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_imghdr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/indirect.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/unwritable/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_path.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_api.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_pass1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_long.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pow.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_regrtest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_syntax.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_thread.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_reindent.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ttk_guionly.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unicode_identifiers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xxlimited.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zipimport_support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/tracedmodules/testmod.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ziptestdata/testdata_module_inside_zip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_font.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/bytedesign.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/loader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testmock.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_markupbase.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/protocols.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/streams.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent/futures/thread.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_as_parameter.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_python_api.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_repr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/decimal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/install_scripts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_archive_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_versionpredicate.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1140.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp869.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_7.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/unicode_escape.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/heapq.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/dynoption.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_calltip_w.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_parenmatch.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_warning.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/multicall.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/_adapters.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/keyword.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/btm_matcher.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_ne.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/literals.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_fixers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tarfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/encoded_modules/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/re_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/threading_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_futures2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_unix_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_crypt.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_decorators.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_difflib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_pickleable.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ensurepip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fnmatch.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_gc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/from_cycle1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/package/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test___loader__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/partial/cfimport.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_decode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_mailcap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_multiprocessing_spawn.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ntpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_print.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_repl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_rlcompleter.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_selectors.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ttk_textonly.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_warnings/data/import_warning.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_webbrowser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/this.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_geometry_managers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/headers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/domreg.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/etree/ElementTree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/transports.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent/futures/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/macholib/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_init.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_struct_fields.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/bdist_rpm.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/version.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/quoprimime.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp737.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_jp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_farsi.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/zlib_codec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/autoexpand.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/iomenu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/_bootstrap_external.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_dict.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_raw_input.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/refactor.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/popen_forkserver.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pdb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sysconfig.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/memory_watchdog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ssl_servers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ast.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_embed.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_hmac.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/source.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension/test_case_sensitivity.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_metadata_api.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_zip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_enum.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_math.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_stable_abi_ctypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_structseq.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sys_setprofile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_threadsignals.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_md5sum.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_type_annotations.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urllib2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/timeit.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_widgets.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/uu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/minidom.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_sitebuiltins.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent/futures/process.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_find.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_parameters.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/difflib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_build_ext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/_parseaddr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1125.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp950.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_13.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/punycode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/glob.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/html/parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/help_about.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_editor.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_squeezer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/imaplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_numliterals.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/pgen.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/mailcap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/nntplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/re/_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/double_const.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/good_getattr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/pgo.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_buffered_proto.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_builtin.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_exception_hierarchy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_format.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_httpservers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02/two/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_relative_imports.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/stubs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_index.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_kqueue.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_multiprocessing_fork.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_netrc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_osx_env.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pdb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_profile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_random.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tabnanny.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_traceback.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_images.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/lindenmayer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/_log.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_break.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testcallable.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib/request.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_pyio.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/base64.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/config-3.11d-aarch64-linux-gnu/python-config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_cfuncs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_prototypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/_msvccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/install.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_clean.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_version.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/versionpredicate.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp500.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/hex_codec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_arabic.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ensurepip/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/calltip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_help.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_searchbase.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/tkinter_testing_utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_apply.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_paren.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pygram.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_refactor.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/shared_memory.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/shutil.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dtracedata/gc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/pyclbr_input.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test__locale.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_runners.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncore.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dictcomps.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dynamicclassattribute.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/binding2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data01/subdirectory/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test___package__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peepholer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pulldom.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sax.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_threadedtempfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tokenize.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urllibnet.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_warnings/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_weakset.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/font.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/ttk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_assertions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testsentinel.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib/error.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/warnings.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zipfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asynchat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/unix_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_bitfields.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dbm/dumb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/register.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_config_cmd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/unixccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp775.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_jp_1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_greek.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ensurepip/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_delegator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_rpc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/runscript.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/_meta.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_filter.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_standarderror.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/resource_tracker.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/posixpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/socketserver.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/audit-tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dtracedata/line.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/imp_dummy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/seq_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_aifc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_tasks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_inversion.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_exception_variations.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_future4.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_gettext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/basic.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpackage.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/builtin/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_lazy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ioctl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_keywordonlyarg.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_multiprocessing_forkserver.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_nis.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_opcodes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ossaudiodev.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator/test_first_sets.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_platform.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_py_compile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sched.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_slice.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_string_literals.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sysconfig.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_typing.py'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/__phello__'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/collections'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent/futures'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/config-3.11d-aarch64-linux-gnu'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/macholib'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/curses'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dbm'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ensurepip'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ensurepip/_bundled'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/html'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/http'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/Icons'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/json'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data/fixers'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data/fixers/myfixes'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/logging'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/dummy'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/re'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/site-packages'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sqlite3'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/audiodata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/capath'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/cjkencodings'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/decimaltestdata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dtracedata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/encoded_modules'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/imghdrdata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/sndhdrdata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/subprocessdata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg2'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg2/parent'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/package'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/package2'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/unwritable'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/builtin'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data01'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data01/subdirectory'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02/one'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02/two'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/namespace'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/namespace/portion1'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/namespace/portion2'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/frozen'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/both_portions'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/both_portions/foo'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/module_and_namespace_package'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/not_a_namespace_pkg'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion1'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion1/foo'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion2'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion2/foo'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project1'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project1/parent'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project1/parent/child'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project2'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project2/parent'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project2/parent/child'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project3'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project3/parent'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project3/parent/child'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespacedata01'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/partial'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/resources'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/zipdata01'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/zipdata02'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_warnings'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_warnings/data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo/data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/tracedmodules'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/typinganndata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/xmltestdata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/xmltestdata/c14n-20'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ziptestdata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_ttk'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tomllib'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/venv'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/venv/scripts'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/venv/scripts/common'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/venv/scripts/posix'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/etree'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/parsers'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xmlrpc'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zoneinfo'... PYTHONPATH=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11 LD_LIBRARY_PATH=/builddir/build/BUILD/Python-3.11.1/build/optimized \ ./python -E -Wi /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/compileall.py \ -j0 -d /usr/lib64/python3.11/site-packages -f \ -x badsyntax /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/site-packages Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/site-packages'... PYTHONPATH=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11 LD_LIBRARY_PATH=/builddir/build/BUILD/Python-3.11.1/build/optimized \ ./python -E -Wi -O /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/compileall.py \ -j0 -d /usr/lib64/python3.11/site-packages -f \ -x badsyntax /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/site-packages Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/site-packages'... PYTHONPATH=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11 LD_LIBRARY_PATH=/builddir/build/BUILD/Python-3.11.1/build/optimized \ ./python -E -Wi -OO /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/compileall.py \ -j0 -d /usr/lib64/python3.11/site-packages -f \ -x badsyntax /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/site-packages Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/site-packages'... PYTHONPATH=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11 LD_LIBRARY_PATH=/builddir/build/BUILD/Python-3.11.1/build/optimized \ ./python -E -m lib2to3.pgen2.driver /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/Grammar.txt Generating grammar tables from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/Grammar.txt Writing grammar tables to /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/Grammar3.11.1.final.0.pickle PYTHONPATH=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11 LD_LIBRARY_PATH=/builddir/build/BUILD/Python-3.11.1/build/optimized \ ./python -E -m lib2to3.pgen2.driver /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/PatternGrammar.txt Generating grammar tables from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/PatternGrammar.txt Writing grammar tables to /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/PatternGrammar3.11.1.final.0.pickle Creating directory /usr/include/python3.11 Creating directory /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/include/python3.11/cpython Creating directory /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/Python.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/abstract.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/bltinmodule.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/boolobject.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/bytearrayobject.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/bytesobject.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/ceval.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/codecs.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/compile.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/complexobject.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/datetime.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/descrobject.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/dictobject.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/dynamic_annotations.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/enumobject.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/errcode.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/exports.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/fileobject.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/fileutils.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/floatobject.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/frameobject.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/genericaliasobject.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/import.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/intrcheck.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/iterobject.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/listobject.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/longobject.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/marshal.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/memoryobject.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/methodobject.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/modsupport.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/moduleobject.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/object.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/objimpl.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/opcode.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/osdefs.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/osmodule.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/patchlevel.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/py_curses.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/pybuffer.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/pycapsule.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/pydtrace.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/pyerrors.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/pyexpat.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/pyframe.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/pyhash.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/pylifecycle.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/pymacconfig.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/pymacro.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/pymath.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/pymem.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/pyport.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/pystate.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/pystrcmp.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/pystrtod.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/pythonrun.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/pythread.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/pytypedefs.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/rangeobject.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/setobject.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/sliceobject.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/structmember.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/structseq.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/sysmodule.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/token.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/traceback.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/tracemalloc.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/tupleobject.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/typeslots.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/unicodeobject.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/warnings.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/weakrefobject.h /usr/include/python3.11 /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/abstract.h /usr/include/python3.11/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/bytearrayobject.h /usr/include/python3.11/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/bytesobject.h /usr/include/python3.11/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/cellobject.h /usr/include/python3.11/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/ceval.h /usr/include/python3.11/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/classobject.h /usr/include/python3.11/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/code.h /usr/include/python3.11/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/compile.h /usr/include/python3.11/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/complexobject.h /usr/include/python3.11/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/context.h /usr/include/python3.11/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/descrobject.h /usr/include/python3.11/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/dictobject.h /usr/include/python3.11/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/fileobject.h /usr/include/python3.11/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/fileutils.h /usr/include/python3.11/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/floatobject.h /usr/include/python3.11/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/frameobject.h /usr/include/python3.11/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/funcobject.h /usr/include/python3.11/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/genobject.h /usr/include/python3.11/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/import.h /usr/include/python3.11/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/initconfig.h /usr/include/python3.11/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/listobject.h /usr/include/python3.11/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/longintrepr.h /usr/include/python3.11/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/longobject.h /usr/include/python3.11/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/methodobject.h /usr/include/python3.11/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/modsupport.h /usr/include/python3.11/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/object.h /usr/include/python3.11/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/objimpl.h /usr/include/python3.11/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/odictobject.h /usr/include/python3.11/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/picklebufobject.h /usr/include/python3.11/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/pthread_stubs.h /usr/include/python3.11/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/pyctype.h /usr/include/python3.11/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/pydebug.h /usr/include/python3.11/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/pyerrors.h /usr/include/python3.11/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/pyfpe.h /usr/include/python3.11/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/pyframe.h /usr/include/python3.11/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/pylifecycle.h /usr/include/python3.11/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/pymem.h /usr/include/python3.11/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/pystate.h /usr/include/python3.11/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/pythonrun.h /usr/include/python3.11/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/pythread.h /usr/include/python3.11/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/pytime.h /usr/include/python3.11/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/setobject.h /usr/include/python3.11/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/sysmodule.h /usr/include/python3.11/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/traceback.h /usr/include/python3.11/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/tupleobject.h /usr/include/python3.11/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/unicodeobject.h /usr/include/python3.11/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/warnings.h /usr/include/python3.11/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/cpython/weakrefobject.h /usr/include/python3.11/cpython /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_abstract.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_accu.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_asdl.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_ast.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_ast_state.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_atomic.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_atomic_funcs.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_bitutils.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_blocks_output_buffer.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_bytes_methods.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_bytesobject.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_call.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_ceval.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_code.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_compile.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_condvar.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_context.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_dict.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_dtoa.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_emscripten_signal.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_exceptions.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_fileutils.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_floatobject.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_format.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_frame.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_function.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_gc.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_genobject.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_getopt.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_gil.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_global_objects.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_global_strings.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_hamt.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_hashtable.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_import.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_initconfig.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_interp.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_interpreteridobject.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_list.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_long.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_moduleobject.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_namespace.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_object.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_opcode.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_parser.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_pathconfig.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_pyarena.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_pyerrors.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_pyhash.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_pylifecycle.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_pymath.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_pymem.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_pystate.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_runtime.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_runtime_init.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_signal.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_sliceobject.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_strhex.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_structseq.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_symtable.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_sysmodule.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_traceback.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_tuple.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_typeobject.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_ucnhash.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_unicodeobject.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_unionobject.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Include/internal/pycore_warnings.h /usr/include/python3.11/internal /usr/bin/install -p -m 644 pyconfig.h /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/include/python3.11/pyconfig.h Creating directory /usr/lib64/python3.11/config-3.11-aarch64-linux-gnu /usr/bin/install -p -m 644 Modules/config.c /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/config-3.11-aarch64-linux-gnu/config.c /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Modules/config.c.in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/config-3.11-aarch64-linux-gnu/config.c.in /usr/bin/install -p -m 644 Makefile /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/config-3.11-aarch64-linux-gnu/Makefile /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Modules/Setup /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/config-3.11-aarch64-linux-gnu/Setup /usr/bin/install -p -m 644 Modules/Setup.bootstrap /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/config-3.11-aarch64-linux-gnu/Setup.bootstrap /usr/bin/install -p -m 644 Modules/Setup.stdlib /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/config-3.11-aarch64-linux-gnu/Setup.stdlib /usr/bin/install -p -m 644 Modules/Setup.local /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/config-3.11-aarch64-linux-gnu/Setup.local /usr/bin/install -p -m 644 Misc/python.pc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/pkgconfig/python-3.11.pc /usr/bin/install -p -m 644 Misc/python-embed.pc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/pkgconfig/python-3.11-embed.pc /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/Modules/makesetup /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/config-3.11-aarch64-linux-gnu/makesetup /usr/bin/install -p /builddir/build/BUILD/Python-3.11.1/install-sh /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/config-3.11-aarch64-linux-gnu/install-sh /usr/bin/install -p python-config.py /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/config-3.11-aarch64-linux-gnu/python-config.py /usr/bin/install -p python-config /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/python3.11-config LD_LIBRARY_PATH=/builddir/build/BUILD/Python-3.11.1/build/optimized ./python -E /builddir/build/BUILD/Python-3.11.1/setup.py install \ --prefix=/usr \ --install-scripts=/usr/bin \ --install-platlib=/usr/lib64/python3.11/lib-dynload \ --root=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/ running install running build running build_ext running build_scripts copying and adjusting /builddir/build/BUILD/Python-3.11.1/Tools/scripts/pydoc3 -> build/scripts-3.11 copying and adjusting /builddir/build/BUILD/Python-3.11.1/Tools/scripts/idle3 -> build/scripts-3.11 copying and adjusting /builddir/build/BUILD/Python-3.11.1/Tools/scripts/2to3 -> build/scripts-3.11 changing mode of build/scripts-3.11/pydoc3 from 644 to 755 changing mode of build/scripts-3.11/idle3 from 644 to 755 changing mode of build/scripts-3.11/2to3 from 644 to 755 renaming build/scripts-3.11/pydoc3 to build/scripts-3.11/pydoc3.11 renaming build/scripts-3.11/idle3 to build/scripts-3.11/idle3.11 renaming build/scripts-3.11/2to3 to build/scripts-3.11/2to3-3.11 running install_lib copying build/lib.linux-aarch64-3.11/_csv.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/termios.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_json.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/grp.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_codecs_tw.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_testbuffer.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_multiprocessing.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/mmap.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/fcntl.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_xxsubinterpreters.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/syslog.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_md5.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_posixshmem.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_socket.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_contextvars.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_zoneinfo.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_codecs_iso2022.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_sha3.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/zlib.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_elementtree.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_sha1.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_lsprof.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/unicodedata.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/pyexpat.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/cmath.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/select.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_bisect.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_uuid.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_testcapi.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/xxlimited.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_tkinter.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_dbm.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_testimportmultiple.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_curses_panel.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_sqlite3.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_statistics.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_codecs_hk.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/spwd.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/array.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_multibytecodec.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_hashlib.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_queue.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/nis.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_sha256.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_datetime.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_sha512.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_gdbm.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_lzma.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/audioop.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_bz2.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_ctypes.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_typing.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_crypt.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_posixsubprocess.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload creating /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/__pycache__ copying build/lib.linux-aarch64-3.11/__pycache__/_sysconfigdata__linux_aarch64-linux-gnu.cpython-311.pyc -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/__pycache__ copying build/lib.linux-aarch64-3.11/_ctypes_test.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/math.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_codecs_jp.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_heapq.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_decimal.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/xxlimited_35.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_blake2.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_codecs_kr.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/resource.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/binascii.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_testinternalcapi.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_sysconfigdata__linux_aarch64-linux-gnu.py -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_asyncio.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_testmultiphase.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_curses.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_random.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_pickle.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/ossaudiodev.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_xxtestfuzz.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/readline.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_ssl.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_struct.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_codecs_cn.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload copying build/lib.linux-aarch64-3.11/_opcode.cpython-311-aarch64-linux-gnu.so -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_csv.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/termios.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_json.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/grp.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_codecs_tw.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_testbuffer.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_multiprocessing.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/mmap.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/fcntl.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_xxsubinterpreters.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/syslog.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_md5.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_posixshmem.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_socket.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_contextvars.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_zoneinfo.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_codecs_iso2022.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_sha3.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/zlib.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_elementtree.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_sha1.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_lsprof.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/unicodedata.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/pyexpat.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/cmath.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/select.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_bisect.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_uuid.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_testcapi.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/xxlimited.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_tkinter.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_dbm.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_testimportmultiple.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_curses_panel.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_sqlite3.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_statistics.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_codecs_hk.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/spwd.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/array.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_multibytecodec.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_hashlib.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_queue.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/nis.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_sha256.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_datetime.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_sha512.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_gdbm.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_lzma.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/audioop.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_bz2.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_ctypes.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_typing.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_crypt.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_posixsubprocess.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/__pycache__/_sysconfigdata__linux_aarch64-linux-gnu.cpython-311.pyc to 644 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_ctypes_test.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/math.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_codecs_jp.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_heapq.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_decimal.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/xxlimited_35.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_blake2.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_codecs_kr.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/resource.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/binascii.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_testinternalcapi.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_sysconfigdata__linux_aarch64-linux-gnu.py to 644 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_asyncio.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_testmultiphase.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_curses.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_random.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_pickle.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/ossaudiodev.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_xxtestfuzz.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/readline.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_ssl.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_struct.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_codecs_cn.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_opcode.cpython-311-aarch64-linux-gnu.so to 755 running install_scripts copying build/scripts-3.11/2to3-3.11 -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin copying build/scripts-3.11/idle3.11 -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin copying build/scripts-3.11/pydoc3.11 -> /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/2to3-3.11 to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/idle3.11 to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/pydoc3.11 to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/ to 755 changing mode of /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/__pycache__ to 755 rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_sysconfigdata__linux_aarch64-linux-gnu.py rm -r /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/__pycache__ /usr/bin/install -p -m 644 /builddir/build/BUILD/Python-3.11.1/Misc/python.man \ /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/share/man/man1/python3.11.1 if test ! -d /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/pkgconfig; then \ echo "Creating directory /usr/lib64/pkgconfig"; \ /usr/bin/install -p -d -m 755 /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/pkgconfig; \ fi if test -f /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/python3 -o -h /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/python3; \ then rm -f /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/python3; \ else true; \ fi (cd /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin; ln -s python3.11 python3) if test "3.11" != "3.11"; then \ rm -f /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/python3.11-config; \ (cd /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin; ln -s python3.11-config python3.11-config); \ rm -f /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/pkgconfig/python-3.11.pc; \ (cd /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/pkgconfig; ln -s python-3.11.pc python-3.11.pc); \ rm -f /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/pkgconfig/python-3.11-embed.pc; \ (cd /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/pkgconfig; ln -s python-3.11-embed.pc python-3.11-embed.pc); \ fi rm -f /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/python3-config (cd /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin; ln -s python3.11-config python3-config) rm -f /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/pkgconfig/python3.pc (cd /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/pkgconfig; ln -s python-3.11.pc python3.pc) rm -f /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/pkgconfig/python3-embed.pc (cd /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/pkgconfig; ln -s python-3.11-embed.pc python3-embed.pc) rm -f /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/idle3 (cd /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin; ln -s idle3.11 idle3) rm -f /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/pydoc3 (cd /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin; ln -s pydoc3.11 pydoc3) rm -f /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/2to3 (cd /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin; ln -s 2to3-3.11 2to3) if test "x" != "x" ; then \ rm -f /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/python3-32; \ (cd /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin; ln -s python3.11-32 python3-32) \ fi if test "x" != "x" ; then \ rm -f /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/python3-intel64; \ (cd /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin; ln -s python3.11-intel64 python3-intel64) \ fi rm -f /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/share/man/man1/python3.1 (cd /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/share/man/man1; ln -s python3.11.1 python3.1) if test "xno" != "xno" ; then \ case no in \ upgrade) ensurepip="--upgrade" ;; \ install|*) ensurepip="" ;; \ esac; \ LD_LIBRARY_PATH=/builddir/build/BUILD/Python-3.11.1/build/optimized ./python -E -m ensurepip \ $ensurepip --root=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/ ; \ fi + popd ~/build/BUILD/Python-3.11.1 + PathOfGdbPy=/usr/lib/debug//usr/lib64/libpython3.11.so.1.0-3.11.1-1.el9.aarch64.debug-gdb.py + cp Tools/gdb/libpython.py /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib/debug//usr/lib64/libpython3.11.so.1.0-3.11.1-1.el9.aarch64.debug-gdb.py ++ uname -m + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/python3.11-config /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/python3.11-aarch64-config + echo -e '#!/bin/sh\nexec /usr/bin/python3.11-`uname -m`-config "$@"' + chmod +x /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/python3.11-config + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/include/python3.11/pyconfig.h /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/include/python3.11/pyconfig-64.h + cat + echo FINISHED: INSTALL OF PYTHON FOR CONFIGURATION: optimized FINISHED: INSTALL OF PYTHON FOR CONFIGURATION: optimized + install -d -m 0755 /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/site-packages/__pycache__ + install -d -m 0755 /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib/python3.11/site-packages/__pycache__ + sed -i -e 's/'\''pyconfig.h'\''/'\''pyconfig-64.h'\''/' /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/sysconfig.py /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sysconfig.py + cp -p Tools/scripts/pathfix.py /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/pathfix3.11.py + for tool in pygettext msgfmt + cp -p Tools/i18n/pygettext.py /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/pygettext3.11.py + ln -s pygettext3.11.py /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/pygettext3.py + for tool in pygettext msgfmt + cp -p Tools/i18n/msgfmt.py /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/msgfmt3.11.py + ln -s msgfmt3.11.py /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/msgfmt3.py + LD_LIBRARY_PATH=./build/optimized + ./build/optimized/python Tools/scripts/pathfix.py -i /usr/bin/python3.11 -pn /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64 /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/msgfmt3.11.py /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/pathfix3.11.py /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/pygettext3.11.py /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib/debug//usr/lib64/libpython3.11.so.1.0-3.11.1-1.el9.aarch64.debug-gdb.py /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib/debug//usr/lib64/libpython3.11d.so.1.0-3.11.1-1.el9.aarch64.debug-gdb.py recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/include') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/include/python3.11') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/include/python3.11/cpython') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/include/python3.11/internal') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/include/python3.11d') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/include/python3.11d/cpython') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/include/python3.11d/internal') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib/debug') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib/debug/usr') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib/debug/usr/lib64') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib/python3.11') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib/python3.11/site-packages') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib/python3.11/site-packages/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/pkgconfig') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/__phello__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/__phello__/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/collections') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/collections/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent/futures') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent/futures/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/config-3.11-aarch64-linux-gnu') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/config-3.11d-aarch64-linux-gnu') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/config-3.11d-aarch64-linux-gnu/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/macholib') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/macholib/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/curses') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/curses/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dbm') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dbm/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ensurepip') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ensurepip/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ensurepip/_bundled') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/html') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/html/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/http') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/http/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/Icons') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test') /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/msgfmt3.11.py: updating /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/pathfix3.11.py: updating /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/pygettext3.11.py: updating /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib/debug/usr/lib64/libpython3.11.so.1.0-3.11.1-1.el9.aarch64.debug-gdb.py: updating /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib/debug/usr/lib64/libpython3.11d.so.1.0-3.11.1-1.el9.aarch64.debug-gdb.py: updating /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/__future__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/__hello__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_aix_support.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_bootsubprocess.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_collections_abc.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_compat_pickle.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_compression.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_markupbase.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_osx_support.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_py_abc.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_pydecimal.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_pyio.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_sitebuiltins.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_strptime.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_sysconfigdata__linux_aarch64-linux-gnu.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_sysconfigdata_d_linux_aarch64-linux-gnu.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_threading_local.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_weakrefset.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/abc.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/aifc.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/antigravity.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/argparse.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ast.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asynchat.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncore.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/base64.py: updating /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/bdb.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/bisect.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/bz2.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/cProfile.py: updating /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/calendar.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/cgi.py: updating /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/cgitb.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/chunk.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/cmd.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/code.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/codecs.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/codeop.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/colorsys.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/compileall.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/configparser.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/contextlib.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/contextvars.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/copy.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/copyreg.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/crypt.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/csv.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dataclasses.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/datetime.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/decimal.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/difflib.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dis.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/doctest.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/enum.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/filecmp.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/fileinput.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/fnmatch.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/fractions.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ftplib.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/functools.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/genericpath.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/getopt.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/getpass.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/gettext.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/glob.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/graphlib.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/gzip.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/hashlib.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/heapq.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/hmac.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/imaplib.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/imghdr.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/imp.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/inspect.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/io.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ipaddress.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/keyword.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/linecache.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/locale.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lzma.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/mailbox.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/mailcap.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/mimetypes.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/modulefinder.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/netrc.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/nntplib.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ntpath.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/nturl2path.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/numbers.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/opcode.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/operator.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/optparse.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/os.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pathlib.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pdb.py: updating /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pickle.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pickletools.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pipes.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pkgutil.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/platform.py: updating /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/plistlib.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/poplib.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/posixpath.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pprint.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/profile.py: updating /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pstats.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pty.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/py_compile.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pyclbr.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc.py: updating /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/queue.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/quopri.py: updating /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/random.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/reprlib.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/rlcompleter.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/runpy.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sched.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/secrets.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/selectors.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/shelve.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/shlex.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/shutil.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/signal.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/site.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/smtpd.py: updating /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/smtplib.py: updating /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sndhdr.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/socket.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/socketserver.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sre_compile.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sre_constants.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sre_parse.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ssl.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/stat.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/statistics.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/string.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/stringprep.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/struct.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/subprocess.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sunau.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/symtable.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sysconfig.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tabnanny.py: updating /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tarfile.py: updating /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/telnetlib.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tempfile.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/textwrap.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/this.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/threading.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/timeit.py: updating /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/token.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tokenize.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/trace.py: updating /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/traceback.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tracemalloc.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tty.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtle.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/types.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/typing.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/uu.py: updating /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/uuid.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/warnings.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wave.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/weakref.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/webbrowser.py: updating /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xdrlib.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zipapp.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zipfile.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zipimport.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/__phello__/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/__phello__/spam.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/__main__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/base_events.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/base_futures.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/base_subprocess.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/base_tasks.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/constants.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/coroutines.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/events.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/exceptions.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/format_helpers.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/futures.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/locks.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/log.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/mixins.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/proactor_events.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/protocols.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/queues.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/runners.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/selector_events.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/sslproto.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/staggered.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/streams.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/subprocess.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/taskgroups.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/tasks.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/threads.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/timeouts.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/transports.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/trsock.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/unix_events.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/windows_events.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/windows_utils.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/collections/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/collections/abc.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent/futures/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent/futures/_base.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent/futures/process.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent/futures/thread.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/config-3.11-aarch64-linux-gnu/python-config.py: updating /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/config-3.11d-aarch64-linux-gnu/python-config.py: updating /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/_aix.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/_endian.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/util.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/wintypes.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/macholib/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/macholib/dyld.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/macholib/dylib.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/macholib/framework.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/__main__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_anon.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_array_in_pointer.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_arrays.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_as_parameter.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_bitfields.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_buffers.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_bytes.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_byteswap.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_callbacks.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_cast.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_cfuncs.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_checkretval.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_delattr.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_errno.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_find.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_frombuffer.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_funcptr.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_functions.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_incomplete.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_init.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_internals.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_keeprefs.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_libc.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_loading.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_macholib.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_memfunctions.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_numbers.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_objects.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_parameters.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_pep3118.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_pickling.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_pointers.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_prototypes.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_python_api.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_random_things.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_refcounts.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_repr.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_returnfuncptrs.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_simplesubclasses.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_sizes.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_slicing.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_stringptr.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_strings.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_struct_fields.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_structures.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_unaligned_structures.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_unicode.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_values.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_varsize_struct.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_win32.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_wintypes.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/curses/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/curses/ascii.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/curses/has_key.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/curses/panel.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/curses/textpad.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dbm/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dbm/dumb.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dbm/gnu.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dbm/ndbm.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/_msvccompiler.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/archive_util.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/bcppcompiler.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/ccompiler.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/cmd.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/config.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/core.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/cygwinccompiler.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/debug.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/dep_util.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/dir_util.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/dist.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/errors.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/extension.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/fancy_getopt.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/file_util.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/filelist.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/log.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/msvc9compiler.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/msvccompiler.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/spawn.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/sysconfig.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/text_file.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/unixccompiler.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/util.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/version.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/versionpredicate.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/bdist.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/bdist_dumb.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/bdist_rpm.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/build.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/build_clib.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/build_ext.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/build_py.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/build_scripts.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/check.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/clean.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/config.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/install.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/install_data.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/install_egg_info.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/install_headers.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/install_lib.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/install_scripts.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/register.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/sdist.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/upload.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/support.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_archive_util.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_bdist.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_bdist_dumb.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_bdist_rpm.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_build.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_build_clib.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_build_ext.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_build_py.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_build_scripts.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_check.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_clean.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_cmd.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_config.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_config_cmd.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_core.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_cygwinccompiler.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_dep_util.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_dir_util.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_dist.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_extension.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_file_util.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_filelist.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_install.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_install_data.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_install_headers.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_install_lib.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_install_scripts.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_log.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_msvc9compiler.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_msvccompiler.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_register.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_sdist.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_spawn.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_sysconfig.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_text_file.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_unixccompiler.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_upload.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_util.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_version.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_versionpredicate.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/_encoded_words.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/_header_value_parser.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/_parseaddr.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/_policybase.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/base64mime.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/charset.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/contentmanager.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/encoders.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/errors.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/feedparser.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/generator.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/header.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/headerregistry.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/iterators.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/message.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/parser.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/policy.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/quoprimime.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/utils.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/application.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/audio.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/base.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/image.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/message.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/multipart.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/nonmultipart.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/text.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/aliases.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/ascii.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/base64_codec.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/big5.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/big5hkscs.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/bz2_codec.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/charmap.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp037.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1006.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1026.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1125.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1140.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1250.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1251.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1252.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1253.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1254.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1255.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1256.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1257.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1258.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp273.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp424.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp437.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp500.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp720.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp737.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp775.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp850.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp852.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp855.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp856.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp857.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp858.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp860.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp861.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp862.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp863.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp864.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp865.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp866.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp869.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp874.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp875.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp932.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp949.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp950.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/euc_jis_2004.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/euc_jisx0213.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/euc_jp.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/euc_kr.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/gb18030.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/gb2312.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/gbk.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/hex_codec.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/hp_roman8.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/hz.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/idna.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_jp.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_jp_1.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_jp_2.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_jp_2004.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_jp_3.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_jp_ext.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_kr.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_1.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_10.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_11.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_13.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_14.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_15.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_16.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_2.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_3.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_4.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_5.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_6.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_7.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_8.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_9.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/johab.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/koi8_r.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/koi8_t.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/koi8_u.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/kz1048.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/latin_1.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_arabic.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_croatian.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_cyrillic.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_farsi.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_greek.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_iceland.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_latin2.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_roman.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_romanian.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_turkish.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mbcs.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/oem.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/palmos.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/ptcp154.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/punycode.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/quopri_codec.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/raw_unicode_escape.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/rot_13.py: updating /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/shift_jis.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/shift_jis_2004.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/shift_jisx0213.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/tis_620.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/undefined.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/unicode_escape.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_16.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_16_be.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_16_le.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_32.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_32_be.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_32_le.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_7.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_8.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_8_sig.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/uu_codec.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/zlib_codec.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ensurepip/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ensurepip/__main__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ensurepip/_uninstall.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/html/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/html/entities.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/html/parser.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/http/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/http/client.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/http/cookiejar.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/http/cookies.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/http/server.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/__main__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/autocomplete.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/autocomplete_w.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/autoexpand.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/browser.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/calltip.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/calltip_w.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/codecontext.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/colorizer.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/config.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/config_key.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/configdialog.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/debugger.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/debugger_r.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/debugobj.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/debugobj_r.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/delegator.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/dynoption.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/editor.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/filelist.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/format.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/grep.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/help.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/help_about.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/history.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/hyperparser.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/iomenu.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/macosx.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/mainmenu.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/multicall.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/outwin.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/parenmatch.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/pathbrowser.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/percolator.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/pyparse.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/pyshell.py: updating /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/query.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/redirector.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/replace.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/rpc.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/run.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/runscript.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/scrolledlist.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/search.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/searchbase.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/searchengine.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/sidebar.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/squeezer.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/stackviewer.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/statusbar.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/textview.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/tooltip.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/tree.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/undo.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/util.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/window.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/zoomheight.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/zzdummy.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/htest.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/mock_idle.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/mock_tk.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/template.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_autocomplete.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_autocomplete_w.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_autoexpand.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_browser.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_calltip.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_calltip_w.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_codecontext.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_colorizer.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_config.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_config_key.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_configdialog.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_debugger.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_debugger_r.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_debugobj.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_debugobj_r.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_delegator.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_editmenu.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_editor.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_filelist.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_format.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_grep.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_help.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_help_about.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_history.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_hyperparser.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_iomenu.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_macosx.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_mainmenu.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_multicall.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_outwin.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_parenmatch.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_pathbrowser.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_percolator.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_pyparse.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_pyshell.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_query.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_redirector.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_replace.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_rpc.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_run.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_runscript.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_scrolledlist.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_search.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_searchbase.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_searchengine.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_sidebar.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_squeezer.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_stackviewer.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_statusbar.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_text.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_textview.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_tooltip.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_tree.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_undo.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_util.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_warning.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_window.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_zoomheight.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_zzdummy.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/tkinter_testing_utils.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/_abc.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/_bootstrap.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/_bootstrap_external.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/abc.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/machinery.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/readers.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/simple.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/util.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/_adapters.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/_collections.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/_functools.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/_itertools.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/_meta.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/_text.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/_adapters.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/_common.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/_itertools.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/_legacy.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/abc.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/readers.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/simple.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/json/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/json/decoder.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/json/encoder.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/json/scanner.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/json/tool.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/__main__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/btm_matcher.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/btm_utils.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixer_base.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixer_util.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/main.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/patcomp.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pygram.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pytree.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/refactor.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_apply.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_asserts.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_basestring.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_buffer.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_dict.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_except.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_exec.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_execfile.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_exitfunc.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_filter.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_funcattrs.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_future.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_getcwdu.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_has_key.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_idioms.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_import.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_imports.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_imports2.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_input.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_intern.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_isinstance.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_itertools.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_itertools_imports.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_long.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_map.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_metaclass.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_methodattrs.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_ne.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_next.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_nonzero.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_numliterals.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_operator.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_paren.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_print.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_raise.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_raw_input.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_reduce.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_reload.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_renames.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_repr.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_set_literal.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_standarderror.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_sys_exc.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_throw.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_tuple_params.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_types.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_unicode.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_urllib.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_ws_comma.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_xrange.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_xreadlines.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_zip.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/conv.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/driver.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/grammar.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/literals.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/parse.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/pgen.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/token.py: updating /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/tokenize.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/__main__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/pytree_idempotency.py: updating /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/support.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_all_fixers.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_fixers.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_main.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_parser.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_pytree.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_refactor.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_util.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data/bom.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data/crlf.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data/different_encoding.py: updating /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data/false_encoding.py: updating /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data/infinite_recursion.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data/py2_test_grammar.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data/py3_test_grammar.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data/fixers/bad_order.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data/fixers/no_fixer_cls.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data/fixers/parrot_example.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data/fixers/myfixes/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data/fixers/myfixes/fix_explicit.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data/fixers/myfixes/fix_first.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data/fixers/myfixes/fix_last.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data/fixers/myfixes/fix_parrot.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data/fixers/myfixes/fix_preorder.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/logging/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/logging/config.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/logging/handlers.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/connection.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/context.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/forkserver.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/heap.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/managers.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/pool.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/popen_fork.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/popen_forkserver.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/popen_spawn_posix.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/popen_spawn_win32.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/process.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/queues.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/reduction.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/resource_sharer.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/resource_tracker.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/shared_memory.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/sharedctypes.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/spawn.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/synchronize.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/util.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/dummy/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/dummy/connection.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/re/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/re/_casefix.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/re/_compiler.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/re/_constants.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/re/_parser.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sqlite3/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sqlite3/dbapi2.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sqlite3/dump.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/__main__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_test_atexit.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_test_eintr.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_test_embed_set_config.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_test_embed_structseq.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_test_multiprocessing.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_test_venv_multiprocessing.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_typed_dict_helper.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module2.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module3.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module4.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module5.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module6.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module7.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module8.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/audiotests.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/audit-tests.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/autotest.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/bad_coding.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/bad_coding2.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/bad_getattr.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/bad_getattr2.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/bad_getattr3.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/badsyntax_3131.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/badsyntax_future10.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/badsyntax_future3.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/badsyntax_future4.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/badsyntax_future5.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/badsyntax_future6.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/badsyntax_future7.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/badsyntax_future8.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/badsyntax_future9.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/badsyntax_pep3120.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/bisect_cmd.py: updating /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/coding20731.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/curses_tests.py: updating /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dataclass_module_1.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dataclass_module_1_str.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dataclass_module_2.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dataclass_module_2_str.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dataclass_textanno.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/datetimetester.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dis_module.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/doctest_aliases.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/doctest_lineno.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/double_const.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/final_a.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/final_b.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/fork_wait.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/future_test1.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/future_test2.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/gdb_sample.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/good_getattr.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/imp_dummy.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/inspect_fodder.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/inspect_fodder2.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/inspect_stock_annotations.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/inspect_stringized_annotations.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/inspect_stringized_annotations_2.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/list_tests.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/lock_tests.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/make_ssl_certs.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/mapping_tests.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/memory_watchdog.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/mock_socket.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/mod_generics_cache.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/mp_fork_bomb.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/mp_preload.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/multibytecodec_support.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/pickletester.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/profilee.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/pyclbr_input.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/pydoc_mod.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/pydocfodder.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/pythoninfo.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/re_tests.py: updating /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/regrtest.py: updating /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/relimport.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/reperf.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/sample_doctest.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/sample_doctest_no_docstrings.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/sample_doctest_no_doctests.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/seq_tests.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/setup_testcppext.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/signalinterproctester.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/sortperf.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ssl_servers.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ssltests.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/string_tests.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test___all__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test___future__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test__locale.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test__opcode.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test__osx_support.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test__xxsubinterpreters.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_abc.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_abstract_numbers.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_aifc.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_argparse.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_array.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asdl_parser.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ast.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncgen.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asynchat.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncore.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_atexit.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_audioop.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_audit.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_augassign.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_base64.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_baseexception.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bdb.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bigaddrspace.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bigmem.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_binascii.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_binop.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bisect.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bool.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_buffer.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bufio.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_builtin.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bytes.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bz2.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_c_locale_coercion.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_calendar.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_call.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cgi.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cgitb.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_charmapcodec.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_check_c_globals.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_class.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_clinic.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cmath.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cmd.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cmd_line.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cmd_line_script.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_code.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_code_module.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codeccallbacks.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecencodings_cn.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecencodings_hk.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecencodings_iso2022.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecencodings_jp.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecencodings_kr.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecencodings_tw.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecmaps_cn.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecmaps_hk.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecmaps_jp.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecmaps_kr.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecmaps_tw.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecs.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codeop.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_collections.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_colorsys.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_compare.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_compile.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_compileall.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_complex.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_concurrent_futures.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_configparser.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_contains.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_context.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_contextlib.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_contextlib_async.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_copy.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_copyreg.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_coroutines.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cppext.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cprofile.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_crashers.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_crypt.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_csv.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ctypes.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_curses.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dataclasses.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_datetime.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dbm.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dbm_dumb.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dbm_gnu.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dbm_ndbm.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_decimal.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_decorators.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_defaultdict.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_deque.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_descr.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_descrtut.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_devpoll.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dict.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dict_version.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dictcomps.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dictviews.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_difflib.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dis.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_distutils.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_doctest.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_doctest2.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_docxmlrpc.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dtrace.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dynamic.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dynamicclassattribute.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_eintr.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_embed.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ensurepip.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_enum.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_enumerate.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_eof.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_epoll.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_errno.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_except_star.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_exception_group.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_exception_hierarchy.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_exception_variations.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_exceptions.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_extcall.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_faulthandler.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fcntl.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_file.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_file_eintr.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_filecmp.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fileinput.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fileio.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fileutils.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_finalization.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_float.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_flufl.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fnmatch.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fork1.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_format.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fractions.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_frame.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_frozen.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fstring.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ftplib.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_funcattrs.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_functools.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_future.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_future3.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_future4.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_future5.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_gc.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_gdb.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_generator_stop.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_generators.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_genericalias.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_genericclass.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_genericpath.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_genexps.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_getopt.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_getpass.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_getpath.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_gettext.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_glob.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_global.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_grammar.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_graphlib.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_grp.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_gzip.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_hash.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_hashlib.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_heapq.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_hmac.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_html.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_htmlparser.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_http_cookiejar.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_http_cookies.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_httplib.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_httpservers.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_idle.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_imaplib.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_imghdr.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_imp.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_index.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_inspect.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_int.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_int_literal.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_interpreters.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_io.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ioctl.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ipaddress.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_isinstance.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_iter.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_iterlen.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_itertools.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_keyword.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_keywordonlyarg.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_kqueue.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_largefile.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_launcher.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_lib2to3.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_linecache.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_list.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_listcomps.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_lltrace.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_locale.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_logging.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_long.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_longexp.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_lzma.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_mailbox.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_mailcap.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_marshal.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_math.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_memoryio.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_memoryview.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_metaclass.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_mimetypes.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_minidom.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_mmap.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_module.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_modulefinder.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_msilib.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_multibytecodec.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_multiprocessing_fork.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_multiprocessing_forkserver.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_multiprocessing_main_handling.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_multiprocessing_spawn.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_named_expressions.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_netrc.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_nis.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_nntplib.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ntpath.py: no change recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/json') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/json/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data/fixers') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data/fixers/myfixes') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/logging') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/logging/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/dummy') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/dummy/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/re') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/re/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/site-packages') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/site-packages/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sqlite3') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sqlite3/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/audiodata') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/capath') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/cjkencodings') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/data') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/decimaltestdata') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dtracedata') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dtracedata/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/encoded_modules') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/encoded_modules/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/imghdrdata') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/sndhdrdata') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/subprocessdata') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/subprocessdata/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/data') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg2') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg2/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg2/parent') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg2/parent/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/package') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/package/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/package2') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/package2/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/unwritable') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/unwritable/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/builtin') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/builtin/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data01') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data01/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data01/subdirectory') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data01/subdirectory/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02/one') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02/one/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02/two') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02/two/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/namespace') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/namespace/portion1') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/namespace/portion1/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/namespace/portion2') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/namespace/portion2/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/frozen') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/frozen/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/both_portions') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/both_portions/foo') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/both_portions/foo/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/module_and_namespace_package') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/module_and_namespace_package/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/not_a_namespace_pkg') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion1') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion1/foo') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion1/foo/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion2') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion2/foo') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion2/foo/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project1') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project1/parent') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project1/parent/child') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project1/parent/child/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project2') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project2/parent') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project2/parent/child') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project2/parent/child/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project3') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project3/parent') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project3/parent/child') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project3/parent/child/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespacedata01') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/partial') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/partial/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/resources') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/resources/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/zipdata01') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/zipdata01/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/zipdata02') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/zipdata02/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_warnings') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_warnings/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_warnings/data') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_warnings/data/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo/data') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo/data/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/tracedmodules') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/tracedmodules/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/typinganndata') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/typinganndata/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/xmltestdata') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/xmltestdata/c14n-20') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ziptestdata') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ziptestdata/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_ttk') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_ttk/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tomllib') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tomllib/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/venv') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/venv/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/venv/scripts') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/venv/scripts/common') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/venv/scripts/posix') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/etree') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/etree/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/parsers') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/parsers/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xmlrpc') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xmlrpc/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zoneinfo') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zoneinfo/__pycache__') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/share') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/share/man') recursedown('/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/share/man/man1') /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_numeric_tower.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_opcache.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_opcodes.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_openpty.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_operator.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_optparse.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ordered_dict.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_os.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ossaudiodev.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_osx_env.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pathlib.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_patma.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pdb.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peepholer.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pep646_syntax.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pickle.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_picklebuffer.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pickletools.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pipes.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pkg.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pkgutil.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_platform.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_plistlib.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_poll.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_popen.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_poplib.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_positional_only_arg.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_posix.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_posixpath.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pow.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pprint.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_print.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_profile.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_property.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pstats.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pty.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pulldom.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pwd.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_py_compile.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pyclbr.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pydoc.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pyexpat.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_queue.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_quopri.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_raise.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_random.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_range.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_re.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_readline.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_regrtest.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_repl.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_reprlib.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_resource.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_richcmp.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_rlcompleter.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_robotparser.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_runpy.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sax.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sched.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_scope.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_script_helper.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_secrets.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_select.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_selectors.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_set.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_setcomps.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_shelve.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_shlex.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_shutil.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_signal.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_site.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_slice.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_smtpd.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_smtplib.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_smtpnet.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sndhdr.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_socket.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_socketserver.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sort.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_source_encoding.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_spwd.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ssl.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_stable_abi_ctypes.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_startfile.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_stat.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_statistics.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_strftime.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_string.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_string_literals.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_stringprep.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_strptime.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_strtod.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_struct.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_structseq.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_subclassinit.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_subprocess.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sunau.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sundry.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_super.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_support.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_symtable.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_syntax.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sys.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sys_setprofile.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sys_settrace.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sysconfig.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_syslog.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tabnanny.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tarfile.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tcl.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_telnetlib.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tempfile.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_textwrap.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_thread.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_threadedtempfile.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_threading.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_threading_local.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_threadsignals.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_time.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_timeit.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_timeout.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tix.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tk.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tokenize.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_trace.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_traceback.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tracemalloc.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ttk_guionly.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ttk_textonly.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tuple.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_turtle.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_type_annotations.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_type_cache.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_type_comments.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_typechecks.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_types.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_typing.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ucn.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unary.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unicode.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unicode_file.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unicode_file_functions.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unicode_identifiers.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unicodedata.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unittest.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_univnewlines.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unpack.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unpack_ex.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unparse.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urllib.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urllib2.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urllib2_localnet.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urllib2net.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urllib_response.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urllibnet.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urlparse.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_userdict.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_userlist.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_userstring.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_utf8_mode.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_utf8source.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_uu.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_uuid.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_venv.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_wait3.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_wait4.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_wave.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_weakref.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_weakset.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_webbrowser.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_winconsoleio.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_winreg.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_winsound.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_with.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_wsgiref.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xdrlib.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xml_dom_minicompat.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xml_etree.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xml_etree_c.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xmlrpc.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xmlrpc_net.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xxlimited.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xxtestfuzz.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_yield_from.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zipapp.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zipfile.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zipfile64.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zipimport.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zipimport_support.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zlib.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/testcodec.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/tf_inherit_check.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/time_hashlib.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/win_console_handler.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/xmltests.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dtracedata/call_stack.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dtracedata/gc.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dtracedata/instance.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dtracedata/line.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/encoded_modules/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/encoded_modules/module_iso_8859_1.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/encoded_modules/module_koi8_r.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/cmdline.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/main.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/pgo.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/refleak.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/runtest.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/runtest_mp.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/save_env.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/setup.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/utils.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/win_utils.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/subprocessdata/fd_status.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/subprocessdata/input_reader.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/subprocessdata/qcat.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/subprocessdata/qgrep.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/subprocessdata/sigchild_ignore.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/bytecode_helper.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/hashlib_helper.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/import_helper.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/interpreters.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/logging_helper.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/os_helper.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/script_helper.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/socket_helper.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/testresult.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/threading_helper.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/warnings_helper.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/__main__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/echo.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/echo2.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/echo3.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/functional.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_base_events.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_buffered_proto.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_context.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_events.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_futures.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_futures2.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_locks.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_pep492.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_proactor_events.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_protocols.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_queues.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_runners.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_selector_events.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_sendfile.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_server.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_sock_lowlevel.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_ssl.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_sslproto.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_streams.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_subprocess.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_taskgroups.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_tasks.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_threads.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_timeouts.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_transports.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_unix_events.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_waitfor.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_windows_events.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_windows_utils.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/utils.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/__main__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test__encoded_words.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test__header_value_parser.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_asian_codecs.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_contentmanager.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_defect_handling.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_email.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_generator.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_headerregistry.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_inversion.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_message.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_parser.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_pickleable.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_policy.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_utils.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/torture_test.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/__main__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/basic.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/basic2.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/binding.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/binding2.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/from_cycle1.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/from_cycle2.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/indirect.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/rebinding.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/rebinding2.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/source.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpackage.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/use.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/util.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg/subpackage2.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg/util.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg2/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg2/parent/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg2/parent/child.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/package/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/package/submodule.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/package2/submodule1.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/package2/submodule2.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/unwritable/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/unwritable/x.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/__main__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/abc.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/fixtures.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/stubs.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_abc.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_api.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_compatibilty_files.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_contents.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_files.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_lazy.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_locks.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_main.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_metadata_api.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_namespace_pkgs.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_open.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_path.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_pkg_import.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_read.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_reader.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_resource.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_spec.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_threaded_import.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_util.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_windows.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_zip.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/threaded_import_hangers.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/update-zips.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/util.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/builtin/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/builtin/__main__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/builtin/test_finder.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/builtin/test_loader.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data01/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data01/subdirectory/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02/one/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02/two/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/namespace/portion1/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/namespace/portion2/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension/__main__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension/test_case_sensitivity.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension/test_finder.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension/test_loader.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension/test_path_hook.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/frozen/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/frozen/__main__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/frozen/test_finder.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/frozen/test_loader.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/__main__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test___loader__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test___package__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_api.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_caching.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_fromlist.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_meta_path.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_packages.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_path.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_relative_imports.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/both_portions/foo/one.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/both_portions/foo/two.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/one.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion1/foo/one.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion2/foo/two.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project1/parent/child/one.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project2/parent/child/two.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project3/parent/child/three.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/partial/cfimport.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/partial/pool_in_threads.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/resources/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/resources/util.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/__main__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/test_case_sensitivity.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/test_file_loader.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/test_finder.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/test_path_hook.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/test_source_encoding.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/zipdata01/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/zipdata02/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/__main__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_decode.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_default.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_dump.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_encode_basestring_ascii.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_enum.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_fail.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_float.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_indent.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_pass1.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_pass2.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_pass3.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_recursion.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_scanstring.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_separators.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_speedups.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_tool.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_unicode.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator/__main__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator/test_c_parser.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator/test_first_sets.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator/test_grammar_validator.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator/test_pegen.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/__main__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_fixcid.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_freeze.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_gprof2html.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_i18n.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_lll.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_md5sum.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_pathfix.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_pdeps.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_pindent.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_reindent.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_sundry.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_warnings/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_warnings/__main__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_warnings/data/import_warning.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_warnings/data/stacklevel.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo/__main__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo/_support.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo/test_zoneinfo.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo/data/update_test_data.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/tracedmodules/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/tracedmodules/testmod.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/typinganndata/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/typinganndata/ann_module9.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ziptestdata/testdata_module_inside_zip.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/__main__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/colorchooser.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/commondialog.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/constants.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/dialog.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/dnd.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/filedialog.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/font.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/messagebox.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/scrolledtext.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/simpledialog.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/tix.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/ttk.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/support.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/widget_tests.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_colorchooser.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_font.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_geometry_managers.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_images.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_loadtk.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_messagebox.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_misc.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_simpledialog.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_text.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_variables.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_widgets.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_ttk/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_ttk/test_extensions.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_ttk/test_style.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_ttk/test_widgets.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tomllib/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tomllib/_parser.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tomllib/_re.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tomllib/_types.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/__main__.py: updating /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/bytedesign.py: updating /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/chaos.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/clock.py: updating /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/colormixer.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/forest.py: updating /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/fractalcurves.py: updating /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/lindenmayer.py: updating /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/minimal_hanoi.py: updating /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/nim.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/paint.py: updating /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/peace.py: updating /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/penrose.py: updating /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/planet_and_moon.py: updating /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/rosette.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/round_dance.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/sorting_animate.py: updating /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/tree.py: updating /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/two_canvases.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/yinyang.py: updating /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/__main__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/_log.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/async_case.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/case.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/loader.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/main.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/mock.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/result.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/runner.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/signals.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/suite.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/util.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/__main__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/_test_warnings.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/dummy.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/support.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_assertions.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_async_case.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_break.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_case.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_discovery.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_functiontestcase.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_loader.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_program.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_result.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_runner.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_setups.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_skipping.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_suite.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/__main__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/support.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testasync.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testcallable.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testhelpers.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testmagicmethods.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testmock.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testpatch.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testsealable.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testsentinel.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testwith.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib/error.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib/parse.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib/request.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib/response.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib/robotparser.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/venv/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/venv/__main__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/handlers.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/headers.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/simple_server.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/types.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/util.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/validate.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/NodeFilter.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/domreg.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/expatbuilder.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/minicompat.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/minidom.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/pulldom.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/xmlbuilder.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/etree/ElementInclude.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/etree/ElementPath.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/etree/ElementTree.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/etree/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/etree/cElementTree.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/parsers/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/parsers/expat.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax/_exceptions.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax/expatreader.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax/handler.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax/saxutils.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax/xmlreader.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xmlrpc/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xmlrpc/client.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xmlrpc/server.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zoneinfo/__init__.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zoneinfo/_common.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zoneinfo/_tzpath.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zoneinfo/_zoneinfo.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/msgfmt3.11.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/pathfix3.11.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/pygettext3.11.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib/debug//usr/lib64/libpython3.11.so.1.0-3.11.1-1.el9.aarch64.debug-gdb.py: no change /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib/debug//usr/lib64/libpython3.11d.so.1.0-3.11.1-1.el9.aarch64.debug-gdb.py: no change + find /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64 -name '*.py' '(' '(' '!' -perm /u+x,g+x,o+x -exec sed -e '/^#!/Q 0' -e 'Q 1' '{}' ';' -print -exec sed -i 1d '{}' ';' ')' -o '(' -perm /u+x,g+x,o+x '!' -exec grep -m 1 -q '^#!' '{}' ';' -exec chmod a-x '{}' ';' ')' ')' /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data01/__init__.py /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data01/subdirectory/__init__.py /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/zipdata02/__init__.py /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/resources/__init__.py /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02/two/__init__.py /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02/one/__init__.py /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02/__init__.py /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/__init__.py /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/namespace/portion2/__init__.py /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/namespace/portion1/__init__.py /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data/__init__.py /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/zipdata01/__init__.py /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/__init__.py /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/typinganndata/__init__.py /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/package/submodule.py /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/unwritable/x.py /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/package2/submodule2.py /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg2/__init__.py /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data/fixers/myfixes/__init__.py /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib/__init__.py /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/__init__.py /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/__init__.py /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_ttk/__init__.py /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/__init__.py /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/__init__.py + find /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64 -name '*.bat' -exec rm '{}' ';' + find /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/ -name '*~' -exec rm -f '{}' ';' + find . -name '*~' -exec rm -f '{}' ';' + LD_LIBRARY_PATH=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/:/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64 + /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/python3.11 -s -B -m compileall -f -j32 -o 0 -o 1 -o 2 -s /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64 -p / /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64 --hardlink-dupes Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin'... /usr/lib64/python3.11/lib2to3/tests/data/py3_test_grammar.py:664: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib64/python3.11/lib2to3/tests/data/py3_test_grammar.py:665: SyntaxWarning: "is not" with a literal. Did you mean "!="? /usr/lib64/python3.11/lib2to3/tests/data/py3_test_grammar.py:668: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib64/python3.11/lib2to3/tests/data/py3_test_grammar.py:664: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib64/python3.11/lib2to3/tests/data/py3_test_grammar.py:665: SyntaxWarning: "is not" with a literal. Did you mean "!="? /usr/lib64/python3.11/lib2to3/tests/data/py3_test_grammar.py:668: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib64/python3.11/lib2to3/tests/data/py3_test_grammar.py:664: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib64/python3.11/lib2to3/tests/data/py3_test_grammar.py:665: SyntaxWarning: "is not" with a literal. Did you mean "!="? /usr/lib64/python3.11/lib2to3/tests/data/py3_test_grammar.py:668: SyntaxWarning: "is" with a literal. Did you mean "=="? Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_weakrefset.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/base64.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/cmd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent/futures/process.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_macholib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_stringptr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dbm/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/filelist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/unixccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp737.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/hz.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_8.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/quopri_codec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/graphlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/help.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_debugobj.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_percolator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_warning.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/pathbrowser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/searchbase.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/_adapters.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/inspect.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/operator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/re/_casefix.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/shlex.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/doctest_aliases.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/pydoc_mod.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/subprocessdata/qgrep.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_sslproto.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bdb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codeop.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_crypt.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test__header_value_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_pass1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_speedups.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_long.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_positional_only_arg.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_richcmp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sndhdr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sort.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sundry.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_syntax.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_textwrap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ucn.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unpack.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urllib2net.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_wsgiref.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/commondialog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_geometry_managers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testsentinel.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib/parse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax/handler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zoneinfo/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_collections_abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent/futures/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/copy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_objects.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_repr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_wintypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/ccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_sysconfig.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/big5hkscs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp500.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp949.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/hex_codec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_5.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/heapq.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/debugobj_r.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_editmenu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_replace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/_text.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_apply.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_operator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data/crlf.py'... *** File "/usr/lib64/python3.11/lib2to3/tests/data/crlf.py", line 1 print "hi" ^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data/fixers/myfixes/fix_first.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/locale.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/platform.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/socketserver.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tarfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/double_const.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/good_getattr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/refleak.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/interpreters.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/echo3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_proactor_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_binop.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_compare.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_coroutines.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fileutils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fork1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ftplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/indirect.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension/test_case_sensitivity.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project1/parent/child/one.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_main.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_iter.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_os.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xdrlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xmlrpc_net.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zipapp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/colorchooser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/font.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tokenize.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/types.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_result.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_osx_support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_anon.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_cfuncs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_unicode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dbm/ndbm.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/bdist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_install_lib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/contentmanager.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1026.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp855.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_jp_2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/koi8_t.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/shift_jisx0213.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ftplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_browser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_runscript.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_undo.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/query.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_input.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_types.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data/different_encoding.py'... *** File "/usr/lib64/python3.11/lib2to3/tests/data/different_encoding.py", line 3 print u'ßàáâãäåæçèéêëìíîïðñòóôõöøùúûüýþÿÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞ' ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data/fixers/myfixes/fix_parrot.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/logging/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/random.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_test_embed_structseq.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/bad_coding2.py'... *** File "/usr/lib64/python3.11/test/bad_coding2.py", line 0 SyntaxError: encoding problem: utf8 with BOM Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dis_module.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/future_test1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/regrtest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/sortperf.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test__opcode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_futures.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_binascii.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecmaps_hk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_compile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_distutils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_doctest2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_policy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_finalization.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_getopt.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_hashlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02/one/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/frozen/test_finder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/test_file_loader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_listcomps.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_marshal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pipes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_posixpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_signal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sysconfig.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_i18n.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_types.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/bytedesign.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/penrose.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_async_case.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib/response.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/warnings.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/etree/ElementPath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_threading_local.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/base_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_find.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_prototypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/archive_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/build.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/cygwinccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_check.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/doctest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_8.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/browser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/mock_tk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_parenmatch.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_squeezer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/imaplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_getcwdu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_reload.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pytree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/spawn.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pprint.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sndhdr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_test_embed_set_config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/badsyntax_future10.py'... *** File "/usr/lib64/python3.11/test/badsyntax_future10.py", line 3 SyntaxError: from __future__ imports must occur at the beginning of the file Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/badsyntax_future6.py'... *** File "/usr/lib64/python3.11/test/badsyntax_future6.py", line 3 SyntaxError: from __future__ imports must occur at the beginning of the file Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dtracedata/gc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test___all__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_audioop.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codeccallbacks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dbm_gnu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_difflib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_defect_handling.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_except_star.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_heapq.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/rebinding.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/package/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/namespace/portion2/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_packages.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/partial/pool_in_threads.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_contents.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_reader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_isinstance.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_lltrace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_minidom.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_print.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_quopri.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_rlcompleter.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_selectors.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_startfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_string.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tcl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unary.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unicode_identifiers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_univnewlines.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urlparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_misc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/clock.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/sorting_animate.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_skipping.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/weakref.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax/xmlreader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/aifc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent/futures/thread.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_slicing.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/clean.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/sdist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_file_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1257.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp869.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_16.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_romanian.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_7.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/http/server.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_hyperparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_window.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/multicall.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/_adapters.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_imports2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_throw.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data/false_encoding.py'... *** File "/usr/lib64/python3.11/lib2to3/tests/data/false_encoding.py", line 2 print '#coding=0' ^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data/fixers/no_fixer_cls.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_refactor.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/shared_memory.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pyclbr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/shutil.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/fork_wait.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/pgo.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/sample_doctest_no_doctests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ssltests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_streams.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_builtin.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ensurepip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_flufl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_frame.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_genericclass.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_hmac.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/source.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/builtin/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/frozen/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_meta_path.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/resources/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_windows.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_decode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_unicode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_modulefinder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ntpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_picklebuffer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_posix.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_timeout.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_trace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urllibnet.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_weakset.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/time_hashlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/threading.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/two_canvases.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/case.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xdrlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/parsers/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zipapp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/pygettext3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asynchat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/format_helpers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/subprocess.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/cProfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_incomplete.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_pep3118.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dataclasses.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/headerregistry.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/euc_jp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_jp_ext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/koi8_u.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/tis_620.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/genericpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/help_about.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/zoomheight.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/json/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixer_base.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_metaclass.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/pgen.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/process.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pstats.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sre_parse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/bad_getattr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/list_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test___future__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test__xxsubinterpreters.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cmd_line_script.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_csv.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fnmatch.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_gdb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_idle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_imp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg2/parent/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/builtin/test_finder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test___package__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_files.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_spec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_memoryio.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator/test_pegen.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_re.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zipimport_support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/typinganndata/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/constants.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_ttk/test_widgets.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/codecs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_arrays.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_refcounts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/install.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_cygwinccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/_policybase.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/base64_codec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1254.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp863.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/zlib_codec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/autocomplete.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/filelist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/htest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_mainmenu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_rpc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_statusbar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/macosx.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/stackviewer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/_functools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/simple.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_itertools_imports.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_standarderror.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lzma.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/heap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/plistlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sqlite3/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/string.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/badsyntax_future9.py'... *** File "/usr/lib64/python3.11/test/badsyntax_future9.py", line 3 SyntaxError: not a chance Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dataclass_module_1_str.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/inspect_fodder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/reperf.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ssl_servers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/os_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_sendfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_augassign.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bz2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_datetime.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dict_version.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dynamicclassattribute.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_inversion.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_enum.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pstats.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pydoc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_subprocess.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/scrolledtext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_messagebox.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_ttk/test_style.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/result.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_runner.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/__future__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/base_tasks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/sslproto.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/_endian.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_bitfields.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_varsize_struct.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dbm/dumb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/bdist_rpm.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_build.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_core.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_unixccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/message.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_6.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/ptcp154.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/http/client.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_history.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/undo.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_except.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_xrange.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data/fixers/myfixes/fix_preorder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/logging/handlers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pickletools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/stat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/bad_coding.py'... *** File "/usr/lib64/python3.11/test/bad_coding.py", line 0 SyntaxError: unknown encoding: uft-8 Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dataclass_textanno.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/final_b.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/mp_fork_bomb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/script_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_locks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_charmapcodec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cmd_line.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dataclasses.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_list.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_named_expressions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator/test_grammar_validator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_plistlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_shelve.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_stable_abi_ctypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_strptime.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tokenize.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_uuid.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/timeit.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_widgets.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/pulldom.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zoneinfo/_common.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib/debug/usr/lib64/libpython3.11d.so.1.0-3.11.1-1.el9.aarch64.debug-gdb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncore.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_struct_fields.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/decimal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/errors.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_build_scripts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_msvccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/encoders.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/audio.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1252.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp858.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_arabic.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/html/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/colorizer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_configdialog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_intern.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_unicode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data/fixers/bad_order.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_main.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/popen_spawn_posix.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sre_compile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/struct.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tempfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/datetimetester.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_faulthandler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_generators.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/from_cycle2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/package2/submodule1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension/test_loader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_enum.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_lib2to3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_mailbox.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tarfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/suite.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testhelpers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zoneinfo/_tzpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/base_futures.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/log.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/protocols.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/threads.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/windows_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_callbacks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_simplesubclasses.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/curses/ascii.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/build_py.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_bdist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_clean.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_install_headers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/version.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/policy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp273.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp875.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/gbk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_7.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/punycode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/hashlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/format.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_editor.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_searchengine.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/searchengine.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/_collections.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/readers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_filter.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_sys_exc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/modulefinder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/optparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/stringprep.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/audit-tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/encoded_modules/module_iso_8859_1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/inspect_stock_annotations.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/pythoninfo.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_selector_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_calendar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_curses.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_file_eintr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fractions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/basic.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/basic2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg2/parent/child.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/builtin/test_loader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/both_portions/foo/one.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/one.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project3/parent/child/three.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_locks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/zipdata01/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_int_literal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_dump.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_pass3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_launcher.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pdb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_queue.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_smtpd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_thread.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tix.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_freeze.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_md5sum.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tracemalloc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_winreg.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo/data/update_test_data.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/tracedmodules/testmod.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/this.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/widget_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_loader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_pydecimal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/sysconfig.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_log.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_text_file.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/errors.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1255.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp865.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_15.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_roman.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_32_le.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/http/cookiejar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/pyparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/machinery.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/_itertools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/json/tool.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_has_key.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_renames.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data/py3_test_grammar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pdb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_test_venv_multiprocessing.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/audiotests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dtracedata/line.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/imp_dummy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/mock_socket.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/seq_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_queues.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncore.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_class.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_contextlib_async.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_descr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_range.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ssl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib/error.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/venv/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/minicompat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/etree/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/etree/cElementTree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/parsers/expat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax/saxutils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/macholib/framework.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_byteswap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/install_data.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/debug.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/msvc9compiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/feedparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp424.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp932.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/gb2312.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ensurepip/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/http/cookies.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/hyperparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_help_about.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_sidebar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/json/decoder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_isinstance.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_xreadlines.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data/fixers/myfixes/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_fixers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dataclass_module_2_str.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/inspect_stringized_annotations.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/pickletester.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_copyreg.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_decimal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pkgutil.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pyclbr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_runpy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_stringprep.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_gprof2html.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_pathfix.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_turtle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urllib_response.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_wait3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_warnings/data/import_warning.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_webbrowser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zipfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib/debug/usr/lib64/libpython3.11.so.1.0-3.11.1-1.el9.aarch64.debug-gdb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/constants.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/tasks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/cgi.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_as_parameter.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_pointers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/build_ext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_filelist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/base.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp037.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp850.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/idna.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/palmos.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/hmac.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/config_key.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_debugobj_r.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_outwin.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_textview.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/runscript.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/_abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/_itertools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/simple.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/json/encoder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/btm_matcher.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_map.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/driver.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/context.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/nntplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/runtest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/re_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/echo.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/functional.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_transports.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_windows_utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bool.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_colorsys.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_crashers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_devpoll.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dtrace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test__encoded_words.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_enumerate.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_format.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_hash.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_threaded_import.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_fail.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_linecache.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_multiprocessing_forkserver.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_nis.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_numeric_tower.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_osx_env.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pickletools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_poll.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pty.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sax.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_threading.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_userlist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_warnings/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_wave.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xml_dom_minicompat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xxlimited.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo/test_zoneinfo.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testmagicmethods.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/headers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/validate.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax/expatreader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/copyreg.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/macholib/dylib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_array_in_pointer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_delattr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_init.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_pickling.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_win32.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/build_scripts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/dir_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_dir_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_register.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/nonmultipart.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1006.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp852.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_jp_1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/koi8_r.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/rot_13.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/getopt.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/editor.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_exec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_methodattrs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/literals.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data/fixers/parrot_example.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/mailbox.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ssl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_buffer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpackage.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_api.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/resources/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_mimetypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_opcodes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ossaudiodev.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pprint.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_socket.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/__phello__/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/futures.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/install_egg_info.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/dep_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/spawn.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_upload.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/text.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1251.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/oem.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/uu_codec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_redirector.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/tkinter_testing_utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/pyshell.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/btm_utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_raise.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/forkserver.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/synchronize.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/signal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sysconfig.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dtracedata/call_stack.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/testresult.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dbm.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_generator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_exception_variations.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fstring.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg2/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/unwritable/x.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_caching.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_lazy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_inspect.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unpack_ex.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urllib2_localnet.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_simpledialog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/tix.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/expatbuilder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/__phello__/spam.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/transports.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/cgitb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/config-3.11d-aarch64-linux-gnu/python-config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_internals.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_returnfuncptrs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/curses/textpad.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_bdist_dumb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_dist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp861.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_11.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_cyrillic.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_16.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/glob.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_query.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/window.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_buffer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_nonzero.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/linecache.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/popen_forkserver.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pathlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/statistics.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/badsyntax_pep3120.py'... *** File "/usr/lib64/python3.11/test/badsyntax_pep3120.py", line 1 print("b�se") ^ SyntaxError: (unicode error) 'utf-8' codec can't decode byte 0xf6 in position 1: invalid start byte Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dataclass_module_2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/final_a.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/mod_generics_cache.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/relimport.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/threading_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_buffered_proto.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_ssl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_clinic.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_concurrent_futures.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_asian_codecs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_headerregistry.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_grp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_html.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_httpservers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_read.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/zipdata02/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_interpreters.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_memoryview.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peepholer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_raise.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_set.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_warnings/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/simpledialog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tracemalloc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_functiontestcase.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testasync.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zipimport.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_pyio.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/chunk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/contextlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_loading.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_values.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dis.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_config_cmd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_version.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/header.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp950.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/shift_jis.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/filecmp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/configdialog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_import.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/main.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/connection.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pickle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_typed_dict_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/badsyntax_future4.py'... *** File "/usr/lib64/python3.11/test/badsyntax_future4.py", line 3 SyntaxError: from __future__ imports must occur at the beginning of the file Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/lock_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test__locale.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_pep492.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_tasks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_defaultdict.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_doctest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fileio.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_http_cookiejar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_itertools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_subclassinit.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_syslog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_threading_local.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_timeit.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_type_annotations.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unicode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_assertions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testwith.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/webbrowser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xmlrpc/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xmlrpc/server.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/msgfmt3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_compression.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/mixins.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/runners.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_strings.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/cmd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/file_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_extension.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/aliases.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp862.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ensurepip/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/calltip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/history.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_debugger_r.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_multicall.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/search.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_dict.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_repr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/refactor.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/nturl2path.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/rlcompleter.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sched.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/telnetlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/save_env.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/logging_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncgen.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_call.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cppext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dbm_ndbm.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dis.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_getpass.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_gzip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/from_cycle1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_fromlist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/test_path_hook.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_pkg_import.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_separators.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_mailcap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_multiprocessing_spawn.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_nntplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_random.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_telnetlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_fixcid.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_pdeps.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_traceback.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tomllib/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/trace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/signals.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_case.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/msgfmt3.11.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_bootsubprocess.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/exceptions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/proactor_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/code.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_structures.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_dep_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_versionpredicate.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/_header_value_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_autoexpand.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_iomenu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_searchbase.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/mainmenu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/replace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/_bootstrap_external.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_imports.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/patcomp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/popen_fork.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ntpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/shelve.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tabnanny.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_test_multiprocessing.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecencodings_jp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_collections.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_gc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg/subpackage2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/package/submodule.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/frozen/test_loader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_api.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_recursion.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_locale.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pathlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_userstring.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_wait4.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_warnings/data/stacklevel.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_winconsoleio.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xml_etree_c.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo/_support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/tf_inherit_check.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/textwrap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_text.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tomllib/_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/dummy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_discovery.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/types.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/xmlbuilder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zoneinfo/_zoneinfo.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/argparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_libc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_python_api.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/curses/has_key.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/check.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/fancy_getopt.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_spawn.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/iterators.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/bz2_codec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_farsi.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_32.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/http/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/grep.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_autocomplete_w.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_grep.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_scrolledlist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/iomenu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/_bootstrap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_long.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_ws_comma.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/mimetypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/sharedctypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/posixpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/runpy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module4.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/autotest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/coding20731.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/encoded_modules/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/inspect_fodder2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/setup.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ast.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_eintr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_message.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_future3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_future4.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_future5.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_genericalias.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_http_cookies.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/package2/submodule2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data01/subdirectory/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/fixtures.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_metadata_api.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_iterlen.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_keyword.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_metaclass.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_module.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_openpty.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_optparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_regrtest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_symtable.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tempfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_weakref.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/typing.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_py_abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_sitebuiltins.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/contextvars.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/csv.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_parameters.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/_msvccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_msvc9compiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/charset.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/image.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1258.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp874.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/euc_kr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mbcs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_8_sig.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/autoexpand.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/debugger.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_macosx.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_run.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/imghdr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/readers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ipaddress.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_numliterals.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/parse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/dummy/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/resource_sharer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pkgutil.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/selectors.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_test_atexit.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/bad_getattr2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/make_ssl_certs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/setup_testcppext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/import_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/echo2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_runners.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_base64.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_code_module.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecencodings_kr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_getpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/rebinding2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/builtin/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/frozen/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_path.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_open.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/update-zips.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ioctl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_encode_basestring_ascii.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_pass2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_keywordonlyarg.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_multibytecodec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_patma.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_typechecks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unicode_file_functions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urllib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_images.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/fractalcurves.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/round_dance.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/mock.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/selector_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/collections/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/register.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_build_py.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/text_file.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/multipart.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1250.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp857.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_jp_3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/latin_1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/shift_jis_2004.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/fileinput.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/debugobj.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/template.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_filelist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_pyshell.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_zoomheight.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/textview.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/_common.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_ne.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/reduction.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/profile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/secrets.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sre_constants.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sunau.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module7.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/badsyntax_future3.py'... *** File "/usr/lib64/python3.11/test/badsyntax_future3.py", line 3 SyntaxError: future feature rested_snopes is not defined Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/sample_doctest_no_docstrings.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/string_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cgi.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_contains.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dbm_dumb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dynamic.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_email.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pickle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_py_compile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_scope.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_spwd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_strftime.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sunau.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sys.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_utf8_mode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_with.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ziptestdata/testdata_module_inside_zip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/filedialog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/pathfix3.11.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_sysconfigdata_d_linux_aarch64-linux-gnu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/taskgroups.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/bz2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/log.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_cmd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_sdist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1140.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp856.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_croatian.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/unicode_escape.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/fnmatch.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/calltip_w.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/mock_idle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_format.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/run.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_future.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_print.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pygram.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data/infinite_recursion.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/badsyntax_future8.py'... *** File "/usr/lib64/python3.11/test/badsyntax_future8.py", line 3 SyntaxError: future feature * is not defined Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/mapping_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_threads.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_waitfor.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_atexit.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bisect.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_complex.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_decorators.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/torture_test.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_errno.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_exceptions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/test_finder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_index.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_kqueue.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_multiprocessing_fork.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_netrc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ordered_dict.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_profile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pyexpat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_shutil.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zipimport.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_font.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tomllib/_types.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tty.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/minimal_hanoi.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/planet_and_moon.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/loader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testpatch.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_strptime.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/streams.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent/futures/_base.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_frombuffer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_unaligned_structures.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/datetime.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_14.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/getpass.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/codecontext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_autocomplete.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_search.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_zzdummy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/rpc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_exitfunc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_tuple_params.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/numbers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/queue.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/site.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module8.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/badsyntax_future7.py'... *** File "/usr/lib64/python3.11/test/badsyntax_future7.py", line 3 SyntaxError: from __future__ imports must occur at the beginning of the file Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/bisect_cmd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/future_test2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/profilee.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/subprocessdata/fd_status.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_abstract_numbers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_protocols.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_taskgroups.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bigmem.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ctypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_descrtut.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dictviews.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_contentmanager.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_generator_stop.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_genexps.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_gettext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/binding2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/unwritable/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension/test_finder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion2/foo/two.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_int.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_msilib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_opcache.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator/test_c_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_popen.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_property.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_reprlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_smtpnet.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_source_encoding.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_struct.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_pindent.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_type_comments.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unicodedata.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_uu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xml_etree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/__hello__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_aix_support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/colorsys.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_sizes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/curses/panel.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dbm/gnu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/install_headers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/upload.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_bdist_rpm.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_install.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/big5.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1256.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp866.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_turkish.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/autocomplete_w.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_codecontext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_tooltip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/redirector.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/tree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_basestring.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_next.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/grammar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data/py2_test_grammar.py'... *** File "/usr/lib64/python3.11/lib2to3/tests/data/py2_test_grammar.py", line 31 self.assertEquals(0377, 255) ^ SyntaxError: leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_pytree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/opcode.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/re/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/socket.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module6.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/badsyntax_future5.py'... *** File "/usr/lib64/python3.11/test/badsyntax_future5.py", line 4 SyntaxError: from __future__ imports must occur at the beginning of the file Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/win_utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/pydocfodder.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/subprocessdata/qcat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test__osx_support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_unix_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecencodings_iso2022.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecmaps_jp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_contextlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_exception_group.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_grammar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_tool.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_lzma.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_script_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_setcomps.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_socketserver.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_structseq.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sys_setprofile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_time.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_utf8source.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_venv.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/tracedmodules/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/win_console_handler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/messagebox.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_variables.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/lindenmayer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/peace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/yinyang.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/async_case.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_break.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testsealable.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/uu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/handlers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xmlrpc/client.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/locks.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/calendar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_errno.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_memfunctions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/extension.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_build_clib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_install_scripts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/_encoded_words.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/quoprimime.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp437.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/gb18030.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_4.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/gettext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/debugger_r.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_calltip_w.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_help.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_pyparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/tooltip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata/_meta.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/json/scanner.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_funcattrs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_reduce.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/pytree_idempotency.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/pool.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dtracedata/instance.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/pyclbr_input.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/signalinterproctester.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/warnings_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_context.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_server.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_timeouts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cgitb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_code.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_copy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_docxmlrpc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_embed.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_httplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_longexp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_math.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_string_literals.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tabnanny.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tuple.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xxtestfuzz.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zipfile64.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/testcodec.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/base_subprocess.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/unix_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/_aix.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/curses/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/difflib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/base64mime.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_10.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_greek.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_16_be.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/fractions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/dynoption.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_debugger.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_delegator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_pathbrowser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_stackviewer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_asserts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_paren.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/token.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_all_fixers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/dummy/connection.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/queues.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pty.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/re/_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dataclass_module_1.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/memory_watchdog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_array.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_check_c_globals.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cmath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cprofile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dict.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_genericpath.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_imghdr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_compatibilty_files.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/threaded_import_hangers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_io.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unicode_file.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unittest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_unparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_yield_from.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/dialog.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_loadtk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_ttk/test_extensions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/chaos.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/nim.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/main.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_setups.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/venv/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wave.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/etree/ElementTree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/pygettext3.11.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/coroutines.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/queues.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/windows_utils.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/collections/abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/config-3.11-aarch64-linux-gnu/python-config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/macholib/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_buffers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_functions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/bdist_dumb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/core.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_build_ext.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/generator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp864.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_13.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_latin2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_32_be.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/gzip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_colorizer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/percolator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/squeezer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources/_legacy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_zip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data/fixers/myfixes/fix_last.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/logging/config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/os.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/smtpd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/doctest_lineno.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/gdb_sample.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/main.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/hashlib_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asdl_parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_futures2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_sock_lowlevel.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_audit.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bytes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/test_pickleable.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_eof.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_extcall.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_file.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_functools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pkg.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pow.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pulldom.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sched.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_slice.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_statistics.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter/test_colorchooser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_ttk/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/token.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/traceback.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testmock.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/trsock.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/bisect.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/compileall.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_cast.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_numbers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/bcppcompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/install_scripts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/dist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/ascii.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1253.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp860.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_kr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_iceland.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/utf_16_le.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/functools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_calltip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_text.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/scrolledlist.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/abc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/keyword.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_idioms.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_set_literal.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data/bom.py'... *** File "/usr/lib64/python3.11/lib2to3/tests/data/bom.py", line 2 print "BOM BOOM!" ^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data/fixers/myfixes/fix_explicit.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/test_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/netrc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/poplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/re/_constants.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sqlite3/dump.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/subprocess.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/mp_preload.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/sample_doctest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/subprocessdata/input_reader.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/bytecode_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_base_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecmaps_tw.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_context.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_dictcomps.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_exception_hierarchy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_float.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02/two/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test___loader__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project2/parent/child/two.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/partial/cfimport.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_namespace_pkgs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_default.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_float.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_scanstring.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_logging.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_userdict.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_winsound.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_xmlrpc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/colormixer.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/paint.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/tree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/_log.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/_test_warnings.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_program.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib/request.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_compat_pickle.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/staggered.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio/timeouts.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/bdb.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/configparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/install_lib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/msvccompiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/_parseaddr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp720.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/euc_jis_2004.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/hp_roman8.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_9.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/raw_unicode_escape.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ensurepip/_uninstall.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/html/parser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/delegator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_config_key.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/zzdummy.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/io.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixer_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/conv.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/managers.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/re/_compiler.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/_test_eintr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/runtest_mp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support/socket_helper.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_argparse.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_filecmp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_funcattrs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_glob.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/binding.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/use.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data01/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension/test_path_hook.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/both_portions/foo/two.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion1/foo/one.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/stubs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_path.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_mmap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pep646_syntax.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_platform.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_repl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_robotparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_shlex.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_stat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_strtod.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_sys_settrace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/typinganndata/ann_module9.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/xmltests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/dnd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/ttk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/__main__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock/testcallable.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/uuid.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/minidom.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_markupbase.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/_sysconfigdata__linux_aarch64-linux-gnu.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/antigravity.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ast.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_bytes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_funcptr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_random_things.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/wintypes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/config.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_archive_util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/versionpredicate.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/message.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1125.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/euc_jisx0213.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_jp_2004.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/kz1048.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/undefined.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/enum.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/parenmatch.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/statusbar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/imp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_execfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_raw_input.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2/tokenize.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/resource_tracker.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/py_compile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/reprlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sqlite3/dbapi2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/symtable.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ann_module5.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/bad_getattr3.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/curses_tests.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/encoded_modules/module_koi8_r.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/inspect_stringized_annotations_2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/multibytecodec_support.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/subprocessdata/sigchild_ignore.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_aifc.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_windows_events.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bigaddrspace.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_bufio.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_cmd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecencodings_cn.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecmaps_cn.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_compileall.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_deque.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_epoll.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fileinput.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_htmlparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/util.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/namespace/portion1/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_/test_relative_imports.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/test_source_encoding.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_zip.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ipaddress.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_pwd.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_readline.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_select.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_smtplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_sundry.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ttk_textonly.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_urllib2.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tomllib/_re.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/forest.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo/rosette.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/runner.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/test_suite.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib/robotparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref/simple_server.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/NodeFilter.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom/domreg.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/etree/ElementInclude.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax/_exceptions.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zipfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/codeop.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/crypt.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/macholib/dyld.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_checkretval.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test/test_keeprefs.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command/build_clib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests/test_install_data.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime/application.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/charmap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp775.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso2022_jp.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/johab.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/html/entities.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test/test_tree.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/outwin.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/sidebar.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_itertools.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes/fix_urllib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/mailcap.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/popen_spawn_win32.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pipes.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/quopri.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/smtplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/badsyntax_3131.py'... *** File "/usr/lib64/python3.11/test/badsyntax_3131.py", line 2 € = 2 ^ SyntaxError: invalid character '€' (U+20AC) Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest/cmdline.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asynchat.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio/test_subprocess.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_baseexception.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_c_locale_coercion.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecencodings_hk.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecencodings_tw.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_codecmaps_kr.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_configparser.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_fcntl.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_frozen.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_future.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_global.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_graphlib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_imaplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source/test_case_sensitivity.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/test_resource.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json/test_indent.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_largefile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_multiprocessing_main_handling.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_operator.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator/test_first_sets.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_poplib.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_resource.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_secrets.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_site.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_super.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_threadedtempfile.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_threadsignals.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/__init__.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_lll.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools/test_reindent.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_ttk_guionly.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_type_cache.py'... Compiling '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_typing.py'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/include'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/include/python3.11'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/include/python3.11/cpython'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/include/python3.11/internal'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/include/python3.11d'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/include/python3.11d/cpython'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/include/python3.11d/internal'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib/debug'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib/debug/usr'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib/debug/usr/lib64'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib/python3.11'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib/python3.11/site-packages'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/pkgconfig'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/__phello__'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/asyncio'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/collections'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/concurrent/futures'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/config-3.11-aarch64-linux-gnu'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/config-3.11d-aarch64-linux-gnu'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/macholib'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ctypes/test'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/curses'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/dbm'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/command'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/distutils/tests'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/email/mime'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ensurepip'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/ensurepip/_bundled'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/html'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/http'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/Icons'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/idlelib/idle_test'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/metadata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/importlib/resources'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/json'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/fixes'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/pgen2'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data/fixers'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib2to3/tests/data/fixers/myfixes'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/logging'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/multiprocessing/dummy'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/re'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/site-packages'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/sqlite3'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/audiodata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/capath'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/cjkencodings'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/decimaltestdata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/dtracedata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/encoded_modules'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/imghdrdata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/libregrtest'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/sndhdrdata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/subprocessdata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/support'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_asyncio'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_email/data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg2'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/circular_imports/subpkg2/parent'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/package'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/package2'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_import/data/unwritable'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/builtin'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data01'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data01/subdirectory'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02/one'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data02/two'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/namespace'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/namespace/portion1'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/data03/namespace/portion2'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/extension'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/frozen'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/import_'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/both_portions'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/both_portions/foo'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/module_and_namespace_package'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/not_a_namespace_pkg'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion1'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion1/foo'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion2'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/portion2/foo'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project1'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project1/parent'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project1/parent/child'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project2'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project2/parent'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project2/parent/child'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project3'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project3/parent'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespace_pkgs/project3/parent/child'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/namespacedata01'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/partial'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/resources'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/source'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/zipdata01'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_importlib/zipdata02'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_json'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_peg_generator'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_tools'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_warnings'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_warnings/data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/test_zoneinfo/data'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/tracedmodules'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/typinganndata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/xmltestdata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/xmltestdata/c14n-20'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/test/ziptestdata'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_tkinter'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tkinter/test/test_ttk'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/tomllib'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/turtledemo'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/unittest/test/testmock'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/urllib'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/venv'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/venv/scripts'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/venv/scripts/common'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/venv/scripts/posix'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/wsgiref'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/dom'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/etree'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/parsers'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xml/sax'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/xmlrpc'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/zoneinfo'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/share'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/share/man'... Listing '/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/share/man/man1'... + : + rm -rf /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/__pycache__ + find /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64 -perm 555 -exec chmod 755 '{}' ';' + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/python3 + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/pydoc3 + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/pygettext3.py + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/msgfmt3.py + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/idle3 + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/python3-config + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/2to3 + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/libpython3.so + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/share/man/man1/python3.1 + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/pkgconfig/python3.pc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/pkgconfig/python3-embed.pc ++ grep '--include=*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py' + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics + module=topics + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/__pycache__/topics.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/__pycache__/topics.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/__pycache__/topics.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1250.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1250 + module=cp1250 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp1250.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1250.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp1250.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp1250.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1250.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp874.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp874 + module=cp874 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp874.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp874.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp874.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp874.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp874.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp037.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp037 + module=cp037 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp037.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp037.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp037.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp037.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp037.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1006.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1006 + module=cp1006 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp1006.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1006.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp1006.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp1006.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1006.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/tis_620.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/tis_620 + module=tis_620 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/tis_620.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/tis_620.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/tis_620.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/tis_620.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/tis_620.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp437.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp437 + module=cp437 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp437.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp437.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp437.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp437.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp437.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_10.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_10 + module=iso8859_10 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/iso8859_10.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_10.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/iso8859_10.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/iso8859_10.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_10.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp856.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp856 + module=cp856 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp856.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp856.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp856.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp856.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp856.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_9.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_9 + module=iso8859_9 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/iso8859_9.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_9.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/iso8859_9.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/iso8859_9.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_9.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp875.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp875 + module=cp875 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp875.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp875.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp875.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp875.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp875.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1026.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1026 + module=cp1026 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp1026.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1026.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp1026.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp1026.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1026.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1253.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1253 + module=cp1253 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp1253.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1253.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp1253.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp1253.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1253.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/hp_roman8.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/hp_roman8 + module=hp_roman8 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/hp_roman8.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/hp_roman8.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/hp_roman8.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/hp_roman8.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/hp_roman8.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_11.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_11 + module=iso8859_11 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/iso8859_11.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_11.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/iso8859_11.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/iso8859_11.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_11.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp273.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp273 + module=cp273 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp273.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp273.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp273.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp273.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp273.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_15.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_15 + module=iso8859_15 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/iso8859_15.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_15.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/iso8859_15.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/iso8859_15.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_15.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp866.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp866 + module=cp866 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp866.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp866.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp866.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp866.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp866.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1255.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1255 + module=cp1255 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp1255.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1255.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp1255.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp1255.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1255.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_7.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_7 + module=iso8859_7 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/iso8859_7.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_7.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/iso8859_7.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/iso8859_7.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_7.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp862.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp862 + module=cp862 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp862.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp862.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp862.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp862.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp862.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp855.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp855 + module=cp855 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp855.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp855.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp855.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp855.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp855.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp500.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp500 + module=cp500 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp500.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp500.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp500.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp500.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp500.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1140.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1140 + module=cp1140 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp1140.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1140.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp1140.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp1140.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1140.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_4.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_4 + module=iso8859_4 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/iso8859_4.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_4.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/iso8859_4.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/iso8859_4.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_4.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1256.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1256 + module=cp1256 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp1256.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1256.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp1256.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp1256.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1256.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_croatian.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_croatian + module=mac_croatian + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/mac_croatian.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_croatian.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/mac_croatian.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/mac_croatian.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_croatian.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp424.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp424 + module=cp424 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp424.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp424.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp424.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp424.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp424.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp775.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp775 + module=cp775 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp775.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp775.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp775.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp775.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp775.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/ptcp154.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/ptcp154 + module=ptcp154 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/ptcp154.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/ptcp154.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/ptcp154.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/ptcp154.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/ptcp154.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_8.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_8 + module=iso8859_8 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/iso8859_8.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_8.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/iso8859_8.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/iso8859_8.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_8.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1258.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1258 + module=cp1258 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp1258.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1258.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp1258.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp1258.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1258.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp869.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp869 + module=cp869 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp869.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp869.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp869.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp869.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp869.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp861.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp861 + module=cp861 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp861.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp861.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp861.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp861.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp861.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp860.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp860 + module=cp860 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp860.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp860.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp860.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp860.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp860.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_iceland.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_iceland + module=mac_iceland + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/mac_iceland.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_iceland.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/mac_iceland.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/mac_iceland.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_iceland.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1252.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1252 + module=cp1252 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp1252.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1252.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp1252.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp1252.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1252.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_latin2.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_latin2 + module=mac_latin2 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/mac_latin2.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_latin2.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/mac_latin2.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/mac_latin2.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_latin2.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/koi8_r.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/koi8_r + module=koi8_r + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/koi8_r.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/koi8_r.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/koi8_r.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/koi8_r.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/koi8_r.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp737.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp737 + module=cp737 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp737.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp737.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp737.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp737.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp737.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp864.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp864 + module=cp864 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp864.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp864.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp864.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp864.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp864.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_2.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_2 + module=iso8859_2 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/iso8859_2.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_2.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/iso8859_2.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/iso8859_2.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_2.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/koi8_u.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/koi8_u + module=koi8_u + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/koi8_u.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/koi8_u.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/koi8_u.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/koi8_u.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/koi8_u.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp863.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp863 + module=cp863 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp863.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp863.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp863.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp863.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp863.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_cyrillic.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_cyrillic + module=mac_cyrillic + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/mac_cyrillic.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_cyrillic.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/mac_cyrillic.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/mac_cyrillic.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_cyrillic.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp850.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp850 + module=cp850 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp850.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp850.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp850.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp850.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp850.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_greek.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_greek + module=mac_greek + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/mac_greek.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_greek.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/mac_greek.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/mac_greek.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_greek.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_1.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_1 + module=iso8859_1 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/iso8859_1.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_1.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/iso8859_1.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/iso8859_1.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_1.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp852.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp852 + module=cp852 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp852.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp852.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp852.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp852.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp852.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp857.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp857 + module=cp857 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp857.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp857.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp857.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp857.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp857.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_6.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_6 + module=iso8859_6 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/iso8859_6.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_6.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/iso8859_6.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/iso8859_6.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_6.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_farsi.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_farsi + module=mac_farsi + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/mac_farsi.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_farsi.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/mac_farsi.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/mac_farsi.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_farsi.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_13.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_13 + module=iso8859_13 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/iso8859_13.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_13.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/iso8859_13.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/iso8859_13.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_13.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1251.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1251 + module=cp1251 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp1251.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1251.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp1251.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp1251.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1251.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_arabic.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_arabic + module=mac_arabic + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/mac_arabic.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_arabic.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/mac_arabic.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/mac_arabic.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_arabic.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_roman.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_roman + module=mac_roman + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/mac_roman.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_roman.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/mac_roman.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/mac_roman.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_roman.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_romanian.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_romanian + module=mac_romanian + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/mac_romanian.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_romanian.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/mac_romanian.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/mac_romanian.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_romanian.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_14.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_14 + module=iso8859_14 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/iso8859_14.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_14.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/iso8859_14.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/iso8859_14.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_14.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/kz1048.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/kz1048 + module=kz1048 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/kz1048.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/kz1048.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/kz1048.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/kz1048.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/kz1048.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_turkish.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_turkish + module=mac_turkish + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/mac_turkish.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_turkish.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/mac_turkish.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/mac_turkish.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/mac_turkish.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_5.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_5 + module=iso8859_5 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/iso8859_5.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_5.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/iso8859_5.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/iso8859_5.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_5.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_16.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_16 + module=iso8859_16 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/iso8859_16.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_16.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/iso8859_16.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/iso8859_16.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_16.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp865.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp865 + module=cp865 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp865.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp865.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp865.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp865.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp865.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1257.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1257 + module=cp1257 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp1257.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1257.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp1257.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp1257.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1257.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1254.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1254 + module=cp1254 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp1254.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1254.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp1254.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/cp1254.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/cp1254.py + for file in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/pydoc_data/topics.py $(grep --include='*.py' -lr /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings -e 'Python Character Mapping Codec .* from .* with gencodec.py') ++ dirname /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_3.py + directory=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings ++ basename /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_3 + module=iso8859_3 + mv /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/iso8859_3.cpython-311.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_3.pyc + rm /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/iso8859_3.cpython-311.opt-1.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/__pycache__/iso8859_3.cpython-311.opt-2.pyc /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/encodings/iso8859_3.py + /usr/lib/rpm/find-debuginfo.sh -j32 --strict-build-id -m -i --build-id-seed 3.11.1-1.el9 --unique-debug-suffix -3.11.1-1.el9.aarch64 --unique-debug-src-base python3.11-3.11.1-1.el9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 --remove-section .gnu.build.attributes -S debugsourcefiles.list /builddir/build/BUILD/Python-3.11.1 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/python3.11d explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/python3.11 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/libpython3.11.so.1.0 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_asyncio.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/libpython3.11d.so.1.0 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_bisect.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_asyncio.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_bisect.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_bz2.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/python3.11 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_blake2.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/python3.11d extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/libpython3.11.so.1.0 extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/libpython3.11d.so.1.0 extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_asyncio.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_bisect.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_blake2.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_bz2.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_codecs_cn.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_codecs_cn.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_bisect.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_asyncio.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_codecs_hk.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_bz2.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_blake2.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_codecs_iso2022.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_codecs_iso2022.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_codecs_kr.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_codecs_jp.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_codecs_hk.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_codecs_kr.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_codecs_cn.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_bz2.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_codecs_cn.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_blake2.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_codecs_tw.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_codecs_tw.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_codecs_hk.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_codecs_iso2022.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_codecs_jp.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_codecs_kr.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_codecs_iso2022.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_crypt.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_codecs_kr.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_contextvars.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_csv.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_codecs_jp.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_crypt.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_contextvars.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_codecs_tw.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_codecs_tw.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_ctypes.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_codecs_jp.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_codecs_hk.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_crypt.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_contextvars.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_csv.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_crypt.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_contextvars.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_ctypes.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_csv.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_ctypes.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_csv.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_ctypes.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_ctypes_test.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_ctypes_test.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_ctypes_test.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_ctypes_test.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_curses.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_curses.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_curses_panel.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_curses.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_curses.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_curses_panel.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_curses_panel.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_datetime.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_curses_panel.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_datetime.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_datetime.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_dbm.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_dbm.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_decimal.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_datetime.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_decimal.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_dbm.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_dbm.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_elementtree.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_decimal.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_decimal.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_elementtree.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_elementtree.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_elementtree.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_gdbm.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_hashlib.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_hashlib.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_json.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_gdbm.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_heapq.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_gdbm.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_hashlib.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_heapq.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_lsprof.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_json.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_json.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_gdbm.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_lsprof.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_heapq.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_hashlib.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_lsprof.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_json.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_lsprof.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_heapq.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_lzma.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_lzma.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_lzma.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_lzma.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_md5.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_md5.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_md5.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_md5.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_multibytecodec.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_multibytecodec.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_multibytecodec.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_multibytecodec.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_multiprocessing.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_opcode.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_multiprocessing.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_multiprocessing.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_opcode.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_multiprocessing.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_opcode.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_pickle.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_pickle.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_pickle.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_opcode.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_posixshmem.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_pickle.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_posixshmem.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_posixshmem.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_queue.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_posixsubprocess.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_posixshmem.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_posixsubprocess.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_queue.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_queue.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_posixsubprocess.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_posixsubprocess.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_random.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_queue.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_random.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_random.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_random.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_sha1.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_sha1.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_sha256.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_sha256.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_sha1.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_sha256.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_sha1.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_sha3.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_sha3.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_sha256.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_sha3.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_sha512.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_sha512.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_socket.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_socket.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_sha512.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_socket.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_socket.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_sqlite3.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_sha3.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_sha512.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_sqlite3.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_sqlite3.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_sqlite3.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_ssl.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_ssl.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_ssl.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_ssl.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_statistics.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_statistics.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_statistics.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_statistics.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_struct.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_struct.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_struct.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_struct.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_testbuffer.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_testbuffer.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_testbuffer.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_testbuffer.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_testcapi.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_testcapi.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_testcapi.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_testimportmultiple.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_testinternalcapi.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_testimportmultiple.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_testinternalcapi.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_testcapi.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_testimportmultiple.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_testimportmultiple.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_testinternalcapi.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_testinternalcapi.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_testmultiphase.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_testmultiphase.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_tkinter.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_tkinter.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_testmultiphase.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_testmultiphase.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_tkinter.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_typing.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_tkinter.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_typing.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_typing.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_typing.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_uuid.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_uuid.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_uuid.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_uuid.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_xxsubinterpreters.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_xxsubinterpreters.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_xxsubinterpreters.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_xxsubinterpreters.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_xxtestfuzz.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_xxtestfuzz.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_xxtestfuzz.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_xxtestfuzz.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_zoneinfo.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_zoneinfo.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_zoneinfo.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/_zoneinfo.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/array.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/array.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/array.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/array.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/audioop.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/audioop.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/audioop.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/audioop.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/binascii.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/binascii.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/binascii.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/binascii.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/cmath.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/cmath.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/cmath.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/cmath.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/fcntl.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/fcntl.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/fcntl.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/grp.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/math.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/fcntl.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/grp.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/grp.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/math.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/mmap.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/grp.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/mmap.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/mmap.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/math.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/nis.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/mmap.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/nis.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/math.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/nis.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/nis.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/ossaudiodev.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/ossaudiodev.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/ossaudiodev.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/pyexpat.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/pyexpat.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/pyexpat.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/ossaudiodev.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/pyexpat.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/readline.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/resource.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/readline.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/readline.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/resource.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/readline.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/resource.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/resource.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/select.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/select.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/select.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/select.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/spwd.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/spwd.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/spwd.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/spwd.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/syslog.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/syslog.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/syslog.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/syslog.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/termios.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/termios.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/unicodedata.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/termios.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/termios.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/unicodedata.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/unicodedata.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/unicodedata.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/xxlimited.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/xxlimited.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/xxlimited_35.cpython-311-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/xxlimited_35.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/xxlimited.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/xxlimited_35.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/xxlimited_35.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/xxlimited.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/zlib.cpython-311d-aarch64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/zlib.cpython-311-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/zlib.cpython-311d-aarch64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/zlib.cpython-311-aarch64-linux-gnu.so original debug info size: 47792kB, size after compression: 36292kB /usr/lib/rpm/sepdebugcrcfix: Updated 158 CRC32s, 0 CRC32s did match. cpio: build/debug/.dtrace-temp.4a7d133b.c: Cannot stat: No such file or directory cpio: build/optimized/.dtrace-temp.4a7d133b.c: Cannot stat: No such file or directory 61949 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in /usr/bin/python3.11d-aarch64-config from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/bin/python3.11-aarch64-config from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/bin/python3.11d-config from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/bin/python3.11-config from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/lib64/python3.11/test/ziptestdata/exe_with_zip from /bin/bash to #!/usr/bin/bash mangling shebang in /usr/lib64/python3.11/test/ziptestdata/header.sh from /bin/bash to #!/usr/bin/bash mangling shebang in /usr/lib64/python3.11/test/ziptestdata/exe_with_z64 from /bin/bash to #!/usr/bin/bash mangling shebang in /usr/lib64/python3.11/config-3.11d-aarch64-linux-gnu/makesetup from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/lib64/python3.11/config-3.11d-aarch64-linux-gnu/install-sh from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/lib64/python3.11/ctypes/macholib/fetch_macholib from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/lib64/python3.11/config-3.11-aarch64-linux-gnu/makesetup from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/lib64/python3.11/config-3.11-aarch64-linux-gnu/install-sh from /bin/sh to #!/usr/bin/sh Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.6BwtX3 + umask 022 + cd /builddir/build/BUILD + cd Python-3.11.1 + find /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64 -type f -a -name '*.py' -print0 + LD_LIBRARY_PATH=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/lib-dynload/:/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64 + PYTHONPATH='/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11 /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/lib64/python3.11/site-packages' + xargs -0 /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/bin/python3.11 /builddir/build/SOURCES/check-pyc-timestamps.py + grep curses + ldd /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/_curses.cpython-311-aarch64-linux-gnu.so /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/_curses.cpython-311d-aarch64-linux-gnu.so /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/_curses_panel.cpython-311-aarch64-linux-gnu.so /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/_curses_panel.cpython-311d-aarch64-linux-gnu.so + grep libncurses.so + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in STARTING: CHECKING OF PYTHON FOR CONFIGURATION: debug + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in + for Module in /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64//usr/lib64/python3.11/lib-dynload/*.so + case $Module in ++ pwd + topdir=/builddir/build/BUILD/Python-3.11.1 + CheckPython debug + ConfName=debug ++ pwd + ConfDir=/builddir/build/BUILD/Python-3.11.1/build/debug + echo STARTING: CHECKING OF PYTHON FOR CONFIGURATION: debug + LD_LIBRARY_PATH=/builddir/build/BUILD/Python-3.11.1/build/debug + /builddir/build/BUILD/Python-3.11.1/build/debug/python -m test.pythoninfo Python debug information ======================== CC.version: gcc (GCC) 11.3.1 20221121 (Red Hat 11.3.1-4) _decimal.__libmpdec_version__: 2.5.1 build.NDEBUG: build assertions (macro not defined) build.Py_DEBUG: Yes (sys.gettotalrefcount() present) build.Py_TRACE_REFS: No (sys.getobjects() missing) build.WITH_DOC_STRINGS: Yes build.WITH_DTRACE: Yes build.WITH_FREELISTS: Yes build.WITH_PYMALLOC: Yes build.WITH_VALGRIND: Yes builtins.float.double_format: IEEE, little-endian builtins.float.float_format: IEEE, little-endian config[_config_init]: 2 config[_init_main]: 1 config[_install_importlib]: 1 config[_is_python_build]: 1 config[_isolated_interpreter]: 0 config[argv]: ['-m'] config[base_exec_prefix]: '/usr' config[base_executable]: '/builddir/build/BUILD/Python-3.11.1/build/debug/python' config[base_prefix]: '/usr' config[buffered_stdio]: 1 config[bytes_warning]: 0 config[check_hash_pycs_mode]: 'default' config[code_debug_ranges]: 1 config[configure_c_stdio]: 1 config[dev_mode]: 0 config[dump_refs]: 0 config[exec_prefix]: '/usr' config[executable]: '/builddir/build/BUILD/Python-3.11.1/build/debug/python' config[faulthandler]: 0 config[filesystem_encoding]: 'utf-8' config[filesystem_errors]: 'surrogateescape' config[hash_seed]: 0 config[home]: None config[import_time]: 0 config[inspect]: 0 config[install_signal_handlers]: 1 config[interactive]: 0 config[isolated]: 0 config[malloc_stats]: 0 config[module_search_paths]: ['/usr/lib64/python311.zip', '/builddir/build/BUILD/Python-3.11.1/Lib', '/builddir/build/BUILD/Python-3.11.1/build/debug/build/lib.linux-aarch64-3.11-pydebug'] config[module_search_paths_set]: 1 config[optimization_level]: 0 config[orig_argv]: ['/builddir/build/BUILD/Python-3.11.1/build/debug/python', '-m', 'test.pythoninfo'] config[parse_argv]: 2 config[parser_debug]: 0 config[pathconfig_warnings]: 1 config[platlibdir]: 'lib64' config[prefix]: '/usr' config[program_name]: '/builddir/build/BUILD/Python-3.11.1/build/debug/python' config[pycache_prefix]: None config[pythonpath_env]: None config[quiet]: 0 config[run_command]: None config[run_filename]: None config[run_module]: 'test.pythoninfo' config[safe_path]: 0 config[show_ref_count]: 0 config[site_import]: 1 config[skip_source_first_line]: 0 config[stdio_encoding]: 'utf-8' config[stdio_errors]: 'surrogateescape' config[stdlib_dir]: '/builddir/build/BUILD/Python-3.11.1/Lib' config[tracemalloc]: 0 config[use_environment]: 1 config[use_frozen_modules]: 0 config[use_hash_seed]: 0 config[user_site_directory]: 1 config[verbose]: 0 config[warn_default_encoding]: 0 config[warnoptions]: [] config[write_bytecode]: 1 config[xoptions]: [] curses.ncurses_version: curses.ncurses_version(major=6, minor=2, patch=20210508) datetime.datetime.now: 2023-01-25 02:47:19.645058 expat.EXPAT_VERSION: expat_2.5.0 fips.linux_crypto_fips_enabled: 0 fips.openssl_fips_mode: 0 gdb_version: GNU gdb (GDB) Red Hat Enterprise Linux 10.2-10.el9 gdbm.GDBM_VERSION: 1.19.0 global_config[Py_BytesWarningFlag]: 0 global_config[Py_DebugFlag]: 0 global_config[Py_DontWriteBytecodeFlag]: 0 global_config[Py_FileSystemDefaultEncodeErrors]: 'surrogateescape' global_config[Py_FileSystemDefaultEncoding]: 'utf-8' global_config[Py_FrozenFlag]: 0 global_config[Py_HasFileSystemDefaultEncoding]: 0 global_config[Py_HashRandomizationFlag]: 1 global_config[Py_IgnoreEnvironmentFlag]: 0 global_config[Py_InspectFlag]: 0 global_config[Py_InteractiveFlag]: 0 global_config[Py_IsolatedFlag]: 0 global_config[Py_NoSiteFlag]: 0 global_config[Py_NoUserSiteDirectory]: 0 global_config[Py_OptimizeFlag]: 0 global_config[Py_QuietFlag]: 0 global_config[Py_UTF8Mode]: 1 global_config[Py_UnbufferedStdioFlag]: 0 global_config[Py_VerboseFlag]: 0 global_config[_Py_HasFileSystemDefaultEncodeErrors]: 0 locale.getencoding: UTF-8 os.cpu_count: 32 os.environ[HOME]: /builddir os.environ[LANG]: C os.environ[LC_CTYPE]: C.UTF-8 os.environ[LD_LIBRARY_PATH]: /builddir/build/BUILD/Python-3.11.1/build/debug os.environ[PATH]: /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin os.environ[SHELL]: /bin/bash os.environ[SOURCE_DATE_EPOCH]: 1670889600 os.environ[TERM]: vt100 os.getcwd: /builddir/build/BUILD/Python-3.11.1 os.getegid: 135 os.geteuid: 992 os.getgid: 135 os.getgrouplist: 135 os.getgroups: 135, 135 os.getloadavg: (10.7, 4.3, 2.49) os.getrandom: ready (initialized) os.getresgid: (135, 135, 135) os.getresuid: (992, 992, 992) os.getuid: 992 os.name: posix os.supports_bytes_environ: True os.supports_effective_ids: ['access'] os.supports_fd: ['chdir', 'chmod', 'chown', 'execve', 'listdir', 'pathconf', 'scandir', 'stat', 'statvfs', 'truncate', 'utime'] os.supports_follow_symlinks: ['access', 'chown', 'link', 'stat', 'utime'] os.umask: 0o022 os.uname: posix.uname_result(sysname='Linux', nodename='aarch64-03.stream.rdu2.redhat.com', release='4.18.0-408.el8.aarch64', version='#1 SMP Mon Jul 18 15:47:44 UTC 2022', machine='aarch64') platform.architecture: 64bit ELF platform.libc_ver: glibc 2.34 platform.platform: Linux-4.18.0-408.el8.aarch64-aarch64-with-glibc2.34 platform.python_implementation: CPython pre_config[_config_init]: 2 pre_config[allocator]: 0 pre_config[coerce_c_locale]: 2 pre_config[coerce_c_locale_warn]: 0 pre_config[configure_locale]: 1 pre_config[dev_mode]: 0 pre_config[isolated]: 0 pre_config[parse_argv]: 1 pre_config[use_environment]: 1 pre_config[utf8_mode]: 1 pwd.getpwuid(992): pwd.struct_passwd(pw_name='mockbuild', pw_passwd='x', pw_uid=992, pw_gid=135, pw_gecos='', pw_dir='/builddir', pw_shell='/bin/bash') pymem.allocator: pymalloc_debug readline._READLINE_LIBRARY_VERSION: 8.1 readline._READLINE_RUNTIME_VERSION: 0x801 readline._READLINE_VERSION: 0x801 resource.RLIMIT_AS: (-1, -1) resource.RLIMIT_CORE: (-1, -1) resource.RLIMIT_CPU: (-1, -1) resource.RLIMIT_DATA: (-1, -1) resource.RLIMIT_FSIZE: (-1, -1) resource.RLIMIT_MEMLOCK: (65536, 65536) resource.RLIMIT_MSGQUEUE: (819200, 819200) resource.RLIMIT_NICE: (0, 0) resource.RLIMIT_NOFILE: (260560, 260560) resource.RLIMIT_NPROC: (261387, 261387) resource.RLIMIT_OFILE: (260560, 260560) resource.RLIMIT_RSS: (-1, -1) resource.RLIMIT_RTPRIO: (0, 0) resource.RLIMIT_RTTIME: (-1, -1) resource.RLIMIT_SIGPENDING: (261387, 261387) resource.RLIMIT_STACK: (8388608, -1) resource.pagesize: 65536 socket.hostname: aarch64-03.stream.rdu2.redhat.com sqlite3.sqlite_version: 3.34.1 sqlite3.version: 2.6.0 ssl.HAS_SNI: True ssl.OPENSSL_VERSION: OpenSSL 3.0.7 1 Nov 2022 ssl.OPENSSL_VERSION_INFO: (3, 0, 0, 7, 0) ssl.OP_ALL: 0x80000050 ssl.OP_NO_TLSv1_1: 0x10000000 ssl.SSLContext.maximum_version: 772 ssl.SSLContext.minimum_version: 771 ssl.SSLContext.options: 2186412240 ssl.SSLContext.protocol: 16 ssl.SSLContext.verify_mode: 2 ssl.default_https_context.maximum_version: 772 ssl.default_https_context.minimum_version: 771 ssl.default_https_context.options: 2186412240 ssl.default_https_context.protocol: 16 ssl.default_https_context.verify_mode: 2 ssl.stdlib_context.maximum_version: 772 ssl.stdlib_context.minimum_version: 771 ssl.stdlib_context.options: 2186412240 ssl.stdlib_context.protocol: 16 ssl.stdlib_context.verify_mode: 0 subprocess._USE_POSIX_SPAWN: True sys.abiflags: d sys.api_version: 1013 sys.builtin_module_names: ('_abc', '_ast', '_codecs', '_collections', '_functools', '_imp', '_io', '_locale', '_operator', '_signal', '_sre', '_stat', '_string', '_symtable', '_thread', '_tokenize', '_tracemalloc', '_warnings', '_weakref', 'atexit', 'builtins', 'errno', 'faulthandler', 'gc', 'itertools', 'marshal', 'posix', 'pwd', 'sys', 'time', 'xxsubtype') sys.byteorder: little sys.dont_write_bytecode: False sys.executable: /builddir/build/BUILD/Python-3.11.1/build/debug/python sys.filesystem_encoding: utf-8/surrogateescape sys.flags: sys.flags(debug=0, inspect=0, interactive=0, optimize=0, dont_write_bytecode=0, no_user_site=0, no_site=0, ignore_environment=0, verbose=0, bytes_warning=0, quiet=0, hash_randomization=1, isolated=0, dev_mode=False, utf8_mode=1, warn_default_encoding=0, safe_path=False, int_max_str_digits=-1) sys.float_info: sys.float_info(max=1.7976931348623157e+308, max_exp=1024, max_10_exp=308, min=2.2250738585072014e-308, min_exp=-1021, min_10_exp=-307, dig=15, mant_dig=53, epsilon=2.220446049250313e-16, radix=2, rounds=1) sys.float_repr_style: short sys.hash_info: sys.hash_info(width=64, modulus=2305843009213693951, inf=314159, nan=0, imag=1000003, algorithm='siphash13', hash_bits=64, seed_bits=128, cutoff=0) sys.hexversion: 51053040 sys.implementation: namespace(name='cpython', cache_tag='cpython-311', version=sys.version_info(major=3, minor=11, micro=1, releaselevel='final', serial=0), hexversion=51053040, _multiarch='aarch64-linux-gnu') sys.int_info: sys.int_info(bits_per_digit=30, sizeof_digit=4, default_max_str_digits=4300, str_digits_check_threshold=640) sys.maxsize: 9223372036854775807 sys.maxunicode: 1114111 sys.path: ['/builddir/build/BUILD/Python-3.11.1', '/usr/lib64/python311.zip', '/builddir/build/BUILD/Python-3.11.1/Lib', '/builddir/build/BUILD/Python-3.11.1/build/debug/build/lib.linux-aarch64-3.11-pydebug'] sys.platform: linux sys.platlibdir: lib64 sys.prefix: /usr sys.stderr.encoding: utf-8/backslashreplace sys.stdin.encoding: utf-8/surrogateescape sys.stdout.encoding: utf-8/surrogateescape sys.thread_info: sys.thread_info(name='pthread', lock='semaphore', version='NPTL 2.34') sys.version: 3.11.1 (main, Dec 13 2022, 00:00:00) [GCC 11.3.1 20221121 (Red Hat 11.3.1-4)] sys.version_info: sys.version_info(major=3, minor=11, micro=1, releaselevel='final', serial=0) sysconfig[ABIFLAGS]: d sysconfig[CCSHARED]: -fPIC sysconfig[CC]: gcc sysconfig[CFLAGSFORSHARED]: -fPIC sysconfig[CFLAGS]: -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp sysconfig[CONFIG_ARGS]: '--build=aarch64-redhat-linux-gnu' '--host=aarch64-redhat-linux-gnu' '--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-ffi' '--with-system-libmpdec' '--enable-loadable-sqlite-extensions' '--with-dtrace' '--with-lto' '--with-ssl-default-suites=openssl' '--without-static-libpython' '--with-valgrind' '--without-ensurepip' '--with-pydebug' 'build_alias=aarch64-redhat-linux-gnu' 'host_alias=aarch64-redhat-linux-gnu' 'PKG_CONFIG_PATH=:/usr/lib64/pkgconfig:/usr/share/pkgconfig' 'CC=gcc' 'CFLAGS= -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv ' 'LDFLAGS= -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g ' 'CPPFLAGS=' sysconfig[HOST_GNU_TYPE]: aarch64-redhat-linux-gnu sysconfig[MACHDEP]: linux sysconfig[MULTIARCH]: aarch64-linux-gnu sysconfig[OPT]: -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv sysconfig[PY_CFLAGS]: -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp sysconfig[PY_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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal sysconfig[PY_CORE_LDFLAGS]: -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g sysconfig[PY_LDFLAGS]: -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g sysconfig[PY_LDFLAGS_NODIST]: -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g sysconfig[PY_STDMODULE_CFLAGS]: -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC sysconfig[Py_DEBUG]: 1 sysconfig[Py_ENABLE_SHARED]: 1 sysconfig[SHELL]: /bin/sh sysconfig[SOABI]: cpython-311d-aarch64-linux-gnu sysconfig[prefix]: /usr test_socket.HAVE_SOCKET_ALG: True test_socket.HAVE_SOCKET_BLUETOOTH: False test_socket.HAVE_SOCKET_CAN: True test_socket.HAVE_SOCKET_CAN_ISOTP: False test_socket.HAVE_SOCKET_CAN_J1939: False test_socket.HAVE_SOCKET_QIPCRTR: False test_socket.HAVE_SOCKET_RDS: False test_socket.HAVE_SOCKET_UDPLITE: True test_socket.HAVE_SOCKET_VSOCK: False test_support._is_gui_available: False test_support.check_sanitizer(address=True): False test_support.check_sanitizer(memory=True): False test_support.check_sanitizer(ub=True): False test_support.python_is_optimized: False time.altzone: 0 time.daylight: 0 time.get_clock_info(monotonic): namespace(implementation='clock_gettime(CLOCK_MONOTONIC)', monotonic=True, adjustable=False, resolution=1e-09) time.get_clock_info(perf_counter): namespace(implementation='clock_gettime(CLOCK_MONOTONIC)', monotonic=True, adjustable=False, resolution=1e-09) time.get_clock_info(process_time): namespace(implementation='clock_gettime(CLOCK_PROCESS_CPUTIME_ID)', monotonic=True, adjustable=False, resolution=1e-09) time.get_clock_info(thread_time): namespace(implementation='clock_gettime(CLOCK_THREAD_CPUTIME_ID)', monotonic=True, adjustable=False, resolution=1e-09) time.get_clock_info(time): namespace(implementation='clock_gettime(CLOCK_REALTIME)', monotonic=False, adjustable=True, resolution=1e-09) time.time: 1674614840.017478 time.timezone: 0 time.tzname: ('UTC', 'UTC') tkinter.TCL_VERSION: 8.6 tkinter.TK_VERSION: 8.6 tkinter.info_patchlevel: 8.6.10 zlib.ZLIB_RUNTIME_VERSION: 1.2.11 zlib.ZLIB_VERSION: 1.2.11 + LD_LIBRARY_PATH=/builddir/build/BUILD/Python-3.11.1/build/debug + /builddir/build/BUILD/Python-3.11.1/build/debug/python -m test.regrtest -wW --slowest -j0 --timeout=1800 -i test_freeze_simple_script -x test_distutils == CPython 3.11.1 (main, Dec 13 2022, 00:00:00) [GCC 11.3.1 20221121 (Red Hat 11.3.1-4)] == Linux-4.18.0-408.el8.aarch64-aarch64-with-glibc2.34 little-endian == cwd: /builddir/build/BUILD/Python-3.11.1/build/debug/build/test_python_3609209æ == CPU count: 32 == encodings: locale=UTF-8, FS=utf-8 0:00:00 load avg: 9.92 Run tests in parallel using 34 child processes (timeout: 30 min, worker timeout: 35 min) 0:00:01 load avg: 9.92 [ 1/433] test___future__ passed 0:00:01 load avg: 9.92 [ 2/433] test__osx_support passed 0:00:01 load avg: 9.92 [ 3/433] test_opcodes passed 0:00:01 load avg: 9.92 [ 4/433] test__locale passed 0:00:01 load avg: 9.92 [ 5/433] test_abstract_numbers passed 0:00:01 load avg: 9.92 [ 6/433] test_asdl_parser passed 0:00:01 load avg: 9.92 [ 7/433] test_augassign passed 0:00:01 load avg: 9.92 [ 8/433] test_audioop passed 0:00:01 load avg: 9.92 [ 9/433] test_abc passed 0:00:01 load avg: 9.92 [ 10/433] test__opcode passed 0:00:01 load avg: 9.92 [ 11/433] test_grammar passed 0:00:01 load avg: 9.92 [ 12/433] test_doctest2 passed 0:00:01 load avg: 9.92 [ 13/433] test_baseexception passed 0:00:02 load avg: 9.92 [ 14/433] test_bigaddrspace passed 0:00:02 load avg: 9.92 [ 15/433] test_binop passed 0:00:02 load avg: 9.92 [ 16/433] test_bool passed 0:00:02 load avg: 9.92 [ 17/433] test_types passed 0:00:02 load avg: 9.92 [ 18/433] test_aifc passed 0:00:02 load avg: 9.92 [ 19/433] test_binascii passed 0:00:02 load avg: 9.92 [ 20/433] test_bdb passed 0:00:02 load avg: 9.92 [ 21/433] test_atexit passed test_atexit_with_unregistered_function (__main__.GeneralTest.test_atexit_with_unregistered_function) ... ok test_badargs (__main__.GeneralTest.test_badargs) ... ok test_bound_methods (__main__.GeneralTest.test_bound_methods) ... ok test_clear (__main__.GeneralTest.test_clear) ... ok test_exit (__main__.GeneralTest.test_exit) ... ok test_order (__main__.GeneralTest.test_order) ... ok test_raise (__main__.GeneralTest.test_raise) ... ok test_raise_unnormalized (__main__.GeneralTest.test_raise_unnormalized) ... ok test_stress (__main__.GeneralTest.test_stress) ... ok test_unregister (__main__.GeneralTest.test_unregister) ... ok ---------------------------------------------------------------------- Ran 10 tests in 0.009s OK 0:00:02 load avg: 9.92 [ 22/433] test_bisect passed 0:00:03 load avg: 9.92 [ 23/433] test_bigmem passed 0:00:03 load avg: 9.92 [ 24/433] test_asyncgen passed 0:00:03 load avg: 9.92 [ 25/433] test_call passed 0:00:03 load avg: 9.92 [ 26/433] test_base64 passed 0:00:03 load avg: 9.92 [ 27/433] test_builtin passed 0:00:03 load avg: 9.92 [ 28/433] test_charmapcodec passed 0:00:03 load avg: 9.92 [ 29/433] test_class passed 0:00:03 load avg: 9.92 [ 30/433] test_cgi passed 0:00:04 load avg: 9.92 [ 31/433] test_asyncore passed 0:00:04 load avg: 9.92 [ 32/433] test_cmd passed 0:00:04 load avg: 9.92 [ 33/433] test_dict passed 0:00:04 load avg: 9.92 [ 34/433] test_cmath passed 0:00:04 load avg: 9.92 [ 35/433] test_check_c_globals passed 0:00:05 load avg: 9.92 [ 36/433] test_bufio passed 0:00:05 load avg: 9.92 [ 37/433] test_asynchat passed 0:00:05 load avg: 13.77 [ 38/433] test_codeccallbacks passed 0:00:05 load avg: 13.77 [ 39/433] test_code passed 0:00:05 load avg: 13.77 [ 40/433] test_codecencodings_hk passed 0:00:05 load avg: 13.77 [ 41/433] test_clinic passed 0:00:05 load avg: 13.77 [ 42/433] test_code_module passed 0:00:06 load avg: 13.77 [ 43/433] test_codecencodings_tw passed 0:00:06 load avg: 13.77 [ 44/433] test_cgitb passed 0:00:06 load avg: 13.77 [ 45/433] test_codecmaps_cn passed 0:00:06 load avg: 13.77 [ 46/433] test_codecmaps_hk passed 0:00:06 load avg: 13.77 [ 47/433] test_codecmaps_jp passed 0:00:06 load avg: 13.77 [ 48/433] test_codecmaps_kr passed 0:00:06 load avg: 13.77 [ 49/433] test_codecmaps_tw passed 0:00:06 load avg: 13.77 [ 50/433] test_codeop passed 0:00:06 load avg: 13.77 [ 51/433] test_colorsys passed 0:00:06 load avg: 13.77 [ 52/433] test_codecencodings_kr passed 0:00:07 load avg: 13.77 [ 53/433] test_compare passed 0:00:07 load avg: 13.77 [ 54/433] test_codecencodings_iso2022 passed 0:00:07 load avg: 13.77 [ 55/433] test_codecencodings_cn passed 0:00:07 load avg: 13.77 [ 56/433] test_contains passed 0:00:07 load avg: 13.77 [ 57/433] test_array passed 0:00:08 load avg: 13.77 [ 58/433] test_contextlib passed 0:00:08 load avg: 13.77 [ 59/433] test_copy passed 0:00:08 load avg: 13.77 [ 60/433] test_complex passed 0:00:09 load avg: 13.77 [ 61/433] test_copyreg passed 0:00:09 load avg: 13.77 [ 62/433] test_contextlib_async passed 0:00:09 load avg: 13.77 [ 63/433] test_crashers passed 0:00:10 load avg: 13.77 [ 64/433] test_curses skipped (resource denied) test_curses skipped -- Use of the 'curses' resource not enabled 0:00:10 load avg: 16.52 [ 65/433] test__xxsubinterpreters passed 0:00:11 load avg: 16.52 [ 66/433] test_bz2 passed 0:00:11 load avg: 16.52 [ 67/433] test_codecencodings_jp passed 0:00:11 load avg: 16.52 [ 68/433] test_crypt passed 0:00:11 load avg: 16.52 [ 69/433] test_doctest passed 0:00:11 load avg: 16.52 [ 70/433] test_coroutines passed 0:00:11 load avg: 16.52 [ 71/433] test_dbm passed 0:00:12 load avg: 16.52 [ 72/433] test_csv passed 0:00:12 load avg: 16.52 [ 73/433] test_dbm_gnu passed 0:00:12 load avg: 16.52 [ 74/433] test_dbm_dumb passed 0:00:12 load avg: 16.52 [ 75/433] test_dbm_ndbm passed 0:00:12 load avg: 16.52 [ 76/433] test_audit passed 0:00:12 load avg: 16.52 [ 77/433] test_decorators passed 0:00:13 load avg: 16.52 [ 78/433] test_configparser passed 0:00:13 load avg: 16.52 [ 79/433] test_defaultdict passed 0:00:13 load avg: 16.52 [ 80/433] test_c_locale_coercion passed 0:00:13 load avg: 16.52 [ 81/433] test_devpoll skipped test_devpoll skipped -- test works only on Solaris OS family 0:00:13 load avg: 16.52 [ 82/433] test_cprofile passed 0:00:13 load avg: 16.52 [ 83/433] test_descrtut passed 0:00:14 load avg: 16.52 [ 84/433] test_dict_version passed 0:00:14 load avg: 16.52 [ 85/433] test_dictcomps passed 0:00:14 load avg: 16.52 [ 86/433] test_dictviews passed 0:00:14 load avg: 16.52 [ 87/433] test_dataclasses passed 0:00:14 load avg: 16.52 [ 88/433] test_collections passed 0:00:15 load avg: 16.52 [ 89/433] test_dtrace passed 0:00:15 load avg: 16.52 [ 90/433] test_dynamicclassattribute passed 0:00:15 load avg: 17.84 [ 91/433] test_ctypes passed 0:00:15 load avg: 17.84 [ 92/433] test_dynamic passed 0:00:16 load avg: 17.84 [ 93/433] test_epoll passed 0:00:16 load avg: 17.84 [ 94/433] test_ensurepip passed 0:00:17 load avg: 17.84 [ 95/433] test_eof passed 0:00:17 load avg: 17.84 [ 96/433] test_enumerate passed 0:00:17 load avg: 17.84 [ 97/433] test_calendar passed 0:00:17 load avg: 17.84 [ 98/433] test_errno passed 0:00:17 load avg: 17.84 [ 99/433] test_argparse passed 0:00:17 load avg: 17.84 [100/433] test_except_star passed 0:00:18 load avg: 17.84 [101/433] test_exception_group passed 0:00:18 load avg: 17.84 [102/433] test_exception_hierarchy passed 0:00:18 load avg: 17.84 [103/433] test_exception_variations passed 0:00:19 load avg: 17.84 [104/433] test_extcall passed 0:00:19 load avg: 17.84 [105/433] test_fcntl passed 0:00:19 load avg: 17.84 [106/433] test_filecmp passed 0:00:20 load avg: 17.84 [107/433] test_docxmlrpc passed 0:00:20 load avg: 19.69 [108/433] test_context passed 0:00:20 load avg: 19.69 [109/433] test_fileio passed 0:00:20 load avg: 19.69 [110/433] test_file passed 0:00:20 load avg: 19.69 [111/433] test_fileinput passed 0:00:21 load avg: 19.69 [112/433] test_fileutils passed 0:00:21 load avg: 19.69 [113/433] test_dis passed 0:00:21 load avg: 19.69 [114/433] test_flufl passed 0:00:22 load avg: 19.69 [115/433] test_fnmatch passed 0:00:22 load avg: 19.69 [116/433] test_codecs passed 0:00:22 load avg: 19.69 [117/433] test_finalization passed 0:00:22 load avg: 19.69 [118/433] test_format passed 0:00:23 load avg: 19.69 [119/433] test_fractions passed 0:00:23 load avg: 19.69 [120/433] test_frozen passed 0:00:23 load avg: 19.69 [121/433] test_float passed 0:00:23 load avg: 19.69 [122/433] test_cmd_line_script passed 0:00:23 load avg: 19.69 [123/433] test_frame passed 0:00:23 load avg: 19.69 [124/433] test_difflib passed 0:00:24 load avg: 19.69 [125/433] test_funcattrs passed 0:00:24 load avg: 19.69 [126/433] test_cmd_line passed 0:00:24 load avg: 19.69 [127/433] test_future3 passed 0:00:24 load avg: 19.69 [128/433] test_exceptions passed 0:00:24 load avg: 19.69 [129/433] test_enum passed 0:00:24 load avg: 19.69 [130/433] test_future4 passed 0:00:24 load avg: 19.69 [131/433] test_future5 passed 0:00:24 load avg: 19.69 [132/433] test_future passed 0:00:25 load avg: 19.69 [133/433] test_file_eintr passed 0:00:25 load avg: 19.69 [134/433] test_eintr passed test_flock (__main__.FNTLEINTRTest.test_flock) ... ok test_lockf (__main__.FNTLEINTRTest.test_lockf) ... ok test_read (__main__.OSEINTRTest.test_read) ... ok test_wait (__main__.OSEINTRTest.test_wait) ... ok test_wait3 (__main__.OSEINTRTest.test_wait3) ... ok test_wait4 (__main__.OSEINTRTest.test_wait4) ... ok test_waitpid (__main__.OSEINTRTest.test_waitpid) ... ok test_write (__main__.OSEINTRTest.test_write) ... ok test_devpoll (__main__.SelectEINTRTest.test_devpoll) ... skipped 'need select.devpoll' test_epoll (__main__.SelectEINTRTest.test_epoll) ... ok test_kqueue (__main__.SelectEINTRTest.test_kqueue) ... skipped 'need select.kqueue' test_poll (__main__.SelectEINTRTest.test_poll) ... ok test_select (__main__.SelectEINTRTest.test_select) ... ok test_sigtimedwait (__main__.SignalEINTRTest.test_sigtimedwait) ... ok test_sigwaitinfo (__main__.SignalEINTRTest.test_sigwaitinfo) ... ok test_accept (__main__.SocketEINTRTest.test_accept) ... ok test_open (__main__.SocketEINTRTest.test_open) ... ok test_os_open (__main__.SocketEINTRTest.test_os_open) ... ok test_recv (__main__.SocketEINTRTest.test_recv) ... ok test_recvmsg (__main__.SocketEINTRTest.test_recvmsg) ... ok test_send (__main__.SocketEINTRTest.test_send) ... ok test_sendall (__main__.SocketEINTRTest.test_sendall) ... ok test_sendmsg (__main__.SocketEINTRTest.test_sendmsg) ... ok test_sleep (__main__.TimeEINTRTest.test_sleep) ... ok ---------------------------------------------------------------------- Ran 24 tests in 9.236s OK (skipped=2) 0:00:25 load avg: 21.40 [135/433] test_generator_stop passed 0:00:25 load avg: 21.40 [136/433] test_descr passed 0:00:25 load avg: 21.40 [137/433] test_genericclass passed 0:00:25 load avg: 21.40 [138/433] test_genericpath passed 0:00:25 load avg: 21.40 [139/433] test_genexps passed 0:00:25 load avg: 21.40 [140/433] test_getopt passed 0:00:26 load avg: 21.40 [141/433] test_genericalias passed 0:00:26 load avg: 21.40 [142/433] test_functools passed 0:00:26 load avg: 21.40 [143/433] test_deque passed 0:00:26 load avg: 21.40 [144/433] test_gettext passed 0:00:26 load avg: 21.40 [145/433] test_generators passed 0:00:26 load avg: 21.40 [146/433] test_global passed 0:00:26 load avg: 21.40 [147/433] test_getpass passed 0:00:26 load avg: 21.40 [148/433] test_fork1 passed 0:00:26 load avg: 21.40 [149/433] test_grp passed 0:00:27 load avg: 21.40 [150/433] test_getpath passed 0:00:27 load avg: 21.40 [151/433] test___all__ passed 0:00:27 load avg: 21.40 [152/433] test_graphlib passed 0:00:27 load avg: 21.40 [153/433] test_html passed 0:00:28 load avg: 21.40 [154/433] test_hmac passed 0:00:28 load avg: 21.40 [155/433] test_http_cookies passed 0:00:28 load avg: 21.40 [156/433] test_htmlparser passed 0:00:28 load avg: 21.40 [157/433] test_fstring passed 0:00:29 load avg: 21.40 [158/433] test_imghdr passed 0:00:29 load avg: 21.40 [159/433] test_datetime passed 0:00:29 load avg: 21.40 [160/433] test_index passed 0:00:29 load avg: 21.40 [161/433] test_httplib passed 0:00:30 load avg: 23.53 [162/433] test_glob passed -- running: test_unittest (30.1 sec), test_support (30.1 sec), test_ast (30.0 sec), test_asyncio (30.0 sec) 0:00:30 load avg: 23.53 [163/433] test_imp passed -- running: test_unittest (30.2 sec), test_support (30.2 sec), test_ast (30.2 sec), test_asyncio (30.2 sec) 0:00:30 load avg: 23.53 [164/433] test_gzip passed -- running: test_unittest (30.3 sec), test_support (30.2 sec), test_ast (30.2 sec), test_asyncio (30.2 sec) 0:00:31 load avg: 23.53 [165/433] test_hash passed -- running: test_unittest (30.8 sec), test_support (30.8 sec), test_ast (30.8 sec), test_asyncio (30.7 sec) 0:00:31 load avg: 23.53 [166/433] test_int_literal passed -- running: test_unittest (30.8 sec), test_support (30.8 sec), test_ast (30.8 sec), test_asyncio (30.7 sec) 0:00:31 load avg: 23.53 [167/433] test_ioctl skipped -- running: test_unittest (31.2 sec), test_support (31.2 sec), test_ast (31.1 sec), test_asyncio (31.1 sec) test_ioctl skipped -- Unable to open /dev/tty 0:00:31 load avg: 23.53 [168/433] test_hashlib passed -- running: test_unittest (31.7 sec), test_support (31.7 sec), test_bytes (30.4 sec), test_ast (31.7 sec), test_asyncio (31.7 sec), test_buffer (30.5 sec) 0:00:32 load avg: 23.53 [169/433] test_http_cookiejar passed -- running: test_unittest (31.8 sec), test_support (31.8 sec), test_bytes (30.5 sec), test_ast (31.8 sec), test_asyncio (31.8 sec), test_buffer (30.6 sec) 0:00:32 load avg: 23.53 [170/433] test_isinstance passed -- running: test_unittest (31.8 sec), test_support (31.8 sec), test_bytes (30.5 sec), test_ast (31.8 sec), test_asyncio (31.8 sec), test_buffer (30.6 sec) 0:00:32 load avg: 23.53 [171/433] test_iter passed -- running: test_unittest (32.2 sec), test_support (32.2 sec), test_capi (30.1 sec), test_bytes (30.9 sec), test_ast (32.2 sec), test_asyncio (32.2 sec), test_buffer (31.0 sec) 0:00:32 load avg: 23.53 [172/433] test_iterlen passed -- running: test_unittest (32.3 sec), test_support (32.3 sec), test_capi (30.1 sec), test_bytes (31.0 sec), test_ast (32.3 sec), test_asyncio (32.3 sec), test_buffer (31.1 sec) 0:00:32 load avg: 23.53 [173/433] test_heapq passed -- running: test_unittest (32.5 sec), test_support (32.5 sec), test_capi (30.4 sec), test_bytes (31.2 sec), test_ast (32.5 sec), test_asyncio (32.5 sec), test_buffer (31.3 sec) 0:00:33 load avg: 23.53 [174/433] test_keyword passed -- running: test_unittest (32.9 sec), test_support (32.9 sec), test_capi (30.7 sec), test_bytes (31.6 sec), test_ast (32.9 sec), test_asyncio (32.9 sec), test_buffer (31.7 sec) 0:00:33 load avg: 23.53 [175/433] test_ipaddress passed -- running: test_unittest (33.3 sec), test_support (33.2 sec), test_capi (31.1 sec), test_bytes (31.9 sec), test_ast (33.2 sec), test_asyncio (33.2 sec), test_buffer (32.0 sec) 0:00:33 load avg: 23.53 [176/433] test_kqueue skipped -- running: test_unittest (33.3 sec), test_support (33.3 sec), test_capi (31.1 sec), test_bytes (32.0 sec), test_ast (33.3 sec), test_asyncio (33.3 sec), test_buffer (32.1 sec) test_kqueue skipped -- test works only on BSD 0:00:33 load avg: 23.53 [177/433] test_bytes passed (31.2 sec) -- running: test_unittest (33.4 sec), test_support (33.3 sec), test_capi (31.2 sec), test_ast (33.3 sec), test_asyncio (33.3 sec), test_buffer (32.1 sec) 0:00:33 load avg: 23.53 [178/433] test_keywordonlyarg passed -- running: test_unittest (33.4 sec), test_support (33.4 sec), test_capi (31.2 sec), test_ast (33.3 sec), test_asyncio (33.3 sec), test_buffer (32.1 sec) 0:00:33 load avg: 23.53 [179/433] test_ast passed (32.6 sec) -- running: test_unittest (33.4 sec), test_support (33.4 sec), test_capi (31.3 sec), test_asyncio (33.4 sec), test_buffer (32.2 sec) 0:00:33 load avg: 23.53 [180/433] test_import passed -- running: test_unittest (33.5 sec), test_support (33.5 sec), test_capi (31.3 sec), test_asyncio (33.4 sec), test_buffer (32.2 sec) 0:00:33 load avg: 23.53 [181/433] test_httpservers passed -- running: test_unittest (33.6 sec), test_support (33.6 sec), test_capi (31.4 sec), test_asyncio (33.5 sec), test_buffer (32.3 sec) 0:00:33 load avg: 23.53 [182/433] test_int passed -- running: test_unittest (33.6 sec), test_support (33.6 sec), test_capi (31.4 sec), test_asyncio (33.6 sec), test_buffer (32.4 sec) 0:00:33 load avg: 23.53 [183/433] test_gc passed -- running: test_unittest (33.6 sec), test_support (33.6 sec), test_capi (31.4 sec), test_asyncio (33.6 sec), test_buffer (32.4 sec) 0:00:34 load avg: 23.53 [184/433] test_unittest passed (32.9 sec) -- running: test_support (33.8 sec), test_capi (31.6 sec), test_asyncio (33.7 sec), test_buffer (32.5 sec) 0:00:34 load avg: 23.53 [185/433] test_support passed (32.9 sec) -- running: test_capi (31.6 sec), test_asyncio (33.8 sec), test_buffer (32.6 sec) 0:00:34 load avg: 23.53 [186/433] test_launcher skipped -- running: test_capi (31.8 sec), test_asyncio (33.9 sec), test_buffer (32.7 sec) test_launcher skipped -- test only applies to Windows 0:00:34 load avg: 23.53 [187/433] test_linecache passed -- running: test_capi (32.4 sec), test_asyncio (34.5 sec), test_buffer (33.3 sec) 0:00:34 load avg: 23.53 [188/433] test_listcomps passed -- running: test_capi (32.4 sec), test_asyncio (34.6 sec), test_buffer (33.4 sec) 0:00:35 load avg: 23.53 [189/433] test_locale passed -- running: test_capi (32.7 sec), test_asyncio (34.8 sec), test_buffer (33.6 sec) 0:00:35 load avg: 23.53 [190/433] test_ftplib passed -- running: test_capi (32.7 sec), test_asyncio (34.9 sec), test_buffer (33.7 sec) 0:00:35 load avg: 24.37 [191/433] test_mailcap passed -- running: test_capi (33.0 sec), test_asyncio (35.2 sec), test_buffer (34.0 sec) 0:00:36 load avg: 24.37 [192/433] test_lltrace passed -- running: test_capi (33.6 sec), test_asyncio (35.8 sec), test_buffer (34.6 sec) 0:00:36 load avg: 24.37 [193/433] test_inspect passed -- running: test_capi (33.8 sec), test_compile (30.0 sec), test_asyncio (36.0 sec), test_buffer (34.8 sec) 0:00:36 load avg: 24.37 [194/433] test_longexp passed -- running: test_capi (33.8 sec), test_compile (30.0 sec), test_asyncio (36.0 sec), test_compileall (30.0 sec), test_buffer (34.8 sec) 0:00:36 load avg: 24.37 [195/433] test_idle passed -- running: test_capi (34.1 sec), test_compile (30.3 sec), test_asyncio (36.2 sec), test_compileall (30.3 sec), test_buffer (35.1 sec) 0:00:36 load avg: 24.37 [196/433] test_metaclass passed -- running: test_capi (34.2 sec), test_compile (30.4 sec), test_asyncio (36.4 sec), test_compileall (30.4 sec), test_concurrent_futures (30.0 sec), test_buffer (35.2 sec) 0:00:36 load avg: 24.37 [197/433] test_memoryio passed -- running: test_capi (34.4 sec), test_compile (30.6 sec), test_asyncio (36.5 sec), test_compileall (30.5 sec), test_concurrent_futures (30.2 sec), test_buffer (35.3 sec) 0:00:37 load avg: 24.37 [198/433] test_memoryview passed -- running: test_capi (34.9 sec), test_compile (31.1 sec), test_asyncio (37.1 sec), test_compileall (31.1 sec), test_concurrent_futures (30.8 sec), test_buffer (35.9 sec) 0:00:37 load avg: 24.37 [199/433] test_mimetypes passed -- running: test_capi (35.1 sec), test_compile (31.3 sec), test_asyncio (37.3 sec), test_compileall (31.3 sec), test_concurrent_futures (31.0 sec), test_buffer (36.1 sec) 0:00:37 load avg: 24.37 [200/433] test_msilib skipped -- running: test_cppext (30.1 sec), test_capi (35.4 sec), test_compile (31.6 sec), test_asyncio (37.6 sec), test_compileall (31.6 sec), test_concurrent_futures (31.2 sec), test_buffer (36.4 sec) test_msilib skipped -- No module named '_msi' 0:00:37 load avg: 24.37 [201/433] test_list passed -- running: test_cppext (30.2 sec), test_capi (35.5 sec), test_compile (31.7 sec), test_asyncio (37.6 sec), test_compileall (31.6 sec), test_concurrent_futures (31.3 sec), test_buffer (36.4 sec) 0:00:38 load avg: 24.37 [202/433] test_minidom passed -- running: test_cppext (30.4 sec), test_capi (35.7 sec), test_compile (31.8 sec), test_asyncio (37.8 sec), test_compileall (31.8 sec), test_concurrent_futures (31.5 sec), test_buffer (36.6 sec) 0:00:38 load avg: 24.37 [203/433] test_module passed -- running: test_cppext (30.7 sec), test_capi (36.0 sec), test_compile (32.2 sec), test_asyncio (38.1 sec), test_compileall (32.1 sec), test_concurrent_futures (31.8 sec), test_buffer (36.9 sec) 0:00:38 load avg: 24.37 [204/433] test_marshal passed -- running: test_cppext (30.7 sec), test_capi (36.1 sec), test_compile (32.2 sec), test_asyncio (38.2 sec), test_compileall (32.2 sec), test_concurrent_futures (31.9 sec), test_buffer (37.0 sec) 0:00:38 load avg: 24.37 [205/433] test_mmap passed -- running: test_cppext (31.3 sec), test_capi (36.6 sec), test_compile (32.8 sec), test_asyncio (38.7 sec), test_compileall (32.7 sec), test_concurrent_futures (32.4 sec), test_buffer (37.5 sec) 0:00:39 load avg: 24.37 [206/433] test_interpreters passed -- running: test_cppext (31.4 sec), test_capi (36.7 sec), test_compile (32.9 sec), test_asyncio (38.9 sec), test_compileall (32.9 sec), test_concurrent_futures (32.6 sec), test_buffer (37.7 sec) 0:00:39 load avg: 24.37 [207/433] test_named_expressions passed -- running: test_cppext (31.9 sec), test_capi (37.2 sec), test_compile (33.4 sec), test_asyncio (39.3 sec), test_compileall (33.4 sec), test_concurrent_futures (33.0 sec), test_buffer (38.1 sec) 0:00:39 load avg: 24.37 [208/433] test_netrc passed -- running: test_cppext (31.9 sec), test_capi (37.2 sec), test_compile (33.4 sec), test_asyncio (39.4 sec), test_compileall (33.4 sec), test_concurrent_futures (33.1 sec), test_buffer (38.2 sec) 0:00:39 load avg: 24.37 [209/433] test_modulefinder passed -- running: test_cppext (32.0 sec), test_capi (37.4 sec), test_compile (33.5 sec), test_asyncio (39.5 sec), test_compileall (33.5 sec), test_concurrent_futures (33.2 sec), test_buffer (38.3 sec) 0:00:39 load avg: 24.37 [210/433] test_email passed -- running: test_cppext (32.1 sec), test_capi (37.4 sec), test_compile (33.6 sec), test_asyncio (39.5 sec), test_compileall (33.5 sec), test_concurrent_futures (33.2 sec), test_buffer (38.3 sec) 0:00:39 load avg: 24.37 [211/433] test_nis passed -- running: test_cppext (32.3 sec), test_capi (37.6 sec), test_compile (33.8 sec), test_asyncio (39.7 sec), test_compileall (33.7 sec), test_concurrent_futures (33.4 sec), test_buffer (38.5 sec) 0:00:40 load avg: 24.37 [212/433] test_largefile passed -- running: test_cppext (32.4 sec), test_capi (37.8 sec), test_compile (33.9 sec), test_asyncio (39.9 sec), test_compileall (33.9 sec), test_concurrent_futures (33.6 sec), test_buffer (38.7 sec) 0:00:40 load avg: 25.38 [213/433] test_mailbox passed -- running: test_cppext (32.7 sec), test_capi (38.0 sec), test_compile (34.2 sec), test_asyncio (40.1 sec), test_compileall (34.2 sec), test_concurrent_futures (33.8 sec), test_buffer (38.9 sec) 0:00:40 load avg: 25.38 [214/433] test_openpty passed -- running: test_cppext (33.2 sec), test_capi (38.6 sec), test_compile (34.7 sec), test_asyncio (40.7 sec), test_compileall (34.7 sec), test_concurrent_futures (34.4 sec), test_buffer (39.5 sec) 0:00:41 load avg: 25.38 [215/433] test_nntplib passed -- running: test_cppext (33.4 sec), test_capi (38.7 sec), test_compile (34.9 sec), test_asyncio (40.8 sec), test_compileall (34.8 sec), test_concurrent_futures (34.5 sec), test_buffer (39.6 sec) 0:00:41 load avg: 25.38 [216/433] test_operator passed -- running: test_cppext (33.6 sec), test_capi (38.9 sec), test_compile (35.1 sec), test_asyncio (41.1 sec), test_compileall (35.1 sec), test_concurrent_futures (34.7 sec), test_buffer (39.9 sec) 0:00:41 load avg: 25.38 [217/433] test_opcache passed -- running: test_cppext (33.8 sec), test_capi (39.1 sec), test_compile (35.3 sec), test_asyncio (41.2 sec), test_compileall (35.2 sec), test_concurrent_futures (34.9 sec), test_buffer (40.0 sec) 0:00:41 load avg: 25.38 [218/433] test_ntpath passed -- running: test_cppext (33.9 sec), test_decimal (30.0 sec), test_capi (39.3 sec), test_compile (35.4 sec), test_asyncio (41.4 sec), test_compileall (35.4 sec), test_concurrent_futures (35.1 sec), test_buffer (40.2 sec) 0:00:41 load avg: 25.38 [219/433] test_optparse passed -- running: test_cppext (34.0 sec), test_decimal (30.1 sec), test_capi (39.3 sec), test_compile (35.5 sec), test_asyncio (41.5 sec), test_compileall (35.5 sec), test_concurrent_futures (35.2 sec), test_buffer (40.3 sec) 0:00:41 load avg: 25.38 [220/433] test_numeric_tower passed -- running: test_cppext (34.2 sec), test_decimal (30.3 sec), test_capi (39.6 sec), test_compile (35.7 sec), test_asyncio (41.7 sec), test_compileall (35.7 sec), test_concurrent_futures (35.4 sec), test_buffer (40.5 sec) 0:00:42 load avg: 25.38 [221/433] test_ossaudiodev skipped (resource denied) -- running: test_cppext (34.4 sec), test_decimal (30.5 sec), test_capi (39.7 sec), test_compile (35.9 sec), test_asyncio (41.9 sec), test_compileall (35.9 sec), test_concurrent_futures (35.5 sec), test_buffer (40.7 sec) test_ossaudiodev skipped -- Use of the 'audio' resource not enabled 0:00:42 load avg: 25.38 [222/433] test_lzma passed -- running: test_cppext (34.5 sec), test_decimal (30.6 sec), test_capi (39.8 sec), test_compile (36.0 sec), test_asyncio (42.0 sec), test_compileall (36.0 sec), test_concurrent_futures (35.7 sec), test_buffer (40.8 sec) 0:00:42 load avg: 25.38 [223/433] test_osx_env passed -- running: test_cppext (34.7 sec), test_decimal (30.8 sec), test_capi (40.0 sec), test_compile (36.2 sec), test_asyncio (42.1 sec), test_compileall (36.1 sec), test_concurrent_futures (35.8 sec), test_buffer (40.9 sec) 0:00:43 load avg: 25.38 [224/433] test_compile passed (36.3 sec) -- running: test_cppext (35.6 sec), test_decimal (31.7 sec), test_capi (41.0 sec), test_asyncio (43.1 sec), test_compileall (37.1 sec), test_concurrent_futures (36.8 sec), test_buffer (41.9 sec) 0:00:43 load avg: 25.38 [225/433] test_pep646_syntax passed -- running: test_cppext (35.8 sec), test_decimal (31.8 sec), test_capi (41.1 sec), test_asyncio (43.2 sec), test_compileall (37.2 sec), test_concurrent_futures (36.9 sec), test_buffer (42.0 sec) 0:00:43 load avg: 25.38 [226/433] test_patma passed -- running: test_cppext (35.8 sec), test_decimal (31.9 sec), test_capi (41.2 sec), test_asyncio (43.3 sec), test_compileall (37.3 sec), test_concurrent_futures (37.0 sec), test_buffer (42.1 sec) 0:00:43 load avg: 25.38 [227/433] test_importlib passed -- running: test_cppext (36.1 sec), test_decimal (32.2 sec), test_capi (41.4 sec), test_asyncio (43.6 sec), test_compileall (37.6 sec), test_concurrent_futures (37.3 sec), test_buffer (42.4 sec) 0:00:44 load avg: 25.38 [228/433] test_ordered_dict passed -- running: test_cppext (36.6 sec), test_decimal (32.6 sec), test_capi (41.9 sec), test_asyncio (44.0 sec), test_compileall (38.0 sec), test_concurrent_futures (37.7 sec), test_buffer (42.8 sec) 0:00:44 load avg: 25.38 [229/433] test_picklebuffer passed -- running: test_cppext (36.8 sec), test_decimal (32.8 sec), test_capi (42.1 sec), test_asyncio (44.2 sec), test_compileall (38.2 sec), test_concurrent_futures (37.9 sec), test_buffer (43.0 sec), test_embed (30.0 sec) 0:00:44 load avg: 25.38 [230/433] test_pipes passed -- running: test_cppext (36.9 sec), test_decimal (33.0 sec), test_capi (42.2 sec), test_asyncio (44.4 sec), test_compileall (38.4 sec), test_concurrent_futures (38.0 sec), test_buffer (43.2 sec), test_embed (30.2 sec) 0:00:44 load avg: 25.38 [231/433] test_pkg passed -- running: test_cppext (37.2 sec), test_decimal (33.3 sec), test_capi (42.5 sec), test_asyncio (44.6 sec), test_compileall (38.7 sec), test_concurrent_futures (38.3 sec), test_buffer (43.4 sec), test_embed (30.5 sec) 0:00:45 load avg: 26.39 [232/433] test_pkgutil passed -- running: test_cppext (38.0 sec), test_decimal (34.1 sec), test_capi (43.3 sec), test_asyncio (45.5 sec), test_compileall (39.5 sec), test_concurrent_futures (39.2 sec), test_buffer (44.3 sec), test_embed (31.3 sec) 0:00:46 load avg: 26.39 [233/433] test_platform passed -- running: test_cppext (38.9 sec), test_decimal (35.0 sec), test_capi (44.2 sec), test_asyncio (46.4 sec), test_compileall (40.4 sec), test_concurrent_futures (40.1 sec), test_buffer (45.2 sec), test_embed (32.2 sec) 0:00:47 load avg: 26.39 [234/433] test_popen passed -- running: test_cppext (39.4 sec), test_decimal (35.4 sec), test_capi (44.7 sec), test_asyncio (46.8 sec), test_compileall (40.8 sec), test_concurrent_futures (40.5 sec), test_buffer (45.6 sec), test_embed (32.6 sec) 0:00:47 load avg: 26.39 [235/433] test_plistlib passed -- running: test_cppext (39.4 sec), test_decimal (35.5 sec), test_capi (44.8 sec), test_asyncio (46.9 sec), test_compileall (40.9 sec), test_concurrent_futures (40.6 sec), test_buffer (45.7 sec), test_embed (32.7 sec) 0:00:48 load avg: 26.39 [236/433] test_positional_only_arg passed -- running: test_cppext (40.6 sec), test_decimal (36.6 sec), test_capi (45.9 sec), test_faulthandler (30.4 sec), test_asyncio (48.0 sec), test_compileall (42.0 sec), test_concurrent_futures (41.7 sec), test_buffer (46.8 sec), test_embed (33.8 sec) 0:00:50 load avg: 27.08 [237/433] test_posixpath passed -- running: test_cppext (42.6 sec), test_decimal (38.7 sec), test_capi (47.9 sec), test_faulthandler (32.4 sec), test_asyncio (50.0 sec), test_compileall (44.0 sec), test_concurrent_futures (43.7 sec), test_buffer (48.8 sec), test_embed (35.9 sec) 0:00:50 load avg: 27.08 [238/433] test_pathlib passed -- running: test_cppext (42.7 sec), test_decimal (38.8 sec), test_capi (48.0 sec), test_faulthandler (32.6 sec), test_asyncio (50.2 sec), test_compileall (44.2 sec), test_concurrent_futures (43.9 sec), test_buffer (49.0 sec), test_embed (36.0 sec) 0:00:50 load avg: 27.08 [239/433] test_capi passed (47.7 sec) -- running: test_cppext (43.1 sec), test_decimal (39.2 sec), test_faulthandler (33.0 sec), test_asyncio (50.6 sec), test_compileall (44.6 sec), test_concurrent_futures (44.3 sec), test_buffer (49.4 sec), test_embed (36.4 sec) 0:00:51 load avg: 27.08 [240/433] test_print passed -- running: test_cppext (44.1 sec), test_decimal (40.2 sec), test_faulthandler (34.0 sec), test_asyncio (51.6 sec), test_compileall (45.6 sec), test_concurrent_futures (45.3 sec), test_buffer (50.4 sec), test_embed (37.4 sec) 0:00:52 load avg: 27.08 [241/433] test_decimal passed (39.6 sec) -- running: test_cppext (44.3 sec), test_faulthandler (34.2 sec), test_asyncio (51.8 sec), test_compileall (45.8 sec), test_concurrent_futures (45.5 sec), test_buffer (50.6 sec), test_embed (37.6 sec) 0:00:52 load avg: 27.08 [242/433] test_embed passed (37.0 sec) -- running: test_cppext (44.5 sec), test_faulthandler (34.4 sec), test_asyncio (52.0 sec), test_compileall (46.0 sec), test_concurrent_futures (45.7 sec), test_buffer (50.8 sec) 0:00:52 load avg: 27.08 [243/433] test_pprint passed -- running: test_cppext (45.2 sec), test_faulthandler (35.0 sec), test_asyncio (52.6 sec), test_compileall (46.6 sec), test_concurrent_futures (46.3 sec), test_buffer (51.4 sec) 0:00:53 load avg: 27.08 [244/433] test_property passed -- running: test_cppext (45.4 sec), test_faulthandler (35.2 sec), test_asyncio (52.8 sec), test_compileall (46.8 sec), test_concurrent_futures (46.5 sec), test_buffer (51.6 sec) 0:00:53 load avg: 27.08 [245/433] test_peepholer passed -- running: test_cppext (45.9 sec), test_faulthandler (35.7 sec), test_asyncio (53.3 sec), test_compileall (47.4 sec), test_concurrent_futures (47.0 sec), test_buffer (52.1 sec) 0:00:53 load avg: 27.08 [246/433] test_os passed -- running: test_cppext (45.9 sec), test_faulthandler (35.7 sec), test_asyncio (53.4 sec), test_compileall (47.4 sec), test_concurrent_futures (47.0 sec), test_buffer (52.2 sec) 0:00:54 load avg: 27.08 [247/433] test_pty passed -- running: test_cppext (46.3 sec), test_faulthandler (36.2 sec), test_asyncio (53.8 sec), test_compileall (47.8 sec), test_concurrent_futures (47.5 sec), test_buffer (52.6 sec) hi there 0:00:54 load avg: 27.08 [248/433] test_pstats passed -- running: test_cppext (46.6 sec), test_gdb (30.3 sec), test_faulthandler (36.5 sec), test_asyncio (54.1 sec), test_compileall (48.1 sec), test_concurrent_futures (47.8 sec), test_buffer (52.9 sec) 0:00:54 load avg: 27.08 [249/433] test_pwd passed -- running: test_cppext (46.9 sec), test_gdb (30.6 sec), test_faulthandler (36.8 sec), test_asyncio (54.4 sec), test_compileall (48.4 sec), test_concurrent_futures (48.1 sec), test_buffer (53.2 sec) 0:00:54 load avg: 27.08 [250/433] test_posix passed -- running: test_cppext (47.0 sec), test_gdb (30.7 sec), test_faulthandler (36.9 sec), test_asyncio (54.5 sec), test_compileall (48.5 sec), test_concurrent_futures (48.2 sec), test_buffer (53.3 sec) 0:00:54 load avg: 27.08 [251/433] test_pulldom passed -- running: test_cppext (47.0 sec), test_gdb (30.7 sec), test_faulthandler (36.9 sec), test_asyncio (54.5 sec), test_compileall (48.5 sec), test_concurrent_futures (48.2 sec), test_buffer (53.3 sec) 0:00:54 load avg: 27.08 [252/433] test_profile passed -- running: test_cppext (47.1 sec), test_gdb (30.8 sec), test_faulthandler (37.0 sec), test_asyncio (54.6 sec), test_compileall (48.6 sec), test_concurrent_futures (48.3 sec), test_buffer (53.4 sec) 0:00:55 load avg: 27.08 [253/433] test_poplib passed -- running: test_cppext (47.5 sec), test_gdb (31.1 sec), test_faulthandler (37.3 sec), test_asyncio (55.0 sec), test_compileall (49.0 sec), test_concurrent_futures (48.6 sec), test_buffer (53.8 sec) 0:00:55 load avg: 27.08 [254/433] test_json passed -- running: test_cppext (47.6 sec), test_gdb (31.2 sec), test_faulthandler (37.4 sec), test_asyncio (55.0 sec), test_compileall (49.0 sec), test_concurrent_futures (48.7 sec), test_buffer (53.8 sec) 0:00:55 load avg: 27.71 [255/433] test_pyexpat passed -- running: test_cppext (48.1 sec), test_gdb (31.7 sec), test_faulthandler (37.9 sec), test_asyncio (55.6 sec), test_compileall (49.6 sec), test_concurrent_futures (49.3 sec), test_buffer (54.4 sec) 0:00:55 load avg: 27.71 [256/433] test_raise passed -- running: test_cppext (48.3 sec), test_gdb (31.9 sec), test_faulthandler (38.1 sec), test_asyncio (55.7 sec), test_compileall (49.7 sec), test_concurrent_futures (49.4 sec), test_buffer (54.5 sec) 0:00:56 load avg: 27.71 [257/433] test_quopri passed -- running: test_cppext (48.7 sec), test_gdb (32.3 sec), test_faulthandler (38.5 sec), test_asyncio (56.1 sec), test_compileall (50.1 sec), test_concurrent_futures (49.8 sec), test_buffer (54.9 sec) 0:00:56 load avg: 27.71 [258/433] test_py_compile passed -- running: test_cppext (49.3 sec), test_gdb (32.9 sec), test_faulthandler (39.1 sec), test_asyncio (56.7 sec), test_compileall (50.8 sec), test_concurrent_futures (50.4 sec), test_buffer (55.5 sec) 0:00:57 load avg: 27.71 [259/433] test_poll passed -- running: test_cppext (49.5 sec), test_gdb (33.1 sec), test_faulthandler (39.3 sec), test_asyncio (57.0 sec), test_compileall (51.0 sec), test_concurrent_futures (50.6 sec), test_buffer (55.8 sec) 0:00:57 load avg: 27.71 [260/433] test_pdb passed -- running: test_cppext (49.7 sec), test_gdb (33.3 sec), test_faulthandler (39.5 sec), test_asyncio (57.2 sec), test_compileall (51.2 sec), test_concurrent_futures (50.8 sec), test_buffer (56.0 sec) 0:00:57 load avg: 27.71 [261/433] test_multibytecodec passed -- running: test_cppext (49.8 sec), test_gdb (33.5 sec), test_faulthandler (39.7 sec), test_imaplib (30.1 sec), test_asyncio (57.3 sec), test_compileall (51.3 sec), test_concurrent_futures (51.0 sec), test_buffer (56.1 sec) 0:00:57 load avg: 27.71 [262/433] test_readline passed -- running: test_cppext (50.2 sec), test_gdb (33.8 sec), test_faulthandler (40.0 sec), test_imaplib (30.4 sec), test_asyncio (57.6 sec), test_compileall (51.7 sec), test_concurrent_futures (51.3 sec), test_buffer (56.4 sec) 0:00:58 load avg: 27.71 [263/433] test_reprlib passed -- running: test_cppext (50.6 sec), test_gdb (34.3 sec), test_faulthandler (40.5 sec), test_imaplib (30.9 sec), test_asyncio (58.1 sec), test_compileall (52.1 sec), test_concurrent_futures (51.8 sec), test_buffer (56.9 sec) 0:00:58 load avg: 27.71 [264/433] test_richcmp passed -- running: test_cppext (51.1 sec), test_gdb (34.7 sec), test_faulthandler (40.9 sec), test_imaplib (31.3 sec), test_asyncio (58.5 sec), test_compileall (52.5 sec), test_concurrent_futures (52.2 sec), test_buffer (57.3 sec) 0:00:59 load avg: 27.71 [265/433] test_pow passed -- running: test_cppext (51.8 sec), test_gdb (35.4 sec), test_faulthandler (41.6 sec), test_imaplib (32.0 sec), test_asyncio (59.2 sec), test_compileall (53.2 sec), test_concurrent_futures (52.9 sec), test_buffer (58.0 sec) 0:00:59 load avg: 27.71 [266/433] test_resource passed -- running: test_cppext (51.8 sec), test_gdb (35.4 sec), test_faulthandler (41.6 sec), test_imaplib (32.1 sec), test_asyncio (59.3 sec), test_compileall (53.3 sec), test_concurrent_futures (53.0 sec), test_buffer (58.1 sec) 0:00:59 load avg: 27.71 [267/433] test_rlcompleter passed -- running: test_cppext (51.9 sec), test_gdb (35.5 sec), test_faulthandler (41.8 sec), test_imaplib (32.2 sec), test_asyncio (59.4 sec), test_compileall (53.4 sec), test_concurrent_futures (53.1 sec), test_buffer (58.2 sec) 0:00:59 load avg: 27.71 [268/433] test_repl passed -- running: test_cppext (52.0 sec), test_gdb (35.6 sec), test_faulthandler (41.8 sec), test_imaplib (32.2 sec), test_asyncio (59.4 sec), test_compileall (53.4 sec), test_concurrent_futures (53.1 sec), test_buffer (58.2 sec) 0:00:59 load avg: 27.71 [269/433] test_long passed -- running: test_cppext (52.1 sec), test_gdb (35.7 sec), test_faulthandler (42.0 sec), test_imaplib (32.4 sec), test_asyncio (59.6 sec), test_compileall (53.6 sec), test_concurrent_futures (53.3 sec), test_buffer (58.4 sec) 0:01:00 load avg: 27.71 [270/433] test_robotparser passed -- running: test_cppext (52.3 sec), test_gdb (35.9 sec), test_faulthandler (42.1 sec), test_imaplib (32.5 sec), test_asyncio (59.8 sec), test_compileall (53.8 sec), test_concurrent_futures (53.4 sec), test_buffer (58.6 sec) 0:01:00 load avg: 28.38 [271/433] test_scope passed -- running: test_cppext (53.2 sec), test_gdb (36.8 sec), test_faulthandler (43.0 sec), test_imaplib (33.4 sec), test_asyncio (1 min), test_io (30.6 sec), test_compileall (54.6 sec), test_concurrent_futures (54.3 sec), test_buffer (59.4 sec) 0:01:00 load avg: 28.38 [272/433] test_math passed -- running: test_cppext (53.2 sec), test_gdb (36.8 sec), test_faulthandler (43.0 sec), test_imaplib (33.4 sec), test_asyncio (1 min), test_io (30.6 sec), test_compileall (54.7 sec), test_concurrent_futures (54.3 sec), test_buffer (59.5 sec) 0:01:01 load avg: 28.38 [273/433] test_secrets passed -- running: test_cppext (53.3 sec), test_gdb (36.9 sec), test_faulthandler (43.1 sec), test_imaplib (33.6 sec), test_asyncio (1 min), test_io (30.7 sec), test_compileall (54.8 sec), test_concurrent_futures (54.5 sec), test_buffer (59.6 sec) 0:01:01 load avg: 28.38 [274/433] test_sched passed -- running: test_cppext (53.4 sec), test_gdb (37.1 sec), test_faulthandler (43.3 sec), test_imaplib (33.7 sec), test_asyncio (1 min), test_io (30.9 sec), test_compileall (54.9 sec), test_concurrent_futures (54.6 sec), test_buffer (59.7 sec) 0:01:01 load avg: 28.38 [275/433] test_sax passed -- running: test_cppext (54.1 sec), test_gdb (37.8 sec), test_faulthandler (44.0 sec), test_imaplib (34.4 sec), test_asyncio (1 min 1 sec), test_io (31.6 sec), test_compileall (55.6 sec), test_concurrent_futures (55.3 sec), test_buffer (1 min) 0:01:01 load avg: 28.38 [276/433] test_script_helper passed -- running: test_cppext (54.2 sec), test_gdb (37.8 sec), test_faulthandler (44.0 sec), test_imaplib (34.4 sec), test_asyncio (1 min 1 sec), test_io (31.6 sec), test_compileall (55.6 sec), test_concurrent_futures (55.3 sec), test_buffer (1 min) 0:01:02 load avg: 28.38 [277/433] test_imaplib passed (33.7 sec) -- running: test_itertools (30.1 sec), test_cppext (54.3 sec), test_gdb (38.0 sec), test_faulthandler (44.2 sec), test_asyncio (1 min 1 sec), test_io (31.8 sec), test_compileall (55.8 sec), test_concurrent_futures (55.5 sec), test_buffer (1 min) 0:01:02 load avg: 28.38 [278/433] test_random passed -- running: test_itertools (30.3 sec), test_cppext (54.5 sec), test_gdb (38.1 sec), test_faulthandler (44.3 sec), test_asyncio (1 min 1 sec), test_io (31.9 sec), test_compileall (56.0 sec), test_concurrent_futures (55.6 sec), test_buffer (1 min) 0:01:02 load avg: 28.38 [279/433] test_logging passed -- running: test_itertools (30.3 sec), test_cppext (54.5 sec), test_gdb (38.1 sec), test_faulthandler (44.3 sec), test_asyncio (1 min 1 sec), test_io (31.9 sec), test_compileall (56.0 sec), test_concurrent_futures (55.6 sec), test_buffer (1 min) 0:01:02 load avg: 28.38 [280/433] test_setcomps passed -- running: test_itertools (30.4 sec), test_cppext (54.6 sec), test_gdb (38.2 sec), test_faulthandler (44.4 sec), test_asyncio (1 min 2 sec), test_io (32.0 sec), test_compileall (56.0 sec), test_concurrent_futures (55.7 sec), test_buffer (1 min) 0:01:02 load avg: 28.38 [281/433] test_select passed -- running: test_itertools (30.7 sec), test_cppext (54.9 sec), test_gdb (38.6 sec), test_faulthandler (44.8 sec), test_asyncio (1 min 2 sec), test_io (32.4 sec), test_compileall (56.4 sec), test_concurrent_futures (56.1 sec), test_buffer (1 min 1 sec) 0:01:02 load avg: 28.38 [282/433] test_range passed -- running: test_itertools (31.0 sec), test_cppext (55.2 sec), test_gdb (38.9 sec), test_faulthandler (45.1 sec), test_asyncio (1 min 2 sec), test_io (32.7 sec), test_compileall (56.7 sec), test_concurrent_futures (56.4 sec), test_buffer (1 min 1 sec) 0:01:03 load avg: 28.38 [283/433] test_shlex passed -- running: test_itertools (31.5 sec), test_cppext (55.7 sec), test_gdb (39.3 sec), test_faulthandler (45.5 sec), test_asyncio (1 min 3 sec), test_io (33.1 sec), test_compileall (57.1 sec), test_concurrent_futures (56.8 sec), test_buffer (1 min 1 sec) 0:01:04 load avg: 28.38 [284/433] test_smtpd passed -- running: test_itertools (32.1 sec), test_cppext (56.3 sec), test_gdb (39.9 sec), test_lib2to3 (30.5 sec), test_faulthandler (46.1 sec), test_asyncio (1 min 3 sec), test_io (33.7 sec), test_compileall (57.8 sec), test_concurrent_futures (57.4 sec), test_buffer (1 min 2 sec) 0:01:04 load avg: 28.38 [285/433] test_slice passed -- running: test_itertools (32.2 sec), test_cppext (56.4 sec), test_gdb (40.0 sec), test_lib2to3 (30.6 sec), test_faulthandler (46.2 sec), test_asyncio (1 min 3 sec), test_io (33.8 sec), test_compileall (57.8 sec), test_concurrent_futures (57.5 sec), test_buffer (1 min 2 sec) 0:01:04 load avg: 28.38 [286/433] test_smtpnet skipped (resource denied) -- running: test_itertools (32.2 sec), test_cppext (56.4 sec), test_gdb (40.0 sec), test_lib2to3 (30.6 sec), test_faulthandler (46.2 sec), test_asyncio (1 min 3 sec), test_io (33.8 sec), test_compileall (57.8 sec), test_concurrent_futures (57.5 sec), test_buffer (1 min 2 sec) test_smtpnet skipped -- Use of the 'network' resource not enabled 0:01:04 load avg: 28.38 [287/433] test_shelve passed -- running: test_itertools (32.4 sec), test_cppext (56.6 sec), test_gdb (40.2 sec), test_lib2to3 (30.8 sec), test_faulthandler (46.4 sec), test_asyncio (1 min 4 sec), test_io (34.0 sec), test_compileall (58.1 sec), test_concurrent_futures (57.7 sec), test_buffer (1 min 2 sec) 0:01:04 load avg: 28.38 [288/433] test_sndhdr passed -- running: test_itertools (32.6 sec), test_cppext (56.8 sec), test_gdb (40.5 sec), test_lib2to3 (31.1 sec), test_faulthandler (46.7 sec), test_asyncio (1 min 4 sec), test_io (34.3 sec), test_compileall (58.3 sec), test_concurrent_futures (58.0 sec), test_buffer (1 min 3 sec) 0:01:05 load avg: 28.38 [289/433] test_socketserver skipped (resource denied) -- running: test_itertools (33.2 sec), test_cppext (57.4 sec), test_gdb (41.0 sec), test_lib2to3 (31.6 sec), test_faulthandler (47.2 sec), test_asyncio (1 min 4 sec), test_io (34.8 sec), test_compileall (58.9 sec), test_concurrent_futures (58.5 sec), test_buffer (1 min 3 sec) test_socketserver skipped -- Use of the 'network' resource not enabled 0:01:05 load avg: 28.38 [290/433] test_re passed -- running: test_itertools (33.3 sec), test_cppext (57.5 sec), test_gdb (41.1 sec), test_lib2to3 (31.7 sec), test_faulthandler (47.3 sec), test_asyncio (1 min 4 sec), test_io (34.9 sec), test_compileall (59.0 sec), test_concurrent_futures (58.6 sec), test_buffer (1 min 3 sec) 0:01:05 load avg: 29.39 [291/433] test_site passed -- running: test_itertools (33.5 sec), test_cppext (57.7 sec), test_gdb (41.4 sec), test_lib2to3 (32.0 sec), test_faulthandler (47.6 sec), test_asyncio (1 min 5 sec), test_io (35.2 sec), test_compileall (59.2 sec), test_concurrent_futures (58.9 sec), test_buffer (1 min 3 sec) 0:01:05 load avg: 29.39 [292/433] test_shutil passed -- running: test_itertools (33.6 sec), test_cppext (57.8 sec), test_gdb (41.4 sec), test_lib2to3 (32.0 sec), test_faulthandler (47.6 sec), test_asyncio (1 min 5 sec), test_io (35.2 sec), test_compileall (59.3 sec), test_concurrent_futures (58.9 sec), test_buffer (1 min 4 sec) 0:01:05 load avg: 29.39 [293/433] test_spwd passed -- running: test_itertools (33.7 sec), test_cppext (57.9 sec), test_gdb (41.5 sec), test_lib2to3 (32.1 sec), test_faulthandler (47.7 sec), test_asyncio (1 min 5 sec), test_io (35.3 sec), test_compileall (59.3 sec), test_concurrent_futures (59.0 sec), test_buffer (1 min 4 sec) 0:01:05 load avg: 29.39 [294/433] test_sort passed -- running: test_itertools (33.8 sec), test_cppext (58.0 sec), test_gdb (41.7 sec), test_lib2to3 (32.3 sec), test_faulthandler (47.9 sec), test_asyncio (1 min 5 sec), test_io (35.5 sec), test_compileall (59.5 sec), test_concurrent_futures (59.2 sec), test_buffer (1 min 4 sec) 0:01:06 load avg: 29.39 [295/433] test_startfile skipped -- running: test_itertools (34.5 sec), test_cppext (58.7 sec), test_gdb (42.4 sec), test_lib2to3 (33.0 sec), test_faulthandler (48.6 sec), test_asyncio (1 min 6 sec), test_io (36.2 sec), test_compileall (1 min), test_concurrent_futures (59.9 sec), test_buffer (1 min 5 sec) test_startfile skipped -- object has no attribute 'startfile' 0:01:06 load avg: 29.39 [296/433] test_stat passed -- running: test_itertools (34.9 sec), test_cppext (59.1 sec), test_gdb (42.7 sec), test_lib2to3 (33.4 sec), test_faulthandler (48.9 sec), test_asyncio (1 min 6 sec), test_io (36.5 sec), test_compileall (1 min), test_concurrent_futures (1 min), test_buffer (1 min 5 sec) 0:01:06 load avg: 29.39 [297/433] test_smtplib passed -- running: test_itertools (34.9 sec), test_cppext (59.1 sec), test_gdb (42.8 sec), test_lib2to3 (33.4 sec), test_faulthandler (49.0 sec), test_asyncio (1 min 6 sec), test_io (36.6 sec), test_compileall (1 min), test_concurrent_futures (1 min), test_buffer (1 min 5 sec) 0:01:06 load avg: 29.39 [298/433] test_stable_abi_ctypes passed -- running: test_itertools (35.0 sec), test_cppext (59.2 sec), test_gdb (42.8 sec), test_lib2to3 (33.4 sec), test_faulthandler (49.0 sec), test_asyncio (1 min 6 sec), test_io (36.6 sec), test_compileall (1 min), test_concurrent_futures (1 min), test_buffer (1 min 5 sec) 0:01:07 load avg: 29.39 [299/433] test_faulthandler passed (48.8 sec) -- running: test_itertools (35.6 sec), test_cppext (59.8 sec), test_gdb (43.5 sec), test_lib2to3 (34.1 sec), test_multiprocessing_fork (30.0 sec), test_asyncio (1 min 7 sec), test_io (37.3 sec), test_compileall (1 min 1 sec), test_concurrent_futures (1 min), test_buffer (1 min 6 sec) 0:01:07 load avg: 29.39 [300/433] test_stringprep passed -- running: test_itertools (36.1 sec), test_cppext (1 min), test_gdb (43.9 sec), test_lib2to3 (34.5 sec), test_multiprocessing_forkserver (30.2 sec), test_multiprocessing_main_handling (30.1 sec), test_multiprocessing_fork (30.4 sec), test_asyncio (1 min 7 sec), test_io (37.7 sec), test_compileall (1 min 1 sec), test_concurrent_futures (1 min 1 sec), test_buffer (1 min 6 sec) 0:01:08 load avg: 29.39 [301/433] test_string passed -- running: test_itertools (36.2 sec), test_multiprocessing_spawn (30.0 sec), test_cppext (1 min), test_gdb (44.0 sec), test_lib2to3 (34.6 sec), test_multiprocessing_forkserver (30.3 sec), test_multiprocessing_main_handling (30.2 sec), test_multiprocessing_fork (30.5 sec), test_asyncio (1 min 7 sec), test_io (37.8 sec), test_compileall (1 min 1 sec), test_concurrent_futures (1 min 1 sec), test_buffer (1 min 6 sec) 0:01:08 load avg: 29.39 [302/433] test_pyclbr passed -- running: test_itertools (36.8 sec), test_multiprocessing_spawn (30.7 sec), test_cppext (1 min 1 sec), test_gdb (44.7 sec), test_lib2to3 (35.3 sec), test_multiprocessing_forkserver (30.9 sec), test_multiprocessing_main_handling (30.9 sec), test_multiprocessing_fork (31.2 sec), test_asyncio (1 min 8 sec), test_io (38.5 sec), test_compileall (1 min 2 sec), test_concurrent_futures (1 min 2 sec), test_buffer (1 min 7 sec) 0:01:09 load avg: 29.39 [303/433] test_strptime passed -- running: test_itertools (37.4 sec), test_multiprocessing_spawn (31.2 sec), test_cppext (1 min 1 sec), test_gdb (45.2 sec), test_lib2to3 (35.8 sec), test_multiprocessing_forkserver (31.5 sec), test_multiprocessing_main_handling (31.4 sec), test_multiprocessing_fork (31.7 sec), test_asyncio (1 min 9 sec), test_io (39.0 sec), test_compileall (1 min 3 sec), test_concurrent_futures (1 min 2 sec), test_buffer (1 min 7 sec) 0:01:09 load avg: 29.39 [304/433] test_strftime passed -- running: test_itertools (37.7 sec), test_multiprocessing_spawn (31.5 sec), test_cppext (1 min 1 sec), test_gdb (45.5 sec), test_lib2to3 (36.1 sec), test_multiprocessing_forkserver (31.8 sec), test_multiprocessing_main_handling (31.7 sec), test_multiprocessing_fork (32.0 sec), test_asyncio (1 min 9 sec), test_io (39.3 sec), test_compileall (1 min 3 sec), test_concurrent_futures (1 min 2 sec), test_buffer (1 min 8 sec) 0:01:09 load avg: 29.39 [305/433] test_structseq passed -- running: test_itertools (37.9 sec), test_multiprocessing_spawn (31.8 sec), test_cppext (1 min 2 sec), test_gdb (45.7 sec), test_lib2to3 (36.4 sec), test_multiprocessing_forkserver (32.0 sec), test_multiprocessing_main_handling (31.9 sec), test_multiprocessing_fork (32.3 sec), test_asyncio (1 min 9 sec), test_io (39.5 sec), test_compileall (1 min 3 sec), test_concurrent_futures (1 min 3 sec), test_buffer (1 min 8 sec) 0:01:10 load avg: 29.39 [306/433] test_sqlite3 passed -- running: test_itertools (38.2 sec), test_multiprocessing_spawn (32.1 sec), test_cppext (1 min 2 sec), test_gdb (46.0 sec), test_lib2to3 (36.7 sec), test_multiprocessing_forkserver (32.3 sec), test_multiprocessing_main_handling (32.2 sec), test_multiprocessing_fork (32.6 sec), test_asyncio (1 min 9 sec), test_io (39.9 sec), test_compileall (1 min 3 sec), test_concurrent_futures (1 min 3 sec), test_buffer (1 min 8 sec) 0:01:10 load avg: 29.39 [307/433] test_queue passed -- running: test_itertools (38.3 sec), test_multiprocessing_spawn (32.2 sec), test_cppext (1 min 2 sec), test_gdb (46.1 sec), test_lib2to3 (36.7 sec), test_multiprocessing_forkserver (32.4 sec), test_multiprocessing_main_handling (32.3 sec), test_multiprocessing_fork (32.6 sec), test_asyncio (1 min 9 sec), test_io (39.9 sec), test_compileall (1 min 3 sec), test_concurrent_futures (1 min 3 sec), test_buffer (1 min 8 sec) 0:01:10 load avg: 30.64 [308/433] test_subclassinit passed -- running: test_itertools (38.5 sec), test_multiprocessing_spawn (32.3 sec), test_cppext (1 min 2 sec), test_gdb (46.3 sec), test_lib2to3 (36.9 sec), test_multiprocessing_forkserver (32.6 sec), test_multiprocessing_main_handling (32.5 sec), test_multiprocessing_fork (32.8 sec), test_asyncio (1 min 10 sec), test_io (40.1 sec), test_compileall (1 min 4 sec), test_concurrent_futures (1 min 3 sec), test_buffer (1 min 8 sec) 0:01:11 load avg: 30.64 [309/433] test_string_literals passed -- running: test_itertools (39.2 sec), test_multiprocessing_spawn (33.0 sec), test_cppext (1 min 3 sec), test_gdb (47.0 sec), test_lib2to3 (37.6 sec), test_multiprocessing_forkserver (33.3 sec), test_multiprocessing_main_handling (33.2 sec), test_multiprocessing_fork (33.5 sec), test_asyncio (1 min 10 sec), test_io (40.8 sec), test_compileall (1 min 4 sec), test_concurrent_futures (1 min 4 sec), test_buffer (1 min 9 sec) 0:01:11 load avg: 30.64 [310/433] test_sunau passed -- running: test_itertools (39.3 sec), test_multiprocessing_spawn (33.2 sec), test_cppext (1 min 3 sec), test_gdb (47.1 sec), test_lib2to3 (37.7 sec), test_multiprocessing_forkserver (33.4 sec), test_multiprocessing_main_handling (33.3 sec), test_multiprocessing_fork (33.7 sec), test_asyncio (1 min 10 sec), test_io (40.9 sec), test_compileall (1 min 4 sec), test_concurrent_futures (1 min 4 sec), test_buffer (1 min 9 sec) 0:01:11 load avg: 30.64 [311/433] test_super passed -- running: test_itertools (39.4 sec), test_multiprocessing_spawn (33.3 sec), test_cppext (1 min 3 sec), test_gdb (47.3 sec), test_lib2to3 (37.9 sec), test_multiprocessing_forkserver (33.5 sec), test_multiprocessing_main_handling (33.4 sec), test_multiprocessing_fork (33.8 sec), test_asyncio (1 min 11 sec), test_io (41.1 sec), test_compileall (1 min 5 sec), test_concurrent_futures (1 min 4 sec), test_buffer (1 min 9 sec) 0:01:11 load avg: 30.64 [312/433] test_symtable passed -- running: test_itertools (39.6 sec), test_multiprocessing_spawn (33.5 sec), test_cppext (1 min 3 sec), test_gdb (47.4 sec), test_lib2to3 (38.1 sec), test_multiprocessing_forkserver (33.7 sec), test_multiprocessing_main_handling (33.6 sec), test_multiprocessing_fork (34.0 sec), test_asyncio (1 min 11 sec), test_io (41.2 sec), test_compileall (1 min 5 sec), test_concurrent_futures (1 min 4 sec), test_buffer (1 min 10 sec) 0:01:11 load avg: 30.64 [313/433] test_sundry passed -- running: test_itertools (39.9 sec), test_multiprocessing_spawn (33.7 sec), test_cppext (1 min 4 sec), test_gdb (47.7 sec), test_lib2to3 (38.3 sec), test_multiprocessing_forkserver (34.0 sec), test_multiprocessing_main_handling (33.9 sec), test_multiprocessing_fork (34.2 sec), test_asyncio (1 min 11 sec), test_io (41.5 sec), test_compileall (1 min 5 sec), test_concurrent_futures (1 min 5 sec), test_buffer (1 min 10 sec) 0:01:12 load avg: 30.64 [314/433] test_sys_setprofile passed -- running: test_itertools (40.6 sec), test_multiprocessing_spawn (34.4 sec), test_cppext (1 min 4 sec), test_gdb (48.4 sec), test_lib2to3 (39.0 sec), test_multiprocessing_forkserver (34.7 sec), test_pickle (30.1 sec), test_multiprocessing_main_handling (34.6 sec), test_multiprocessing_fork (34.9 sec), test_asyncio (1 min 12 sec), test_io (42.2 sec), test_compileall (1 min 6 sec), test_concurrent_futures (1 min 5 sec), test_buffer (1 min 11 sec), test_peg_generator (30.4 sec) 0:01:12 load avg: 30.64 [315/433] test_pydoc passed -- running: test_multiprocessing_spawn (34.7 sec), test_cppext (1 min 5 sec), test_gdb (48.6 sec), test_lib2to3 (39.2 sec), test_multiprocessing_forkserver (34.9 sec), test_pickle (30.3 sec), test_multiprocessing_main_handling (34.8 sec), test_multiprocessing_fork (35.2 sec), test_asyncio (1 min 12 sec), test_io (42.4 sec), test_compileall (1 min 6 sec), test_concurrent_futures (1 min 6 sec), test_buffer (1 min 11 sec), test_peg_generator (30.6 sec) 0:01:12 load avg: 30.64 [316/433] test_itertools passed (40.0 sec) -- running: test_multiprocessing_spawn (34.7 sec), test_cppext (1 min 5 sec), test_gdb (48.6 sec), test_lib2to3 (39.3 sec), test_multiprocessing_forkserver (34.9 sec), test_pickle (30.3 sec), test_multiprocessing_main_handling (34.8 sec), test_multiprocessing_fork (35.2 sec), test_asyncio (1 min 12 sec), test_io (42.5 sec), test_compileall (1 min 6 sec), test_concurrent_futures (1 min 6 sec), test_buffer (1 min 11 sec), test_peg_generator (30.6 sec) 0:01:12 load avg: 30.64 [317/433] test_pickletools passed -- running: test_multiprocessing_spawn (34.8 sec), test_cppext (1 min 5 sec), test_gdb (48.8 sec), test_lib2to3 (39.4 sec), test_multiprocessing_forkserver (35.1 sec), test_pickle (30.5 sec), test_multiprocessing_main_handling (35.0 sec), test_multiprocessing_fork (35.3 sec), test_asyncio (1 min 12 sec), test_io (42.6 sec), test_compileall (1 min 6 sec), test_concurrent_futures (1 min 6 sec), test_buffer (1 min 11 sec), test_peg_generator (30.8 sec) 0:01:13 load avg: 30.64 [318/433] test_syntax passed -- running: test_multiprocessing_spawn (35.4 sec), test_cppext (1 min 5 sec), test_gdb (49.4 sec), test_lib2to3 (40.0 sec), test_multiprocessing_forkserver (35.7 sec), test_pickle (31.1 sec), test_multiprocessing_main_handling (35.6 sec), test_multiprocessing_fork (35.9 sec), test_asyncio (1 min 13 sec), test_io (43.2 sec), test_compileall (1 min 7 sec), test_concurrent_futures (1 min 6 sec), test_buffer (1 min 12 sec), test_peg_generator (31.4 sec) 0:01:13 load avg: 30.64 [319/433] test_sysconfig passed -- running: test_multiprocessing_spawn (35.6 sec), test_cppext (1 min 5 sec), test_gdb (49.6 sec), test_lib2to3 (40.2 sec), test_multiprocessing_forkserver (35.8 sec), test_pickle (31.3 sec), test_multiprocessing_main_handling (35.8 sec), test_multiprocessing_fork (36.1 sec), test_asyncio (1 min 13 sec), test_io (43.4 sec), test_compileall (1 min 7 sec), test_concurrent_futures (1 min 7 sec), test_buffer (1 min 12 sec), test_peg_generator (31.6 sec) 0:01:13 load avg: 30.64 [320/433] test_syslog passed -- running: test_multiprocessing_spawn (35.8 sec), test_cppext (1 min 6 sec), test_gdb (49.8 sec), test_lib2to3 (40.4 sec), test_multiprocessing_forkserver (36.0 sec), test_pickle (31.4 sec), test_multiprocessing_main_handling (35.9 sec), test_multiprocessing_fork (36.3 sec), test_asyncio (1 min 13 sec), test_io (43.6 sec), test_compileall (1 min 7 sec), test_concurrent_futures (1 min 7 sec), test_buffer (1 min 12 sec), test_peg_generator (31.7 sec) 0:01:14 load avg: 30.64 [321/433] test_peg_generator passed (31.1 sec) -- running: test_multiprocessing_spawn (36.1 sec), test_cppext (1 min 6 sec), test_gdb (50.0 sec), test_lib2to3 (40.6 sec), test_multiprocessing_forkserver (36.3 sec), test_pickle (31.7 sec), test_multiprocessing_main_handling (36.2 sec), test_multiprocessing_fork (36.6 sec), test_asyncio (1 min 13 sec), test_io (43.8 sec), test_compileall (1 min 7 sec), test_concurrent_futures (1 min 7 sec), test_buffer (1 min 12 sec) 0:01:14 load avg: 30.64 [322/433] test_tcl passed -- running: test_multiprocessing_spawn (36.8 sec), test_cppext (1 min 7 sec), test_gdb (50.8 sec), test_lib2to3 (41.4 sec), test_multiprocessing_forkserver (37.0 sec), test_pickle (32.5 sec), test_multiprocessing_main_handling (37.0 sec), test_multiprocessing_fork (37.3 sec), test_asyncio (1 min 14 sec), test_io (44.6 sec), test_compileall (1 min 8 sec), test_concurrent_futures (1 min 8 sec), test_buffer (1 min 13 sec) 0:01:14 load avg: 30.64 [323/433] test_telnetlib passed -- running: test_multiprocessing_spawn (36.8 sec), test_cppext (1 min 7 sec), test_gdb (50.8 sec), test_lib2to3 (41.4 sec), test_multiprocessing_forkserver (37.1 sec), test_pickle (32.5 sec), test_multiprocessing_main_handling (37.0 sec), test_multiprocessing_fork (37.3 sec), test_asyncio (1 min 14 sec), test_io (44.6 sec), test_compileall (1 min 8 sec), test_concurrent_futures (1 min 8 sec), test_buffer (1 min 13 sec) 0:01:14 load avg: 30.64 [324/433] test_runpy passed -- running: test_multiprocessing_spawn (36.8 sec), test_cppext (1 min 7 sec), test_gdb (50.8 sec), test_lib2to3 (41.4 sec), test_multiprocessing_forkserver (37.1 sec), test_pickle (32.5 sec), test_multiprocessing_main_handling (37.0 sec), test_multiprocessing_fork (37.3 sec), test_asyncio (1 min 14 sec), test_io (44.6 sec), test_compileall (1 min 8 sec), test_concurrent_futures (1 min 8 sec), test_buffer (1 min 13 sec) 0:01:15 load avg: 30.64 [325/433] test_textwrap passed -- running: test_multiprocessing_spawn (37.1 sec), test_cppext (1 min 7 sec), test_gdb (51.0 sec), test_lib2to3 (41.6 sec), test_multiprocessing_forkserver (37.3 sec), test_pickle (32.7 sec), test_multiprocessing_main_handling (37.2 sec), test_multiprocessing_fork (37.6 sec), test_asyncio (1 min 14 sec), test_io (44.8 sec), test_compileall (1 min 8 sec), test_concurrent_futures (1 min 8 sec), test_buffer (1 min 13 sec) 0:01:15 load avg: 30.59 [326/433] test_struct passed -- running: test_multiprocessing_spawn (37.4 sec), test_cppext (1 min 7 sec), test_gdb (51.4 sec), test_lib2to3 (42.0 sec), test_multiprocessing_forkserver (37.7 sec), test_pickle (33.1 sec), test_multiprocessing_main_handling (37.6 sec), test_multiprocessing_fork (37.9 sec), test_asyncio (1 min 15 sec), test_io (45.2 sec), test_compileall (1 min 9 sec), test_concurrent_futures (1 min 8 sec), test_buffer (1 min 14 sec) 0:01:15 load avg: 30.59 [327/433] test_threadedtempfile passed -- running: test_multiprocessing_spawn (37.9 sec), test_cppext (1 min 8 sec), test_gdb (51.9 sec), test_lib2to3 (42.5 sec), test_multiprocessing_forkserver (38.2 sec), test_pickle (33.6 sec), test_multiprocessing_main_handling (38.1 sec), test_multiprocessing_fork (38.4 sec), test_asyncio (1 min 15 sec), test_io (45.7 sec), test_compileall (1 min 9 sec), test_concurrent_futures (1 min 9 sec), test_buffer (1 min 14 sec) 0:01:16 load avg: 30.59 [328/433] test_thread passed -- running: test_multiprocessing_spawn (38.5 sec), test_cppext (1 min 8 sec), test_gdb (52.4 sec), test_lib2to3 (43.0 sec), test_multiprocessing_forkserver (38.7 sec), test_pickle (34.1 sec), test_multiprocessing_main_handling (38.6 sec), test_multiprocessing_fork (39.0 sec), test_asyncio (1 min 16 sec), test_io (46.2 sec), test_compileall (1 min 10 sec), test_concurrent_futures (1 min 9 sec), test_buffer (1 min 15 sec) 0:01:16 load avg: 30.59 [329/433] test_strtod passed -- running: test_multiprocessing_spawn (38.6 sec), test_cppext (1 min 8 sec), test_gdb (52.5 sec), test_lib2to3 (43.2 sec), test_multiprocessing_forkserver (38.8 sec), test_pickle (34.2 sec), test_multiprocessing_main_handling (38.7 sec), test_multiprocessing_fork (39.1 sec), test_asyncio (1 min 16 sec), test_io (46.4 sec), test_compileall (1 min 10 sec), test_concurrent_futures (1 min 10 sec), test_buffer (1 min 15 sec) 0:01:16 load avg: 30.59 [330/433] test_tabnanny passed -- running: test_multiprocessing_spawn (38.7 sec), test_cppext (1 min 9 sec), test_gdb (52.7 sec), test_lib2to3 (43.3 sec), test_multiprocessing_forkserver (38.9 sec), test_pickle (34.3 sec), test_multiprocessing_main_handling (38.8 sec), test_multiprocessing_fork (39.2 sec), test_asyncio (1 min 16 sec), test_io (46.5 sec), test_compileall (1 min 10 sec), test_concurrent_futures (1 min 10 sec), test_buffer (1 min 15 sec) 0:01:17 load avg: 30.59 [331/433] test_buffer passed (1 min 14 sec) -- running: test_multiprocessing_spawn (39.0 sec), test_cppext (1 min 9 sec), test_gdb (53.0 sec), test_lib2to3 (43.6 sec), test_multiprocessing_forkserver (39.2 sec), test_pickle (34.6 sec), test_multiprocessing_main_handling (39.1 sec), test_multiprocessing_fork (39.5 sec), test_asyncio (1 min 16 sec), test_io (46.8 sec), test_compileall (1 min 10 sec), test_concurrent_futures (1 min 10 sec) 0:01:17 load avg: 30.59 [332/433] test_timeit passed -- running: test_multiprocessing_spawn (39.5 sec), test_cppext (1 min 9 sec), test_gdb (53.5 sec), test_lib2to3 (44.1 sec), test_multiprocessing_forkserver (39.8 sec), test_pickle (35.2 sec), test_multiprocessing_main_handling (39.7 sec), test_multiprocessing_fork (40.0 sec), test_asyncio (1 min 17 sec), test_io (47.3 sec), test_compileall (1 min 11 sec), test_concurrent_futures (1 min 10 sec) 0:01:17 load avg: 30.59 [333/433] test_tix skipped (resource denied) -- running: test_multiprocessing_spawn (39.5 sec), test_cppext (1 min 9 sec), test_gdb (53.5 sec), test_lib2to3 (44.1 sec), test_multiprocessing_forkserver (39.8 sec), test_pickle (35.2 sec), test_multiprocessing_main_handling (39.7 sec), test_multiprocessing_fork (40.0 sec), test_asyncio (1 min 17 sec), test_io (47.3 sec), test_compileall (1 min 11 sec), test_concurrent_futures (1 min 11 sec) test_tix skipped -- Use of the 'gui' resource not enabled 0:01:17 load avg: 30.59 [334/433] test_timeout passed -- running: test_multiprocessing_spawn (39.7 sec), test_cppext (1 min 10 sec), test_gdb (53.6 sec), test_lib2to3 (44.3 sec), test_multiprocessing_forkserver (39.9 sec), test_pickle (35.3 sec), test_multiprocessing_main_handling (39.8 sec), test_multiprocessing_fork (40.2 sec), test_asyncio (1 min 17 sec), test_io (47.4 sec), test_compileall (1 min 11 sec), test_concurrent_futures (1 min 11 sec) 0:01:17 load avg: 30.59 [335/433] test_tk skipped (resource denied) -- running: test_multiprocessing_spawn (39.7 sec), test_cppext (1 min 10 sec), test_gdb (53.7 sec), test_lib2to3 (44.3 sec), test_multiprocessing_forkserver (40.0 sec), test_pickle (35.4 sec), test_multiprocessing_main_handling (39.9 sec), test_multiprocessing_fork (40.2 sec), test_asyncio (1 min 17 sec), test_io (47.5 sec), test_compileall (1 min 11 sec), test_concurrent_futures (1 min 11 sec) test_tk skipped -- Use of the 'gui' resource not enabled 0:01:18 load avg: 30.59 [336/433] test_threading_local passed -- running: test_multiprocessing_spawn (40.1 sec), test_cppext (1 min 10 sec), test_gdb (54.1 sec), test_lib2to3 (44.7 sec), test_multiprocessing_forkserver (40.4 sec), test_pickle (35.8 sec), test_multiprocessing_main_handling (40.3 sec), test_multiprocessing_fork (40.6 sec), test_asyncio (1 min 17 sec), test_io (47.9 sec), test_compileall (1 min 11 sec), test_concurrent_futures (1 min 11 sec) 0:01:18 load avg: 30.59 [337/433] test_sys passed -- running: test_multiprocessing_spawn (40.2 sec), test_cppext (1 min 10 sec), test_gdb (54.1 sec), test_lib2to3 (44.7 sec), test_multiprocessing_forkserver (40.4 sec), test_pickle (35.8 sec), test_multiprocessing_main_handling (40.3 sec), test_multiprocessing_fork (40.7 sec), test_asyncio (1 min 17 sec), test_io (47.9 sec), test_compileall (1 min 11 sec), test_concurrent_futures (1 min 11 sec) 0:01:18 load avg: 30.59 [338/433] test_tomllib passed -- running: test_multiprocessing_spawn (40.9 sec), test_cppext (1 min 11 sec), test_gdb (54.8 sec), test_lib2to3 (45.4 sec), test_multiprocessing_forkserver (41.1 sec), test_pickle (36.5 sec), test_multiprocessing_main_handling (41.0 sec), test_multiprocessing_fork (41.3 sec), test_asyncio (1 min 18 sec), test_io (48.6 sec), test_compileall (1 min 12 sec), test_concurrent_futures (1 min 12 sec) 0:01:19 load avg: 30.59 [339/433] test_ttk_guionly skipped (resource denied) -- running: test_multiprocessing_spawn (41.1 sec), test_cppext (1 min 11 sec), test_gdb (55.0 sec), test_lib2to3 (45.6 sec), test_multiprocessing_forkserver (41.3 sec), test_pickle (36.7 sec), test_multiprocessing_main_handling (41.2 sec), test_multiprocessing_fork (41.6 sec), test_asyncio (1 min 18 sec), test_io (48.8 sec), test_compileall (1 min 12 sec), test_concurrent_futures (1 min 12 sec) test_ttk_guionly skipped -- Use of the 'gui' resource not enabled 0:01:19 load avg: 30.59 [340/433] test_time passed -- running: test_multiprocessing_spawn (41.4 sec), test_cppext (1 min 11 sec), test_gdb (55.3 sec), test_lib2to3 (45.9 sec), test_multiprocessing_forkserver (41.6 sec), test_pickle (37.0 sec), test_multiprocessing_main_handling (41.5 sec), test_multiprocessing_fork (41.9 sec), test_asyncio (1 min 19 sec), test_io (49.1 sec), test_compileall (1 min 13 sec), test_concurrent_futures (1 min 12 sec) 0:01:19 load avg: 30.59 [341/433] test_tempfile passed -- running: test_multiprocessing_spawn (41.7 sec), test_cppext (1 min 12 sec), test_gdb (55.7 sec), test_lib2to3 (46.3 sec), test_multiprocessing_forkserver (42.0 sec), test_pickle (37.4 sec), test_multiprocessing_main_handling (41.9 sec), test_multiprocessing_fork (42.2 sec), test_asyncio (1 min 19 sec), test_io (49.5 sec), test_compileall (1 min 13 sec), test_concurrent_futures (1 min 13 sec) 0:01:19 load avg: 30.59 [342/433] test_multiprocessing_main_handling passed (41.2 sec) -- running: test_multiprocessing_spawn (41.9 sec), test_cppext (1 min 12 sec), test_gdb (55.8 sec), test_lib2to3 (46.4 sec), test_multiprocessing_forkserver (42.1 sec), test_pickle (37.5 sec), test_multiprocessing_fork (42.4 sec), test_asyncio (1 min 19 sec), test_io (49.6 sec), test_compileall (1 min 13 sec), test_concurrent_futures (1 min 13 sec) 0:01:20 load avg: 30.59 [343/433] test_ttk_textonly passed -- running: test_multiprocessing_spawn (42.0 sec), test_cppext (1 min 12 sec), test_gdb (56.0 sec), test_lib2to3 (46.6 sec), test_multiprocessing_forkserver (42.2 sec), test_pickle (37.7 sec), test_multiprocessing_fork (42.5 sec), test_asyncio (1 min 19 sec), test_io (49.8 sec), test_compileall (1 min 13 sec), test_concurrent_futures (1 min 13 sec) 0:01:20 load avg: 30.30 [344/433] test_type_annotations passed -- running: test_multiprocessing_spawn (42.7 sec), test_cppext (1 min 13 sec), test_gdb (56.7 sec), test_lib2to3 (47.3 sec), test_multiprocessing_forkserver (43.0 sec), test_pickle (38.4 sec), test_multiprocessing_fork (43.2 sec), test_asyncio (1 min 20 sec), test_io (50.5 sec), test_compileall (1 min 14 sec), test_concurrent_futures (1 min 14 sec) 0:01:20 load avg: 30.30 [345/433] test_turtle passed -- running: test_multiprocessing_spawn (42.8 sec), test_cppext (1 min 13 sec), test_gdb (56.7 sec), test_lib2to3 (47.3 sec), test_multiprocessing_forkserver (43.0 sec), test_pickle (38.4 sec), test_multiprocessing_fork (43.2 sec), test_asyncio (1 min 20 sec), test_io (50.5 sec), test_compileall (1 min 14 sec), test_concurrent_futures (1 min 14 sec) 0:01:20 load avg: 30.30 [346/433] test_type_cache passed -- running: test_multiprocessing_spawn (42.9 sec), test_cppext (1 min 13 sec), test_gdb (56.9 sec), test_lib2to3 (47.5 sec), test_multiprocessing_forkserver (43.1 sec), test_pickle (38.6 sec), test_multiprocessing_fork (43.4 sec), test_asyncio (1 min 20 sec), test_io (50.7 sec), test_compileall (1 min 14 sec), test_concurrent_futures (1 min 14 sec) 0:01:21 load avg: 30.30 [347/433] test_type_comments passed -- running: test_multiprocessing_spawn (43.1 sec), test_cppext (1 min 13 sec), test_gdb (57.1 sec), test_lib2to3 (47.7 sec), test_multiprocessing_forkserver (43.4 sec), test_pickle (38.8 sec), test_multiprocessing_fork (43.6 sec), test_asyncio (1 min 20 sec), test_io (50.9 sec), test_compileall (1 min 14 sec), test_concurrent_futures (1 min 14 sec) 0:01:21 load avg: 30.30 [348/433] test_threadsignals passed -- running: test_multiprocessing_spawn (43.2 sec), test_cppext (1 min 13 sec), test_gdb (57.2 sec), test_lib2to3 (47.8 sec), test_multiprocessing_forkserver (43.5 sec), test_pickle (38.9 sec), test_multiprocessing_fork (43.7 sec), test_asyncio (1 min 21 sec), test_io (51.0 sec), test_compileall (1 min 15 sec), test_concurrent_futures (1 min 14 sec) 0:01:21 load avg: 30.30 [349/433] test_typechecks passed -- running: test_multiprocessing_spawn (43.7 sec), test_cppext (1 min 14 sec), test_gdb (57.7 sec), test_lib2to3 (48.3 sec), test_multiprocessing_forkserver (43.9 sec), test_pickle (39.4 sec), test_multiprocessing_fork (44.2 sec), test_asyncio (1 min 21 sec), test_io (51.5 sec), test_compileall (1 min 15 sec), test_concurrent_futures (1 min 15 sec) 0:01:22 load avg: 30.30 [350/433] test_unary passed -- running: test_multiprocessing_spawn (44.1 sec), test_cppext (1 min 14 sec), test_gdb (58.1 sec), test_lib2to3 (48.7 sec), test_multiprocessing_forkserver (44.3 sec), test_pickle (39.8 sec), test_multiprocessing_fork (44.6 sec), test_asyncio (1 min 21 sec), test_io (51.9 sec), test_compileall (1 min 15 sec), test_concurrent_futures (1 min 15 sec) 0:01:22 load avg: 30.30 [351/433] test_unicode_file passed -- running: test_multiprocessing_spawn (44.8 sec), test_cppext (1 min 15 sec), test_gdb (58.8 sec), test_lib2to3 (49.4 sec), test_multiprocessing_forkserver (45.0 sec), test_pickle (40.5 sec), test_multiprocessing_fork (45.3 sec), test_asyncio (1 min 22 sec), test_io (52.6 sec), test_compileall (1 min 16 sec), test_concurrent_futures (1 min 16 sec) 0:01:23 load avg: 30.30 [352/433] test_unicode_file_functions passed -- running: test_multiprocessing_spawn (45.7 sec), test_cppext (1 min 16 sec), test_gdb (59.6 sec), test_lib2to3 (50.3 sec), test_multiprocessing_forkserver (45.9 sec), test_pickle (41.3 sec), test_multiprocessing_fork (46.2 sec), test_asyncio (1 min 23 sec), test_io (53.4 sec), test_compileall (1 min 17 sec), test_concurrent_futures (1 min 17 sec) 0:01:23 load avg: 30.30 [353/433] test_unicode_identifiers passed -- running: test_multiprocessing_spawn (45.8 sec), test_cppext (1 min 16 sec), test_gdb (59.8 sec), test_lib2to3 (50.4 sec), test_multiprocessing_forkserver (46.0 sec), test_pickle (41.5 sec), test_multiprocessing_fork (46.3 sec), test_asyncio (1 min 23 sec), test_io (53.6 sec), test_compileall (1 min 17 sec), test_concurrent_futures (1 min 17 sec) 0:01:24 load avg: 30.30 [354/433] test_ucn passed -- running: test_multiprocessing_spawn (46.1 sec), test_cppext (1 min 16 sec), test_gdb (1 min), test_lib2to3 (50.7 sec), test_multiprocessing_forkserver (46.3 sec), test_pickle (41.7 sec), test_multiprocessing_fork (46.6 sec), test_asyncio (1 min 23 sec), test_io (53.8 sec), test_compileall (1 min 17 sec), test_concurrent_futures (1 min 17 sec) 0:01:24 load avg: 30.30 [355/433] test_ssl passed -- running: test_multiprocessing_spawn (46.9 sec), test_cppext (1 min 17 sec), test_gdb (1 min), test_lib2to3 (51.5 sec), test_multiprocessing_forkserver (47.1 sec), test_pickle (42.6 sec), test_multiprocessing_fork (47.4 sec), test_asyncio (1 min 24 sec), test_io (54.7 sec), test_compileall (1 min 18 sec), test_concurrent_futures (1 min 18 sec) 0:01:24 load avg: 30.30 [356/433] test_typing passed -- running: test_multiprocessing_spawn (46.9 sec), test_cppext (1 min 17 sec), test_gdb (1 min), test_lib2to3 (51.5 sec), test_multiprocessing_forkserver (47.2 sec), test_pickle (42.6 sec), test_multiprocessing_fork (47.4 sec), test_asyncio (1 min 24 sec), test_io (54.7 sec), test_compileall (1 min 18 sec), test_concurrent_futures (1 min 18 sec) 0:01:25 load avg: 30.30 [357/433] test_univnewlines passed -- running: test_multiprocessing_spawn (47.0 sec), test_cppext (1 min 17 sec), test_gdb (1 min), test_lib2to3 (51.6 sec), test_multiprocessing_forkserver (47.3 sec), test_pickle (42.7 sec), test_multiprocessing_fork (47.5 sec), test_asyncio (1 min 24 sec), test_io (54.8 sec), test_compileall (1 min 18 sec), test_concurrent_futures (1 min 18 sec) 0:01:25 load avg: 30.30 [358/433] test_unpack passed -- running: test_multiprocessing_spawn (47.2 sec), test_cppext (1 min 17 sec), test_gdb (1 min 1 sec), test_lib2to3 (51.8 sec), test_multiprocessing_forkserver (47.5 sec), test_pickle (42.9 sec), test_multiprocessing_fork (47.7 sec), test_asyncio (1 min 25 sec), test_io (55.0 sec), test_compileall (1 min 19 sec), test_concurrent_futures (1 min 18 sec) 0:01:26 load avg: 30.44 [359/433] test_sys_settrace passed -- running: test_multiprocessing_spawn (48.2 sec), test_cppext (1 min 18 sec), test_gdb (1 min 2 sec), test_lib2to3 (52.7 sec), test_multiprocessing_forkserver (48.4 sec), test_pickle (43.8 sec), test_multiprocessing_fork (48.7 sec), test_asyncio (1 min 25 sec), test_io (55.9 sec), test_compileall (1 min 19 sec), test_concurrent_futures (1 min 19 sec) 0:01:26 load avg: 30.44 [360/433] test_unpack_ex passed -- running: test_multiprocessing_spawn (48.2 sec), test_cppext (1 min 18 sec), test_gdb (1 min 2 sec), test_lib2to3 (52.8 sec), test_multiprocessing_forkserver (48.4 sec), test_pickle (43.8 sec), test_multiprocessing_fork (48.7 sec), test_asyncio (1 min 25 sec), test_io (55.9 sec), test_compileall (1 min 19 sec), test_concurrent_futures (1 min 19 sec) 0:01:26 load avg: 30.44 [361/433] test_tuple passed -- running: test_multiprocessing_spawn (48.3 sec), test_cppext (1 min 18 sec), test_gdb (1 min 2 sec), test_lib2to3 (52.9 sec), test_multiprocessing_forkserver (48.5 sec), test_pickle (44.0 sec), test_multiprocessing_fork (48.8 sec), test_asyncio (1 min 26 sec), test_io (56.1 sec), test_compileall (1 min 20 sec), test_concurrent_futures (1 min 19 sec) 0:01:27 load avg: 30.44 [362/433] test_urllib_response passed -- running: test_multiprocessing_spawn (49.4 sec), test_cppext (1 min 19 sec), test_regrtest (31.0 sec), test_gdb (1 min 3 sec), test_lib2to3 (53.9 sec), test_multiprocessing_forkserver (49.6 sec), test_pickle (45.0 sec), test_multiprocessing_fork (49.8 sec), test_asyncio (1 min 27 sec), test_io (57.1 sec), test_compileall (1 min 21 sec), test_concurrent_futures (1 min 20 sec) 0:01:27 load avg: 30.44 [363/433] test_urllib2net skipped (resource denied) -- running: test_multiprocessing_spawn (49.7 sec), test_cppext (1 min 19 sec), test_regrtest (31.3 sec), test_gdb (1 min 3 sec), test_lib2to3 (54.2 sec), test_multiprocessing_forkserver (49.9 sec), test_pickle (45.3 sec), test_multiprocessing_fork (50.2 sec), test_asyncio (1 min 27 sec), test_io (57.4 sec), test_compileall (1 min 21 sec), test_concurrent_futures (1 min 21 sec) test_urllib2net skipped -- Use of the 'network' resource not enabled 0:01:27 load avg: 30.44 [364/433] test_urllib2 passed -- running: test_multiprocessing_spawn (49.8 sec), test_cppext (1 min 20 sec), test_regrtest (31.5 sec), test_gdb (1 min 3 sec), test_lib2to3 (54.4 sec), test_multiprocessing_forkserver (50.0 sec), test_pickle (45.4 sec), test_multiprocessing_fork (50.3 sec), test_asyncio (1 min 27 sec), test_io (57.6 sec), test_compileall (1 min 21 sec), test_concurrent_futures (1 min 21 sec) 0:01:28 load avg: 30.44 [365/433] test_traceback passed -- running: test_multiprocessing_spawn (50.5 sec), test_cppext (1 min 20 sec), test_regrtest (32.2 sec), test_gdb (1 min 4 sec), test_lib2to3 (55.1 sec), test_multiprocessing_forkserver (50.8 sec), test_pickle (46.2 sec), test_multiprocessing_fork (51.0 sec), test_asyncio (1 min 28 sec), test_io (58.3 sec), test_compileall (1 min 22 sec), test_concurrent_futures (1 min 22 sec) 0:01:28 load avg: 30.44 [366/433] test_urllibnet skipped (resource denied) -- running: test_multiprocessing_spawn (50.6 sec), test_cppext (1 min 20 sec), test_regrtest (32.2 sec), test_gdb (1 min 4 sec), test_lib2to3 (55.1 sec), test_multiprocessing_forkserver (50.8 sec), test_pickle (46.2 sec), test_multiprocessing_fork (51.1 sec), test_asyncio (1 min 28 sec), test_io (58.3 sec), test_compileall (1 min 22 sec), test_concurrent_futures (1 min 22 sec) test_urllibnet skipped -- Use of the 'network' resource not enabled 0:01:29 load avg: 30.44 [367/433] test_userdict passed -- running: test_multiprocessing_spawn (51.6 sec), test_cppext (1 min 21 sec), test_regrtest (33.2 sec), test_gdb (1 min 5 sec), test_lib2to3 (56.1 sec), test_multiprocessing_forkserver (51.8 sec), test_pickle (47.2 sec), test_multiprocessing_fork (52.1 sec), test_asyncio (1 min 29 sec), test_io (59.3 sec), test_compileall (1 min 23 sec), test_concurrent_futures (1 min 23 sec) 0:01:29 load avg: 30.44 [368/433] test_userlist passed -- running: test_multiprocessing_spawn (51.7 sec), test_cppext (1 min 22 sec), test_regrtest (33.4 sec), test_gdb (1 min 5 sec), test_lib2to3 (56.3 sec), test_multiprocessing_forkserver (52.0 sec), test_pickle (47.4 sec), test_multiprocessing_fork (52.2 sec), test_asyncio (1 min 29 sec), test_io (59.5 sec), test_compileall (1 min 23 sec), test_concurrent_futures (1 min 23 sec) 0:01:30 load avg: 30.44 [369/433] test_urllib passed -- running: test_multiprocessing_spawn (52.2 sec), test_cppext (1 min 22 sec), test_regrtest (33.9 sec), test_gdb (1 min 6 sec), test_lib2to3 (56.8 sec), test_multiprocessing_forkserver (52.4 sec), test_pickle (47.9 sec), test_multiprocessing_fork (52.7 sec), test_asyncio (1 min 29 sec), test_io (60.0 sec), test_compileall (1 min 24 sec), test_concurrent_futures (1 min 23 sec) 0:01:30 load avg: 30.64 [370/433] test_urllib2_localnet passed -- running: test_multiprocessing_spawn (52.7 sec), test_cppext (1 min 22 sec), test_regrtest (34.3 sec), test_gdb (1 min 6 sec), test_lib2to3 (57.2 sec), test_multiprocessing_forkserver (52.9 sec), test_pickle (48.3 sec), test_multiprocessing_fork (53.2 sec), test_asyncio (1 min 30 sec), test_io (1 min), test_compileall (1 min 24 sec), test_concurrent_futures (1 min 24 sec) 0:01:30 load avg: 30.64 [371/433] test_utf8source passed -- running: test_multiprocessing_spawn (52.8 sec), test_cppext (1 min 23 sec), test_regrtest (34.5 sec), test_gdb (1 min 6 sec), test_lib2to3 (57.4 sec), test_multiprocessing_forkserver (53.0 sec), test_pickle (48.4 sec), test_multiprocessing_fork (53.3 sec), test_asyncio (1 min 30 sec), test_io (1 min), test_compileall (1 min 24 sec), test_concurrent_futures (1 min 24 sec) 0:01:31 load avg: 30.64 [372/433] test_tokenize passed -- running: test_multiprocessing_spawn (53.0 sec), test_cppext (1 min 23 sec), test_regrtest (34.7 sec), test_gdb (1 min 6 sec), test_selectors (30.2 sec), test_lib2to3 (57.6 sec), test_multiprocessing_forkserver (53.2 sec), test_pickle (48.7 sec), test_multiprocessing_fork (53.5 sec), test_asyncio (1 min 30 sec), test_io (1 min), test_compileall (1 min 24 sec), test_concurrent_futures (1 min 24 sec), test_set (30.1 sec) 0:01:31 load avg: 30.64 [373/433] test_uu passed -- running: test_multiprocessing_spawn (53.4 sec), test_cppext (1 min 23 sec), test_regrtest (35.0 sec), test_gdb (1 min 7 sec), test_selectors (30.5 sec), test_lib2to3 (57.9 sec), test_multiprocessing_forkserver (53.6 sec), test_pickle (49.0 sec), test_multiprocessing_fork (53.8 sec), test_asyncio (1 min 31 sec), test_io (1 min 1 sec), test_compileall (1 min 25 sec), test_concurrent_futures (1 min 24 sec), test_set (30.5 sec) 0:01:32 load avg: 30.64 [374/433] test_urlparse passed -- running: test_multiprocessing_spawn (54.5 sec), test_cppext (1 min 24 sec), test_regrtest (36.2 sec), test_gdb (1 min 8 sec), test_selectors (31.7 sec), test_lib2to3 (59.1 sec), test_multiprocessing_forkserver (54.8 sec), test_pickle (50.2 sec), test_multiprocessing_fork (55.0 sec), test_signal (30.5 sec), test_asyncio (1 min 32 sec), test_io (1 min 2 sec), test_compileall (1 min 26 sec), test_concurrent_futures (1 min 26 sec), test_set (31.7 sec) 0:01:32 load avg: 30.64 [375/433] test_uuid passed -- running: test_multiprocessing_spawn (54.9 sec), test_cppext (1 min 25 sec), test_regrtest (36.6 sec), test_gdb (1 min 8 sec), test_selectors (32.1 sec), test_lib2to3 (59.5 sec), test_multiprocessing_forkserver (55.2 sec), test_pickle (50.6 sec), test_multiprocessing_fork (55.4 sec), test_signal (30.9 sec), test_asyncio (1 min 32 sec), test_io (1 min 2 sec), test_compileall (1 min 26 sec), test_concurrent_futures (1 min 26 sec), test_set (32.1 sec) 0:01:34 load avg: 30.64 [376/433] test_wave passed -- running: test_multiprocessing_spawn (56.1 sec), test_cppext (1 min 26 sec), test_regrtest (37.8 sec), test_gdb (1 min 10 sec), test_selectors (33.3 sec), test_lib2to3 (1 min), test_multiprocessing_forkserver (56.4 sec), test_pickle (51.8 sec), test_socket (30.2 sec), test_multiprocessing_fork (56.6 sec), test_signal (32.2 sec), test_asyncio (1 min 33 sec), test_io (1 min 3 sec), test_compileall (1 min 27 sec), test_concurrent_futures (1 min 27 sec), test_set (33.3 sec) 0:01:35 load avg: 30.51 [377/433] test_utf8_mode passed -- running: test_multiprocessing_spawn (57.4 sec), test_cppext (1 min 27 sec), test_regrtest (39.1 sec), test_gdb (1 min 11 sec), test_selectors (34.6 sec), test_lib2to3 (1 min 2 sec), test_multiprocessing_forkserver (57.7 sec), test_pickle (53.1 sec), test_socket (31.5 sec), test_source_encoding (31.2 sec), test_multiprocessing_fork (57.9 sec), test_signal (33.4 sec), test_asyncio (1 min 35 sec), test_io (1 min 5 sec), test_compileall (1 min 29 sec), test_concurrent_futures (1 min 28 sec), test_set (34.6 sec) 0:01:36 load avg: 30.51 [378/433] test_tracemalloc passed -- running: test_multiprocessing_spawn (58.8 sec), test_cppext (1 min 29 sec), test_regrtest (40.5 sec), test_gdb (1 min 12 sec), test_selectors (36.0 sec), test_lib2to3 (1 min 3 sec), test_multiprocessing_forkserver (59.0 sec), test_pickle (54.5 sec), test_socket (32.8 sec), test_source_encoding (32.5 sec), test_multiprocessing_fork (59.3 sec), test_signal (34.8 sec), test_asyncio (1 min 36 sec), test_io (1 min 6 sec), test_compileall (1 min 30 sec), test_concurrent_futures (1 min 30 sec), test_statistics (31.1 sec), test_set (35.9 sec) 0:01:37 load avg: 30.51 [379/433] test_weakset passed -- running: test_multiprocessing_spawn (59.1 sec), test_cppext (1 min 29 sec), test_regrtest (40.8 sec), test_gdb (1 min 13 sec), test_selectors (36.3 sec), test_lib2to3 (1 min 3 sec), test_multiprocessing_forkserver (59.3 sec), test_pickle (54.8 sec), test_socket (33.1 sec), test_source_encoding (32.8 sec), test_multiprocessing_fork (59.6 sec), test_signal (35.1 sec), test_asyncio (1 min 36 sec), test_io (1 min 6 sec), test_compileall (1 min 30 sec), test_concurrent_futures (1 min 30 sec), test_statistics (31.4 sec), test_set (36.2 sec) 0:01:37 load avg: 30.51 [380/433] test_wait3 passed -- running: test_multiprocessing_spawn (59.3 sec), test_cppext (1 min 29 sec), test_regrtest (41.0 sec), test_gdb (1 min 13 sec), test_selectors (36.5 sec), test_lib2to3 (1 min 3 sec), test_multiprocessing_forkserver (59.6 sec), test_pickle (55.0 sec), test_socket (33.4 sec), test_source_encoding (33.1 sec), test_multiprocessing_fork (59.8 sec), test_signal (35.3 sec), test_asyncio (1 min 37 sec), test_io (1 min 7 sec), test_compileall (1 min 31 sec), test_concurrent_futures (1 min 30 sec), test_statistics (31.6 sec), test_set (36.5 sec) 0:01:37 load avg: 30.51 [381/433] test_wait4 passed -- running: test_multiprocessing_spawn (59.4 sec), test_cppext (1 min 29 sec), test_regrtest (41.1 sec), test_gdb (1 min 13 sec), test_selectors (36.6 sec), test_lib2to3 (1 min 3 sec), test_multiprocessing_forkserver (59.7 sec), test_pickle (55.1 sec), test_socket (33.5 sec), test_source_encoding (33.2 sec), test_multiprocessing_fork (59.9 sec), test_signal (35.4 sec), test_asyncio (1 min 37 sec), test_io (1 min 7 sec), test_compileall (1 min 31 sec), test_concurrent_futures (1 min 30 sec), test_statistics (31.7 sec), test_set (36.6 sec) 0:01:38 load avg: 30.51 [382/433] test_winconsoleio skipped -- running: test_multiprocessing_spawn (60.0 sec), test_cppext (1 min 30 sec), test_regrtest (41.7 sec), test_gdb (1 min 13 sec), test_selectors (37.1 sec), test_lib2to3 (1 min 4 sec), test_multiprocessing_forkserver (1 min), test_pickle (55.6 sec), test_socket (34.0 sec), test_source_encoding (33.7 sec), test_multiprocessing_fork (1 min), test_signal (36.0 sec), test_asyncio (1 min 37 sec), test_io (1 min 7 sec), test_compileall (1 min 31 sec), test_concurrent_futures (1 min 31 sec), test_statistics (32.3 sec), test_set (37.1 sec) test_winconsoleio skipped -- test only relevant on win32 0:01:38 load avg: 30.51 [383/433] test_winreg skipped -- running: test_multiprocessing_spawn (1 min), test_cppext (1 min 30 sec), test_regrtest (41.9 sec), test_gdb (1 min 14 sec), test_selectors (37.4 sec), test_lib2to3 (1 min 4 sec), test_multiprocessing_forkserver (1 min), test_pickle (55.9 sec), test_socket (34.3 sec), test_source_encoding (34.0 sec), test_multiprocessing_fork (1 min), test_signal (36.3 sec), test_asyncio (1 min 38 sec), test_io (1 min 8 sec), test_compileall (1 min 32 sec), test_concurrent_futures (1 min 31 sec), test_statistics (32.6 sec), test_set (37.4 sec) test_winreg skipped -- No module named 'winreg' 0:01:38 load avg: 30.51 [384/433] test_threading passed -- running: test_multiprocessing_spawn (1 min), test_cppext (1 min 30 sec), test_regrtest (42.0 sec), test_gdb (1 min 14 sec), test_selectors (37.5 sec), test_lib2to3 (1 min 4 sec), test_multiprocessing_forkserver (1 min), test_pickle (56.0 sec), test_socket (34.4 sec), test_source_encoding (34.0 sec), test_multiprocessing_fork (1 min), test_signal (36.3 sec), test_asyncio (1 min 38 sec), test_io (1 min 8 sec), test_compileall (1 min 32 sec), test_concurrent_futures (1 min 31 sec), test_statistics (32.6 sec), test_set (37.5 sec) 0:01:38 load avg: 30.51 [385/433] test_winsound skipped (resource denied) -- running: test_multiprocessing_spawn (1 min), test_cppext (1 min 30 sec), test_regrtest (42.1 sec), test_gdb (1 min 14 sec), test_selectors (37.5 sec), test_lib2to3 (1 min 4 sec), test_multiprocessing_forkserver (1 min), test_pickle (56.0 sec), test_socket (34.4 sec), test_source_encoding (34.1 sec), test_multiprocessing_fork (1 min), test_signal (36.4 sec), test_asyncio (1 min 38 sec), test_io (1 min 8 sec), test_compileall (1 min 32 sec), test_concurrent_futures (1 min 31 sec), test_statistics (32.7 sec), test_set (37.5 sec) test_winsound skipped -- Use of the 'audio' resource not enabled 0:01:38 load avg: 30.51 [386/433] test_webbrowser passed -- running: test_multiprocessing_spawn (1 min), test_cppext (1 min 30 sec), test_regrtest (42.3 sec), test_gdb (1 min 14 sec), test_selectors (37.8 sec), test_lib2to3 (1 min 5 sec), test_multiprocessing_forkserver (1 min), test_pickle (56.2 sec), test_socket (34.6 sec), test_source_encoding (34.3 sec), test_multiprocessing_fork (1 min 1 sec), test_signal (36.6 sec), test_asyncio (1 min 38 sec), test_io (1 min 8 sec), test_compileall (1 min 32 sec), test_concurrent_futures (1 min 32 sec), test_statistics (32.9 sec), test_set (37.7 sec) 0:01:38 load avg: 30.51 [387/433] test_warnings passed -- running: test_multiprocessing_spawn (1 min), test_cppext (1 min 31 sec), test_regrtest (42.4 sec), test_gdb (1 min 14 sec), test_selectors (37.8 sec), test_lib2to3 (1 min 5 sec), test_multiprocessing_forkserver (1 min), test_pickle (56.3 sec), test_socket (34.7 sec), test_source_encoding (34.4 sec), test_multiprocessing_fork (1 min 1 sec), test_signal (36.7 sec), test_asyncio (1 min 38 sec), test_io (1 min 8 sec), test_compileall (1 min 32 sec), test_concurrent_futures (1 min 32 sec), test_statistics (33.0 sec), test_set (37.8 sec) 0:01:39 load avg: 30.51 [388/433] test_unparse passed -- running: test_multiprocessing_spawn (1 min 1 sec), test_cppext (1 min 31 sec), test_regrtest (42.7 sec), test_gdb (1 min 14 sec), test_selectors (38.2 sec), test_lib2to3 (1 min 5 sec), test_multiprocessing_forkserver (1 min 1 sec), test_pickle (56.7 sec), test_socket (35.1 sec), test_source_encoding (34.8 sec), test_multiprocessing_fork (1 min 1 sec), test_signal (37.0 sec), test_asyncio (1 min 38 sec), test_io (1 min 8 sec), test_compileall (1 min 32 sec), test_concurrent_futures (1 min 32 sec), test_statistics (33.3 sec), test_set (38.2 sec) 0:01:39 load avg: 30.51 [389/433] test_unicode passed -- running: test_multiprocessing_spawn (1 min 1 sec), test_cppext (1 min 31 sec), test_regrtest (42.8 sec), test_gdb (1 min 15 sec), test_selectors (38.3 sec), test_lib2to3 (1 min 5 sec), test_multiprocessing_forkserver (1 min 1 sec), test_pickle (56.7 sec), test_socket (35.1 sec), test_source_encoding (34.8 sec), test_multiprocessing_fork (1 min 1 sec), test_signal (37.1 sec), test_asyncio (1 min 38 sec), test_io (1 min 8 sec), test_compileall (1 min 32 sec), test_concurrent_futures (1 min 32 sec), test_statistics (33.4 sec), test_set (38.2 sec) 0:01:39 load avg: 30.51 [390/433] test_with passed -- running: test_multiprocessing_spawn (1 min 1 sec), test_cppext (1 min 31 sec), test_regrtest (42.9 sec), test_gdb (1 min 15 sec), test_selectors (38.3 sec), test_lib2to3 (1 min 5 sec), test_multiprocessing_forkserver (1 min 1 sec), test_pickle (56.8 sec), test_socket (35.2 sec), test_source_encoding (34.9 sec), test_multiprocessing_fork (1 min 1 sec), test_signal (37.2 sec), test_asyncio (1 min 38 sec), test_io (1 min 8 sec), test_compileall (1 min 32 sec), test_concurrent_futures (1 min 32 sec), test_statistics (33.5 sec), test_set (38.3 sec) 0:01:39 load avg: 30.51 [391/433] test_xdrlib passed -- running: test_multiprocessing_spawn (1 min 1 sec), test_cppext (1 min 31 sec), test_regrtest (43.1 sec), test_gdb (1 min 15 sec), test_selectors (38.5 sec), test_lib2to3 (1 min 5 sec), test_multiprocessing_forkserver (1 min 1 sec), test_pickle (57.0 sec), test_socket (35.4 sec), test_source_encoding (35.1 sec), test_multiprocessing_fork (1 min 1 sec), test_signal (37.4 sec), test_asyncio (1 min 39 sec), test_io (1 min 9 sec), test_compileall (1 min 33 sec), test_concurrent_futures (1 min 32 sec), test_statistics (33.7 sec), test_set (38.5 sec) 0:01:39 load avg: 30.51 [392/433] test_xml_dom_minicompat passed -- running: test_multiprocessing_spawn (1 min 1 sec), test_cppext (1 min 31 sec), test_regrtest (43.1 sec), test_gdb (1 min 15 sec), test_selectors (38.6 sec), test_lib2to3 (1 min 6 sec), test_multiprocessing_forkserver (1 min 1 sec), test_pickle (57.1 sec), test_socket (35.5 sec), test_source_encoding (35.2 sec), test_multiprocessing_fork (1 min 1 sec), test_signal (37.5 sec), test_asyncio (1 min 39 sec), test_io (1 min 9 sec), test_compileall (1 min 33 sec), test_concurrent_futures (1 min 32 sec), test_statistics (33.8 sec), test_set (38.6 sec) 0:01:40 load avg: 31.67 [393/433] test_socket passed (35.4 sec) -- running: test_multiprocessing_spawn (1 min 2 sec), test_cppext (1 min 32 sec), test_regrtest (44.0 sec), test_gdb (1 min 16 sec), test_selectors (39.5 sec), test_lib2to3 (1 min 6 sec), test_multiprocessing_forkserver (1 min 2 sec), test_pickle (58.0 sec), test_source_encoding (36.1 sec), test_multiprocessing_fork (1 min 2 sec), test_signal (38.4 sec), test_subprocess (30.8 sec), test_asyncio (1 min 40 sec), test_io (1 min 10 sec), test_compileall (1 min 34 sec), test_concurrent_futures (1 min 33 sec), test_statistics (34.6 sec), test_set (39.5 sec) 0:01:40 load avg: 31.67 [394/433] test_wsgiref passed -- running: test_multiprocessing_spawn (1 min 2 sec), test_cppext (1 min 32 sec), test_regrtest (44.0 sec), test_gdb (1 min 16 sec), test_selectors (39.5 sec), test_lib2to3 (1 min 6 sec), test_multiprocessing_forkserver (1 min 2 sec), test_pickle (58.0 sec), test_source_encoding (36.1 sec), test_multiprocessing_fork (1 min 2 sec), test_signal (38.4 sec), test_subprocess (30.8 sec), test_asyncio (1 min 40 sec), test_io (1 min 10 sec), test_compileall (1 min 34 sec), test_concurrent_futures (1 min 33 sec), test_statistics (34.6 sec), test_set (39.5 sec) 0:01:40 load avg: 31.67 [395/433] test_xxlimited passed -- running: test_multiprocessing_spawn (1 min 2 sec), test_cppext (1 min 32 sec), test_regrtest (44.0 sec), test_gdb (1 min 16 sec), test_selectors (39.5 sec), test_lib2to3 (1 min 6 sec), test_multiprocessing_forkserver (1 min 2 sec), test_pickle (58.0 sec), test_source_encoding (36.1 sec), test_multiprocessing_fork (1 min 2 sec), test_signal (38.4 sec), test_subprocess (30.9 sec), test_asyncio (1 min 40 sec), test_io (1 min 10 sec), test_compileall (1 min 34 sec), test_concurrent_futures (1 min 33 sec), test_statistics (34.7 sec), test_set (39.5 sec) 0:01:40 load avg: 31.67 [396/433] test_xmlrpc_net skipped (resource denied) -- running: test_multiprocessing_spawn (1 min 2 sec), test_cppext (1 min 32 sec), test_regrtest (44.1 sec), test_gdb (1 min 16 sec), test_selectors (39.6 sec), test_lib2to3 (1 min 7 sec), test_multiprocessing_forkserver (1 min 2 sec), test_pickle (58.1 sec), test_source_encoding (36.2 sec), test_multiprocessing_fork (1 min 2 sec), test_signal (38.5 sec), test_subprocess (31.0 sec), test_asyncio (1 min 40 sec), test_io (1 min 10 sec), test_compileall (1 min 34 sec), test_concurrent_futures (1 min 33 sec), test_statistics (34.8 sec), test_set (39.6 sec) test_xmlrpc_net skipped -- Use of the 'network' resource not enabled 0:01:40 load avg: 31.67 [397/433] test_set passed (38.8 sec) -- running: test_multiprocessing_spawn (1 min 2 sec), test_cppext (1 min 32 sec), test_regrtest (44.2 sec), test_gdb (1 min 16 sec), test_selectors (39.7 sec), test_lib2to3 (1 min 7 sec), test_multiprocessing_forkserver (1 min 2 sec), test_pickle (58.2 sec), test_source_encoding (36.2 sec), test_multiprocessing_fork (1 min 3 sec), test_signal (38.5 sec), test_subprocess (31.0 sec), test_asyncio (1 min 40 sec), test_io (1 min 10 sec), test_compileall (1 min 34 sec), test_concurrent_futures (1 min 33 sec), test_statistics (34.8 sec) 0:01:40 load avg: 31.67 [398/433] test_xxtestfuzz passed -- running: test_multiprocessing_spawn (1 min 2 sec), test_cppext (1 min 32 sec), test_regrtest (44.3 sec), test_gdb (1 min 16 sec), test_selectors (39.8 sec), test_lib2to3 (1 min 7 sec), test_multiprocessing_forkserver (1 min 2 sec), test_pickle (58.2 sec), test_source_encoding (36.3 sec), test_multiprocessing_fork (1 min 3 sec), test_signal (38.6 sec), test_subprocess (31.1 sec), test_asyncio (1 min 40 sec), test_io (1 min 10 sec), test_compileall (1 min 34 sec), test_concurrent_futures (1 min 34 sec), test_statistics (34.9 sec) 0:01:41 load avg: 31.67 [399/433] test_yield_from passed -- running: test_multiprocessing_spawn (1 min 2 sec), test_cppext (1 min 33 sec), test_regrtest (44.7 sec), test_gdb (1 min 16 sec), test_selectors (40.2 sec), test_lib2to3 (1 min 7 sec), test_multiprocessing_forkserver (1 min 3 sec), test_pickle (58.7 sec), test_source_encoding (36.7 sec), test_multiprocessing_fork (1 min 3 sec), test_signal (39.0 sec), test_subprocess (31.5 sec), test_asyncio (1 min 40 sec), test_io (1 min 10 sec), test_compileall (1 min 34 sec), test_concurrent_futures (1 min 34 sec), test_statistics (35.3 sec) 0:01:41 load avg: 31.67 [400/433] test_zipfile64 skipped (resource denied) -- running: test_multiprocessing_spawn (1 min 3 sec), test_cppext (1 min 33 sec), test_regrtest (45.0 sec), test_gdb (1 min 17 sec), test_selectors (40.5 sec), test_lib2to3 (1 min 7 sec), test_multiprocessing_forkserver (1 min 3 sec), test_pickle (58.9 sec), test_source_encoding (37.0 sec), test_multiprocessing_fork (1 min 3 sec), test_signal (39.3 sec), test_subprocess (31.8 sec), test_asyncio (1 min 41 sec), test_io (1 min 11 sec), test_compileall (1 min 35 sec), test_concurrent_futures (1 min 34 sec), test_statistics (35.6 sec) test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run 0:01:41 load avg: 31.67 [401/433] test_xml_etree passed -- running: test_multiprocessing_spawn (1 min 3 sec), test_cppext (1 min 34 sec), test_regrtest (45.4 sec), test_gdb (1 min 17 sec), test_selectors (40.9 sec), test_lib2to3 (1 min 8 sec), test_multiprocessing_forkserver (1 min 3 sec), test_pickle (59.4 sec), test_source_encoding (37.5 sec), test_multiprocessing_fork (1 min 4 sec), test_signal (39.7 sec), test_subprocess (32.2 sec), test_asyncio (1 min 41 sec), test_io (1 min 11 sec), test_compileall (1 min 35 sec), test_concurrent_futures (1 min 35 sec), test_statistics (36.0 sec) 0:01:42 load avg: 31.67 [402/433] test_zipapp passed -- running: test_multiprocessing_spawn (1 min 4 sec), test_cppext (1 min 34 sec), test_regrtest (45.7 sec), test_gdb (1 min 18 sec), test_selectors (41.2 sec), test_lib2to3 (1 min 8 sec), test_multiprocessing_forkserver (1 min 4 sec), test_pickle (59.7 sec), test_source_encoding (37.8 sec), test_multiprocessing_fork (1 min 4 sec), test_signal (40.1 sec), test_subprocess (32.6 sec), test_asyncio (1 min 41 sec), test_io (1 min 11 sec), test_compileall (1 min 35 sec), test_concurrent_futures (1 min 35 sec), test_statistics (36.4 sec) 0:01:42 load avg: 31.67 [403/433] test_zipimport passed -- running: test_multiprocessing_spawn (1 min 4 sec), test_cppext (1 min 34 sec), test_regrtest (46.3 sec), test_gdb (1 min 18 sec), test_selectors (41.8 sec), test_lib2to3 (1 min 9 sec), test_multiprocessing_forkserver (1 min 4 sec), test_pickle (1 min), test_source_encoding (38.3 sec), test_multiprocessing_fork (1 min 5 sec), test_signal (40.6 sec), test_subprocess (33.1 sec), test_asyncio (1 min 42 sec), test_io (1 min 12 sec), test_compileall (1 min 36 sec), test_concurrent_futures (1 min 36 sec), test_statistics (36.9 sec) 0:01:43 load avg: 31.67 [404/433] test_xml_etree_c passed -- running: test_tarfile (30.9 sec), test_multiprocessing_spawn (1 min 5 sec), test_cppext (1 min 35 sec), test_regrtest (47.2 sec), test_gdb (1 min 19 sec), test_selectors (42.7 sec), test_lib2to3 (1 min 10 sec), test_multiprocessing_forkserver (1 min 5 sec), test_pickle (1 min 1 sec), test_source_encoding (39.3 sec), test_multiprocessing_fork (1 min 6 sec), test_signal (41.6 sec), test_subprocess (34.0 sec), test_asyncio (1 min 43 sec), test_io (1 min 13 sec), test_compileall (1 min 37 sec), test_concurrent_futures (1 min 37 sec), test_statistics (37.9 sec) 0:01:44 load avg: 31.67 [405/433] test_zlib passed -- running: test_tarfile (31.5 sec), test_multiprocessing_spawn (1 min 6 sec), test_cppext (1 min 36 sec), test_regrtest (47.8 sec), test_gdb (1 min 20 sec), test_selectors (43.3 sec), test_lib2to3 (1 min 10 sec), test_multiprocessing_forkserver (1 min 6 sec), test_pickle (1 min 1 sec), test_source_encoding (39.9 sec), test_multiprocessing_fork (1 min 6 sec), test_signal (42.2 sec), test_subprocess (34.7 sec), test_asyncio (1 min 43 sec), test_io (1 min 13 sec), test_compileall (1 min 37 sec), test_concurrent_futures (1 min 37 sec), test_statistics (38.5 sec) 0:01:44 load avg: 31.67 [406/433] test_userstring passed -- running: test_tarfile (32.0 sec), test_multiprocessing_spawn (1 min 6 sec), test_cppext (1 min 37 sec), test_regrtest (48.4 sec), test_gdb (1 min 20 sec), test_selectors (43.9 sec), test_lib2to3 (1 min 11 sec), test_multiprocessing_forkserver (1 min 6 sec), test_pickle (1 min 2 sec), test_source_encoding (40.4 sec), test_multiprocessing_fork (1 min 7 sec), test_signal (42.7 sec), test_subprocess (35.2 sec), test_asyncio (1 min 44 sec), test_io (1 min 14 sec), test_compileall (1 min 38 sec), test_concurrent_futures (1 min 38 sec), test_statistics (39.0 sec) 0:01:44 load avg: 31.67 [407/433] test_io passed (1 min 13 sec) -- running: test_tarfile (32.1 sec), test_multiprocessing_spawn (1 min 6 sec), test_cppext (1 min 37 sec), test_regrtest (48.5 sec), test_gdb (1 min 20 sec), test_selectors (44.0 sec), test_lib2to3 (1 min 11 sec), test_multiprocessing_forkserver (1 min 7 sec), test_pickle (1 min 2 sec), test_source_encoding (40.5 sec), test_multiprocessing_fork (1 min 7 sec), test_signal (42.8 sec), test_subprocess (35.3 sec), test_asyncio (1 min 44 sec), test_compileall (1 min 38 sec), test_concurrent_futures (1 min 38 sec), test_statistics (39.1 sec) 0:01:45 load avg: 31.67 [408/433] test_zoneinfo passed -- running: test_tarfile (32.6 sec), test_multiprocessing_spawn (1 min 7 sec), test_cppext (1 min 37 sec), test_regrtest (49.0 sec), test_gdb (1 min 21 sec), test_selectors (44.5 sec), test_lib2to3 (1 min 11 sec), test_multiprocessing_forkserver (1 min 7 sec), test_pickle (1 min 2 sec), test_source_encoding (41.0 sec), test_multiprocessing_fork (1 min 7 sec), test_signal (43.3 sec), test_subprocess (35.8 sec), test_asyncio (1 min 45 sec), test_compileall (1 min 39 sec), test_concurrent_futures (1 min 38 sec), test_statistics (39.6 sec) 0:01:45 load avg: 31.38 [409/433] test_zipimport_support passed -- running: test_tarfile (33.0 sec), test_multiprocessing_spawn (1 min 7 sec), test_cppext (1 min 38 sec), test_regrtest (49.4 sec), test_gdb (1 min 21 sec), test_selectors (44.8 sec), test_lib2to3 (1 min 12 sec), test_multiprocessing_forkserver (1 min 7 sec), test_pickle (1 min 3 sec), test_source_encoding (41.4 sec), test_multiprocessing_fork (1 min 8 sec), test_signal (43.7 sec), test_subprocess (36.2 sec), test_asyncio (1 min 45 sec), test_compileall (1 min 39 sec), test_concurrent_futures (1 min 39 sec), test_statistics (40.0 sec) 0:01:49 load avg: 31.38 [410/433] test_tarfile passed (36.3 sec) -- running: test_multiprocessing_spawn (1 min 11 sec), test_cppext (1 min 42 sec), test_regrtest (53.5 sec), test_gdb (1 min 25 sec), test_selectors (49.0 sec), test_lib2to3 (1 min 16 sec), test_multiprocessing_forkserver (1 min 12 sec), test_pickle (1 min 7 sec), test_source_encoding (45.6 sec), test_tools (32.3 sec), test_multiprocessing_fork (1 min 12 sec), test_signal (47.9 sec), test_subprocess (40.3 sec), test_asyncio (1 min 49 sec), test_compileall (1 min 43 sec), test_concurrent_futures (1 min 43 sec), test_statistics (44.2 sec), test_trace (32.2 sec) 0:01:52 load avg: 30.31 [411/433] test_selectors passed (50.3 sec) -- running: test_multiprocessing_spawn (1 min 14 sec), test_cppext (1 min 44 sec), test_regrtest (55.7 sec), test_gdb (1 min 27 sec), test_lib2to3 (1 min 18 sec), test_multiprocessing_forkserver (1 min 14 sec), test_pickle (1 min 9 sec), test_source_encoding (47.8 sec), test_tools (34.5 sec), test_multiprocessing_fork (1 min 14 sec), test_signal (50.0 sec), test_subprocess (42.5 sec), test_asyncio (1 min 51 sec), test_compileall (1 min 45 sec), test_concurrent_futures (1 min 45 sec), test_statistics (46.3 sec), test_trace (34.3 sec) 0:01:52 load avg: 30.31 [412/433] test_unicodedata passed -- running: test_multiprocessing_spawn (1 min 14 sec), test_cppext (1 min 44 sec), test_regrtest (55.9 sec), test_gdb (1 min 28 sec), test_lib2to3 (1 min 18 sec), test_multiprocessing_forkserver (1 min 14 sec), test_pickle (1 min 9 sec), test_source_encoding (48.0 sec), test_tools (34.7 sec), test_multiprocessing_fork (1 min 14 sec), test_signal (50.3 sec), test_subprocess (42.8 sec), test_asyncio (1 min 52 sec), test_compileall (1 min 46 sec), test_concurrent_futures (1 min 45 sec), test_statistics (46.6 sec), test_trace (34.6 sec) 0:01:57 load avg: 29.64 [413/433] test_trace passed (38.4 sec) -- running: test_multiprocessing_spawn (1 min 18 sec), test_cppext (1 min 49 sec), test_regrtest (1 min), test_gdb (1 min 32 sec), test_lib2to3 (1 min 23 sec), test_multiprocessing_forkserver (1 min 19 sec), test_pickle (1 min 14 sec), test_source_encoding (52.7 sec), test_tools (39.4 sec), test_multiprocessing_fork (1 min 19 sec), test_signal (55.0 sec), test_subprocess (47.5 sec), test_asyncio (1 min 56 sec), test_compileall (1 min 50 sec), test_concurrent_futures (1 min 50 sec), test_statistics (51.3 sec) 0:01:57 load avg: 29.64 [414/433] test_cppext passed (1 min 49 sec) -- running: test_multiprocessing_spawn (1 min 19 sec), test_regrtest (1 min 1 sec), test_gdb (1 min 33 sec), test_lib2to3 (1 min 24 sec), test_multiprocessing_forkserver (1 min 19 sec), test_pickle (1 min 15 sec), test_source_encoding (53.4 sec), test_tools (40.2 sec), test_multiprocessing_fork (1 min 20 sec), test_signal (55.7 sec), test_subprocess (48.2 sec), test_asyncio (1 min 57 sec), test_compileall (1 min 51 sec), test_concurrent_futures (1 min 51 sec), test_statistics (52.0 sec) running build_ext building '_testcpp03ext' extension creating build creating build/temp.linux-aarch64-cpython-311-pydebug creating build/temp.linux-aarch64-cpython-311-pydebug/builddir creating build/temp.linux-aarch64-cpython-311-pydebug/builddir/build creating build/temp.linux-aarch64-cpython-311-pydebug/builddir/build/BUILD creating build/temp.linux-aarch64-cpython-311-pydebug/builddir/build/BUILD/Python-3.11.1 creating build/temp.linux-aarch64-cpython-311-pydebug/builddir/build/BUILD/Python-3.11.1/Lib creating build/temp.linux-aarch64-cpython-311-pydebug/builddir/build/BUILD/Python-3.11.1/Lib/test gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -fPIC -I/builddir/build/BUILD/Python-3.11.1/build/debug/build/test_python_3609209æ/test_python_worker_3609801æ/tempcwd/env/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Lib/test/_testcppext.cpp -o build/temp.linux-aarch64-cpython-311-pydebug/builddir/build/BUILD/Python-3.11.1/Lib/test/_testcppext.o -Werror -std=c++03 creating build/lib.linux-aarch64-cpython-311-pydebug g++ -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g build/temp.linux-aarch64-cpython-311-pydebug/builddir/build/BUILD/Python-3.11.1/Lib/test/_testcppext.o -L. -o build/lib.linux-aarch64-cpython-311-pydebug/_testcpp03ext.cpython-311d-aarch64-linux-gnu.so running install /builddir/build/BUILD/Python-3.11.1/build/debug/build/test_python_3609209æ/test_python_worker_3609801æ/tempcwd/env/lib64/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( /builddir/build/BUILD/Python-3.11.1/build/debug/build/test_python_3609209æ/test_python_worker_3609801æ/tempcwd/env/lib64/python3.11/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. warnings.warn( running bdist_egg running egg_info creating internal_testcpp11ext.egg-info writing internal_testcpp11ext.egg-info/PKG-INFO writing dependency_links to internal_testcpp11ext.egg-info/dependency_links.txt writing top-level names to internal_testcpp11ext.egg-info/top_level.txt writing manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt' reading manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt' writing manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt' installing library code to build/bdist.linux-aarch64/egg running install_lib running build_ext building '_testcpp11ext' extension gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -fPIC -I/builddir/build/BUILD/Python-3.11.1/build/debug/build/test_python_3609209æ/test_python_worker_3609801æ/tempcwd/env/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Lib/test/_testcppext.cpp -o build/temp.linux-aarch64-cpython-311-pydebug/builddir/build/BUILD/Python-3.11.1/Lib/test/_testcppext.o -Werror -std=c++11 g++ -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g build/temp.linux-aarch64-cpython-311-pydebug/builddir/build/BUILD/Python-3.11.1/Lib/test/_testcppext.o -L. -o build/lib.linux-aarch64-cpython-311-pydebug/_testcpp11ext.cpython-311d-aarch64-linux-gnu.so creating build/bdist.linux-aarch64 creating build/bdist.linux-aarch64/egg copying build/lib.linux-aarch64-cpython-311-pydebug/_testcpp03ext.cpython-311d-aarch64-linux-gnu.so -> build/bdist.linux-aarch64/egg copying build/lib.linux-aarch64-cpython-311-pydebug/_testcpp11ext.cpython-311d-aarch64-linux-gnu.so -> build/bdist.linux-aarch64/egg creating stub loader for _testcpp11ext.cpython-311d-aarch64-linux-gnu.so byte-compiling build/bdist.linux-aarch64/egg/_testcpp11ext.py to _testcpp11ext.cpython-311.pyc creating build/bdist.linux-aarch64/egg/EGG-INFO copying internal_testcpp11ext.egg-info/PKG-INFO -> build/bdist.linux-aarch64/egg/EGG-INFO copying internal_testcpp11ext.egg-info/SOURCES.txt -> build/bdist.linux-aarch64/egg/EGG-INFO copying internal_testcpp11ext.egg-info/dependency_links.txt -> build/bdist.linux-aarch64/egg/EGG-INFO copying internal_testcpp11ext.egg-info/top_level.txt -> build/bdist.linux-aarch64/egg/EGG-INFO writing build/bdist.linux-aarch64/egg/EGG-INFO/native_libs.txt zip_safe flag not set; analyzing archive contents... __pycache__._testcpp11ext.cpython-311: module references __file__ creating dist creating 'dist/internal_testcpp11ext-0.0-py3.11-linux-aarch64.egg' and adding 'build/bdist.linux-aarch64/egg' to it removing 'build/bdist.linux-aarch64/egg' (and everything under it) Processing internal_testcpp11ext-0.0-py3.11-linux-aarch64.egg creating /builddir/build/BUILD/Python-3.11.1/build/debug/build/test_python_3609209æ/test_python_worker_3609801æ/tempcwd/env/lib/python3.11/site-packages/internal_testcpp11ext-0.0-py3.11-linux-aarch64.egg Extracting internal_testcpp11ext-0.0-py3.11-linux-aarch64.egg to /builddir/build/BUILD/Python-3.11.1/build/debug/build/test_python_3609209æ/test_python_worker_3609801æ/tempcwd/env/lib/python3.11/site-packages Adding internal-testcpp11ext 0.0 to easy-install.pth file Installed /builddir/build/BUILD/Python-3.11.1/build/debug/build/test_python_3609209æ/test_python_worker_3609801æ/tempcwd/env/lib/python3.11/site-packages/internal_testcpp11ext-0.0-py3.11-linux-aarch64.egg Processing dependencies for internal-testcpp11ext==0.0 Finished processing dependencies for internal-testcpp11ext==0.0 [0 refs, 0 blocks] [0 refs, 0 blocks] running build_ext building '_testcpp11ext' extension creating build creating build/temp.linux-aarch64-cpython-311-pydebug creating build/temp.linux-aarch64-cpython-311-pydebug/builddir creating build/temp.linux-aarch64-cpython-311-pydebug/builddir/build creating build/temp.linux-aarch64-cpython-311-pydebug/builddir/build/BUILD creating build/temp.linux-aarch64-cpython-311-pydebug/builddir/build/BUILD/Python-3.11.1 creating build/temp.linux-aarch64-cpython-311-pydebug/builddir/build/BUILD/Python-3.11.1/Lib creating build/temp.linux-aarch64-cpython-311-pydebug/builddir/build/BUILD/Python-3.11.1/Lib/test gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O0 -Wno-cpp -fPIC -I/builddir/build/BUILD/Python-3.11.1/build/debug/build/test_python_3609209æ/test_python_worker_3609801æ/tempcwd/env/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/debug -c /builddir/build/BUILD/Python-3.11.1/Lib/test/_testcppext.cpp -o build/temp.linux-aarch64-cpython-311-pydebug/builddir/build/BUILD/Python-3.11.1/Lib/test/_testcppext.o -Werror -std=c++11 creating build/lib.linux-aarch64-cpython-311-pydebug g++ -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g build/temp.linux-aarch64-cpython-311-pydebug/builddir/build/BUILD/Python-3.11.1/Lib/test/_testcppext.o -L. -o build/lib.linux-aarch64-cpython-311-pydebug/_testcpp11ext.cpython-311d-aarch64-linux-gnu.so running install /builddir/build/BUILD/Python-3.11.1/build/debug/build/test_python_3609209æ/test_python_worker_3609801æ/tempcwd/env/lib64/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( /builddir/build/BUILD/Python-3.11.1/build/debug/build/test_python_3609209æ/test_python_worker_3609801æ/tempcwd/env/lib64/python3.11/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. warnings.warn( running bdist_egg running egg_info creating internal_testcpp11ext.egg-info writing internal_testcpp11ext.egg-info/PKG-INFO writing dependency_links to internal_testcpp11ext.egg-info/dependency_links.txt writing top-level names to internal_testcpp11ext.egg-info/top_level.txt writing manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt' reading manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt' writing manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt' installing library code to build/bdist.linux-aarch64/egg running install_lib running build_ext creating build/bdist.linux-aarch64 creating build/bdist.linux-aarch64/egg copying build/lib.linux-aarch64-cpython-311-pydebug/_testcpp11ext.cpython-311d-aarch64-linux-gnu.so -> build/bdist.linux-aarch64/egg creating stub loader for _testcpp11ext.cpython-311d-aarch64-linux-gnu.so byte-compiling build/bdist.linux-aarch64/egg/_testcpp11ext.py to _testcpp11ext.cpython-311.pyc creating build/bdist.linux-aarch64/egg/EGG-INFO copying internal_testcpp11ext.egg-info/PKG-INFO -> build/bdist.linux-aarch64/egg/EGG-INFO copying internal_testcpp11ext.egg-info/SOURCES.txt -> build/bdist.linux-aarch64/egg/EGG-INFO copying internal_testcpp11ext.egg-info/dependency_links.txt -> build/bdist.linux-aarch64/egg/EGG-INFO copying internal_testcpp11ext.egg-info/top_level.txt -> build/bdist.linux-aarch64/egg/EGG-INFO writing build/bdist.linux-aarch64/egg/EGG-INFO/native_libs.txt zip_safe flag not set; analyzing archive contents... __pycache__._testcpp11ext.cpython-311: module references __file__ creating dist creating 'dist/internal_testcpp11ext-0.0-py3.11-linux-aarch64.egg' and adding 'build/bdist.linux-aarch64/egg' to it removing 'build/bdist.linux-aarch64/egg' (and everything under it) Processing internal_testcpp11ext-0.0-py3.11-linux-aarch64.egg creating /builddir/build/BUILD/Python-3.11.1/build/debug/build/test_python_3609209æ/test_python_worker_3609801æ/tempcwd/env/lib/python3.11/site-packages/internal_testcpp11ext-0.0-py3.11-linux-aarch64.egg Extracting internal_testcpp11ext-0.0-py3.11-linux-aarch64.egg to /builddir/build/BUILD/Python-3.11.1/build/debug/build/test_python_3609209æ/test_python_worker_3609801æ/tempcwd/env/lib/python3.11/site-packages Adding internal-testcpp11ext 0.0 to easy-install.pth file Installed /builddir/build/BUILD/Python-3.11.1/build/debug/build/test_python_3609209æ/test_python_worker_3609801æ/tempcwd/env/lib/python3.11/site-packages/internal_testcpp11ext-0.0-py3.11-linux-aarch64.egg Processing dependencies for internal-testcpp11ext==0.0 Finished processing dependencies for internal-testcpp11ext==0.0 [0 refs, 0 blocks] [0 refs, 0 blocks] 0:02:03 load avg: 28.71 [415/433] test_regrtest passed (1 min 6 sec) -- running: test_multiprocessing_spawn (1 min 25 sec), test_gdb (1 min 39 sec), test_lib2to3 (1 min 29 sec), test_multiprocessing_forkserver (1 min 25 sec), test_pickle (1 min 20 sec), test_source_encoding (58.9 sec), test_tools (45.7 sec), test_multiprocessing_fork (1 min 25 sec), test_signal (1 min 1 sec), test_subprocess (53.7 sec), test_asyncio (2 min 2 sec), test_compileall (1 min 56 sec), test_concurrent_futures (1 min 56 sec), test_statistics (57.5 sec), test_venv (32.4 sec) 0:02:05 load avg: 27.45 [416/433] test_source_encoding passed (1 min) -- running: test_multiprocessing_spawn (1 min 27 sec), test_gdb (1 min 41 sec), test_lib2to3 (1 min 32 sec), test_multiprocessing_forkserver (1 min 27 sec), test_pickle (1 min 23 sec), test_weakref (31.6 sec), test_tools (48.2 sec), test_multiprocessing_fork (1 min 28 sec), test_signal (1 min 3 sec), test_subprocess (56.2 sec), test_asyncio (2 min 5 sec), test_compileall (1 min 59 sec), test_concurrent_futures (1 min 59 sec), test_statistics (1 min), test_venv (35.0 sec) 0:02:08 load avg: 27.45 [417/433] test_tools passed (50.0 sec) -- running: test_multiprocessing_spawn (1 min 30 sec), test_gdb (1 min 44 sec), test_lib2to3 (1 min 34 sec), test_multiprocessing_forkserver (1 min 30 sec), test_pickle (1 min 26 sec), test_weakref (34.2 sec), test_multiprocessing_fork (1 min 30 sec), test_signal (1 min 6 sec), test_subprocess (58.9 sec), test_asyncio (2 min 8 sec), test_compileall (2 min 2 sec), test_concurrent_futures (2 min 1 sec), test_statistics (1 min 2 sec), test_venv (37.6 sec) 0:02:09 load avg: 27.45 [418/433] test_xmlrpc passed -- running: test_multiprocessing_spawn (1 min 30 sec), test_gdb (1 min 44 sec), test_lib2to3 (1 min 35 sec), test_multiprocessing_forkserver (1 min 31 sec), test_pickle (1 min 26 sec), test_weakref (34.8 sec), test_multiprocessing_fork (1 min 31 sec), test_signal (1 min 6 sec), test_subprocess (59.5 sec), test_asyncio (2 min 8 sec), test_compileall (2 min 2 sec), test_concurrent_futures (2 min 2 sec), test_statistics (1 min 3 sec), test_venv (38.2 sec) 0:02:14 load avg: 26.45 [419/433] test_signal passed (1 min 11 sec) -- running: test_multiprocessing_spawn (1 min 36 sec), test_gdb (1 min 50 sec), test_lib2to3 (1 min 40 sec), test_multiprocessing_forkserver (1 min 36 sec), test_pickle (1 min 31 sec), test_weakref (39.9 sec), test_multiprocessing_fork (1 min 36 sec), test_subprocess (1 min 4 sec), test_asyncio (2 min 13 sec), test_compileall (2 min 7 sec), test_concurrent_futures (2 min 7 sec), test_statistics (1 min 8 sec), test_zipfile (33.8 sec), test_venv (43.3 sec) 0:02:14 load avg: 26.45 [420/433] test_lib2to3 passed (1 min 40 sec) -- running: test_multiprocessing_spawn (1 min 36 sec), test_gdb (1 min 50 sec), test_multiprocessing_forkserver (1 min 36 sec), test_pickle (1 min 32 sec), test_weakref (40.4 sec), test_multiprocessing_fork (1 min 37 sec), test_subprocess (1 min 5 sec), test_asyncio (2 min 14 sec), test_compileall (2 min 8 sec), test_concurrent_futures (2 min 8 sec), test_statistics (1 min 8 sec), test_zipfile (34.3 sec), test_venv (43.8 sec) 0:02:16 load avg: 25.77 [421/433] test_compileall passed (2 min 9 sec) -- running: test_multiprocessing_spawn (1 min 38 sec), test_gdb (1 min 52 sec), test_multiprocessing_forkserver (1 min 39 sec), test_pickle (1 min 34 sec), test_weakref (42.7 sec), test_multiprocessing_fork (1 min 39 sec), test_subprocess (1 min 7 sec), test_asyncio (2 min 16 sec), test_concurrent_futures (2 min 10 sec), test_statistics (1 min 11 sec), test_zipfile (36.6 sec), test_venv (46.1 sec) 0:02:19 load avg: 25.77 [422/433] test_zipfile passed (38.3 sec) -- running: test_multiprocessing_spawn (1 min 41 sec), test_gdb (1 min 55 sec), test_multiprocessing_forkserver (1 min 41 sec), test_pickle (1 min 37 sec), test_weakref (45.3 sec), test_multiprocessing_fork (1 min 41 sec), test_subprocess (1 min 9 sec), test_asyncio (2 min 19 sec), test_concurrent_futures (2 min 12 sec), test_statistics (1 min 13 sec), test_venv (48.6 sec) 0:02:27 load avg: 23.57 [423/433] test_multiprocessing_fork passed (1 min 49 sec) -- running: test_multiprocessing_spawn (1 min 49 sec), test_gdb (2 min 3 sec), test_multiprocessing_forkserver (1 min 50 sec), test_pickle (1 min 45 sec), test_weakref (53.7 sec), test_subprocess (1 min 18 sec), test_asyncio (2 min 27 sec), test_concurrent_futures (2 min 21 sec), test_statistics (1 min 22 sec), test_venv (57.0 sec) 0:02:31 load avg: 22.32 [424/433] test_statistics passed (1 min 25 sec) -- running: test_multiprocessing_spawn (1 min 53 sec), test_gdb (2 min 7 sec), test_multiprocessing_forkserver (1 min 54 sec), test_pickle (1 min 49 sec), test_weakref (57.7 sec), test_subprocess (1 min 22 sec), test_asyncio (2 min 31 sec), test_concurrent_futures (2 min 25 sec), test_venv (1 min 1 sec) 0:02:46 load avg: 19.14 [425/433] test_weakref passed (1 min 11 sec) -- running: test_multiprocessing_spawn (2 min 8 sec), test_gdb (2 min 22 sec), test_multiprocessing_forkserver (2 min 8 sec), test_pickle (2 min 4 sec), test_subprocess (1 min 36 sec), test_asyncio (2 min 46 sec), test_concurrent_futures (2 min 39 sec), test_venv (1 min 15 sec) 0:02:53 load avg: 18.57 [426/433] test_multiprocessing_forkserver passed (2 min 14 sec) -- running: test_multiprocessing_spawn (2 min 15 sec), test_gdb (2 min 29 sec), test_pickle (2 min 10 sec), test_subprocess (1 min 43 sec), test_asyncio (2 min 52 sec), test_concurrent_futures (2 min 46 sec), test_venv (1 min 22 sec) 0:03:02 load avg: 16.72 [427/433] test_pickle passed (2 min 18 sec) -- running: test_multiprocessing_spawn (2 min 24 sec), test_gdb (2 min 38 sec), test_subprocess (1 min 52 sec), test_asyncio (3 min 1 sec), test_concurrent_futures (2 min 55 sec), test_venv (1 min 31 sec) 0:03:21 load avg: 13.70 [428/433] test_venv passed (1 min 49 sec) -- running: test_multiprocessing_spawn (2 min 43 sec), test_gdb (2 min 57 sec), test_subprocess (2 min 12 sec), test_asyncio (3 min 21 sec), test_concurrent_futures (3 min 15 sec) Could not find platform dependent libraries 0:03:26 load avg: 13.24 [429/433] test_gdb passed (3 min 1 sec) -- running: test_multiprocessing_spawn (2 min 48 sec), test_subprocess (2 min 16 sec), test_asyncio (3 min 25 sec), test_concurrent_futures (3 min 19 sec) 0:03:36 load avg: 11.88 [430/433] test_asyncio passed (3 min 35 sec) -- running: test_multiprocessing_spawn (2 min 58 sec), test_subprocess (2 min 26 sec), test_concurrent_futures (3 min 29 sec) 0:03:50 load avg: 10.36 [431/433] test_subprocess passed (2 min 39 sec) -- running: test_multiprocessing_spawn (3 min 12 sec), test_concurrent_futures (3 min 43 sec) 0:04:01 load avg: 8.29 [432/433] test_concurrent_futures passed (3 min 54 sec) -- running: test_multiprocessing_spawn (3 min 23 sec) 0:04:31 load avg: 5.70 running: test_multiprocessing_spawn (3 min 53 sec) 0:05:01 load avg: 4.09 running: test_multiprocessing_spawn (4 min 23 sec) 0:05:31 load avg: 2.87 running: test_multiprocessing_spawn (4 min 53 sec) 0:06:00 load avg: 2.01 [433/433] test_multiprocessing_spawn passed (5 min 21 sec) == Tests result: SUCCESS == 413 tests OK. 10 slowest tests: - test_multiprocessing_spawn: 5 min 21 sec - test_concurrent_futures: 3 min 54 sec - test_asyncio: 3 min 35 sec - test_gdb: 3 min 1 sec - test_subprocess: 2 min 39 sec - test_pickle: 2 min 18 sec - test_multiprocessing_forkserver: 2 min 14 sec - test_compileall: 2 min 9 sec - test_venv: 1 min 49 sec - test_multiprocessing_fork: 1 min 49 sec 20 tests skipped: test_curses test_devpoll test_ioctl test_kqueue test_launcher test_msilib test_ossaudiodev test_smtpnet test_socketserver test_startfile test_tix test_tk test_ttk_guionly test_urllib2net test_urllibnet test_winconsoleio test_winreg test_winsound test_xmlrpc_net test_zipfile64 Total duration: 6 min Tests result: SUCCESS FINISHED: CHECKING OF PYTHON FOR CONFIGURATION: debug + echo FINISHED: CHECKING OF PYTHON FOR CONFIGURATION: debug + CheckPython optimized + ConfName=optimized STARTING: CHECKING OF PYTHON FOR CONFIGURATION: optimized ++ pwd + ConfDir=/builddir/build/BUILD/Python-3.11.1/build/optimized + echo STARTING: CHECKING OF PYTHON FOR CONFIGURATION: optimized + LD_LIBRARY_PATH=/builddir/build/BUILD/Python-3.11.1/build/optimized + /builddir/build/BUILD/Python-3.11.1/build/optimized/python -m test.pythoninfo Python debug information ======================== CC.version: gcc (GCC) 11.3.1 20221121 (Red Hat 11.3.1-4) _decimal.__libmpdec_version__: 2.5.1 build.NDEBUG: ignore assertions (macro defined) build.Py_DEBUG: No (sys.gettotalrefcount() missing) build.Py_TRACE_REFS: No (sys.getobjects() missing) build.WITH_DOC_STRINGS: Yes build.WITH_DTRACE: Yes build.WITH_FREELISTS: Yes build.WITH_PYMALLOC: Yes build.WITH_VALGRIND: Yes builtins.float.double_format: IEEE, little-endian builtins.float.float_format: IEEE, little-endian config[_config_init]: 2 config[_init_main]: 1 config[_install_importlib]: 1 config[_is_python_build]: 1 config[_isolated_interpreter]: 0 config[argv]: ['-m'] config[base_exec_prefix]: '/usr' config[base_executable]: '/builddir/build/BUILD/Python-3.11.1/build/optimized/python' config[base_prefix]: '/usr' config[buffered_stdio]: 1 config[bytes_warning]: 0 config[check_hash_pycs_mode]: 'default' config[code_debug_ranges]: 1 config[configure_c_stdio]: 1 config[dev_mode]: 0 config[dump_refs]: 0 config[exec_prefix]: '/usr' config[executable]: '/builddir/build/BUILD/Python-3.11.1/build/optimized/python' config[faulthandler]: 0 config[filesystem_encoding]: 'utf-8' config[filesystem_errors]: 'surrogateescape' config[hash_seed]: 0 config[home]: None config[import_time]: 0 config[inspect]: 0 config[install_signal_handlers]: 1 config[interactive]: 0 config[isolated]: 0 config[malloc_stats]: 0 config[module_search_paths]: ['/usr/lib64/python311.zip', '/builddir/build/BUILD/Python-3.11.1/Lib', '/builddir/build/BUILD/Python-3.11.1/build/optimized/build/lib.linux-aarch64-3.11'] config[module_search_paths_set]: 1 config[optimization_level]: 0 config[orig_argv]: ['/builddir/build/BUILD/Python-3.11.1/build/optimized/python', '-m', 'test.pythoninfo'] config[parse_argv]: 2 config[parser_debug]: 0 config[pathconfig_warnings]: 1 config[platlibdir]: 'lib64' config[prefix]: '/usr' config[program_name]: '/builddir/build/BUILD/Python-3.11.1/build/optimized/python' config[pycache_prefix]: None config[pythonpath_env]: None config[quiet]: 0 config[run_command]: None config[run_filename]: None config[run_module]: 'test.pythoninfo' config[safe_path]: 0 config[show_ref_count]: 0 config[site_import]: 1 config[skip_source_first_line]: 0 config[stdio_encoding]: 'utf-8' config[stdio_errors]: 'surrogateescape' config[stdlib_dir]: '/builddir/build/BUILD/Python-3.11.1/Lib' config[tracemalloc]: 0 config[use_environment]: 1 config[use_frozen_modules]: 1 config[use_hash_seed]: 0 config[user_site_directory]: 1 config[verbose]: 0 config[warn_default_encoding]: 0 config[warnoptions]: [] config[write_bytecode]: 1 config[xoptions]: [] curses.ncurses_version: curses.ncurses_version(major=6, minor=2, patch=20210508) datetime.datetime.now: 2023-01-25 02:53:23.218187 expat.EXPAT_VERSION: expat_2.5.0 fips.linux_crypto_fips_enabled: 0 fips.openssl_fips_mode: 0 gdb_version: GNU gdb (GDB) Red Hat Enterprise Linux 10.2-10.el9 gdbm.GDBM_VERSION: 1.19.0 global_config[Py_BytesWarningFlag]: 0 global_config[Py_DebugFlag]: 0 global_config[Py_DontWriteBytecodeFlag]: 0 global_config[Py_FileSystemDefaultEncodeErrors]: 'surrogateescape' global_config[Py_FileSystemDefaultEncoding]: 'utf-8' global_config[Py_FrozenFlag]: 0 global_config[Py_HasFileSystemDefaultEncoding]: 0 global_config[Py_HashRandomizationFlag]: 1 global_config[Py_IgnoreEnvironmentFlag]: 0 global_config[Py_InspectFlag]: 0 global_config[Py_InteractiveFlag]: 0 global_config[Py_IsolatedFlag]: 0 global_config[Py_NoSiteFlag]: 0 global_config[Py_NoUserSiteDirectory]: 0 global_config[Py_OptimizeFlag]: 0 global_config[Py_QuietFlag]: 0 global_config[Py_UTF8Mode]: 1 global_config[Py_UnbufferedStdioFlag]: 0 global_config[Py_VerboseFlag]: 0 global_config[_Py_HasFileSystemDefaultEncodeErrors]: 0 locale.getencoding: UTF-8 os.cpu_count: 32 os.environ[HOME]: /builddir os.environ[LANG]: C os.environ[LC_CTYPE]: C.UTF-8 os.environ[LD_LIBRARY_PATH]: /builddir/build/BUILD/Python-3.11.1/build/optimized os.environ[PATH]: /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin os.environ[SHELL]: /bin/bash os.environ[SOURCE_DATE_EPOCH]: 1670889600 os.environ[TERM]: vt100 os.getcwd: /builddir/build/BUILD/Python-3.11.1 os.getegid: 135 os.geteuid: 992 os.getgid: 135 os.getgrouplist: 135 os.getgroups: 135, 135 os.getloadavg: (1.93, 8.29, 5.88) os.getrandom: ready (initialized) os.getresgid: (135, 135, 135) os.getresuid: (992, 992, 992) os.getuid: 992 os.name: posix os.supports_bytes_environ: True os.supports_effective_ids: ['access'] os.supports_fd: ['chdir', 'chmod', 'chown', 'execve', 'listdir', 'pathconf', 'scandir', 'stat', 'statvfs', 'truncate', 'utime'] os.supports_follow_symlinks: ['access', 'chown', 'link', 'stat', 'utime'] os.umask: 0o022 os.uname: posix.uname_result(sysname='Linux', nodename='aarch64-03.stream.rdu2.redhat.com', release='4.18.0-408.el8.aarch64', version='#1 SMP Mon Jul 18 15:47:44 UTC 2022', machine='aarch64') platform.architecture: 64bit ELF platform.libc_ver: glibc 2.34 platform.platform: Linux-4.18.0-408.el8.aarch64-aarch64-with-glibc2.34 platform.python_implementation: CPython pre_config[_config_init]: 2 pre_config[allocator]: 0 pre_config[coerce_c_locale]: 2 pre_config[coerce_c_locale_warn]: 0 pre_config[configure_locale]: 1 pre_config[dev_mode]: 0 pre_config[isolated]: 0 pre_config[parse_argv]: 1 pre_config[use_environment]: 1 pre_config[utf8_mode]: 1 pwd.getpwuid(992): pwd.struct_passwd(pw_name='mockbuild', pw_passwd='x', pw_uid=992, pw_gid=135, pw_gecos='', pw_dir='/builddir', pw_shell='/bin/bash') pymem.allocator: pymalloc readline._READLINE_LIBRARY_VERSION: 8.1 readline._READLINE_RUNTIME_VERSION: 0x801 readline._READLINE_VERSION: 0x801 resource.RLIMIT_AS: (-1, -1) resource.RLIMIT_CORE: (-1, -1) resource.RLIMIT_CPU: (-1, -1) resource.RLIMIT_DATA: (-1, -1) resource.RLIMIT_FSIZE: (-1, -1) resource.RLIMIT_MEMLOCK: (65536, 65536) resource.RLIMIT_MSGQUEUE: (819200, 819200) resource.RLIMIT_NICE: (0, 0) resource.RLIMIT_NOFILE: (260560, 260560) resource.RLIMIT_NPROC: (261387, 261387) resource.RLIMIT_OFILE: (260560, 260560) resource.RLIMIT_RSS: (-1, -1) resource.RLIMIT_RTPRIO: (0, 0) resource.RLIMIT_RTTIME: (-1, -1) resource.RLIMIT_SIGPENDING: (261387, 261387) resource.RLIMIT_STACK: (8388608, -1) resource.pagesize: 65536 socket.hostname: aarch64-03.stream.rdu2.redhat.com sqlite3.sqlite_version: 3.34.1 sqlite3.version: 2.6.0 ssl.HAS_SNI: True ssl.OPENSSL_VERSION: OpenSSL 3.0.7 1 Nov 2022 ssl.OPENSSL_VERSION_INFO: (3, 0, 0, 7, 0) ssl.OP_ALL: 0x80000050 ssl.OP_NO_TLSv1_1: 0x10000000 ssl.SSLContext.maximum_version: 772 ssl.SSLContext.minimum_version: 771 ssl.SSLContext.options: 2186412240 ssl.SSLContext.protocol: 16 ssl.SSLContext.verify_mode: 2 ssl.default_https_context.maximum_version: 772 ssl.default_https_context.minimum_version: 771 ssl.default_https_context.options: 2186412240 ssl.default_https_context.protocol: 16 ssl.default_https_context.verify_mode: 2 ssl.stdlib_context.maximum_version: 772 ssl.stdlib_context.minimum_version: 771 ssl.stdlib_context.options: 2186412240 ssl.stdlib_context.protocol: 16 ssl.stdlib_context.verify_mode: 0 subprocess._USE_POSIX_SPAWN: True sys.api_version: 1013 sys.builtin_module_names: ('_abc', '_ast', '_codecs', '_collections', '_functools', '_imp', '_io', '_locale', '_operator', '_signal', '_sre', '_stat', '_string', '_symtable', '_thread', '_tokenize', '_tracemalloc', '_warnings', '_weakref', 'atexit', 'builtins', 'errno', 'faulthandler', 'gc', 'itertools', 'marshal', 'posix', 'pwd', 'sys', 'time', 'xxsubtype') sys.byteorder: little sys.dont_write_bytecode: False sys.executable: /builddir/build/BUILD/Python-3.11.1/build/optimized/python sys.filesystem_encoding: utf-8/surrogateescape sys.flags: sys.flags(debug=0, inspect=0, interactive=0, optimize=0, dont_write_bytecode=0, no_user_site=0, no_site=0, ignore_environment=0, verbose=0, bytes_warning=0, quiet=0, hash_randomization=1, isolated=0, dev_mode=False, utf8_mode=1, warn_default_encoding=0, safe_path=False, int_max_str_digits=-1) sys.float_info: sys.float_info(max=1.7976931348623157e+308, max_exp=1024, max_10_exp=308, min=2.2250738585072014e-308, min_exp=-1021, min_10_exp=-307, dig=15, mant_dig=53, epsilon=2.220446049250313e-16, radix=2, rounds=1) sys.float_repr_style: short sys.hash_info: sys.hash_info(width=64, modulus=2305843009213693951, inf=314159, nan=0, imag=1000003, algorithm='siphash13', hash_bits=64, seed_bits=128, cutoff=0) sys.hexversion: 51053040 sys.implementation: namespace(name='cpython', cache_tag='cpython-311', version=sys.version_info(major=3, minor=11, micro=1, releaselevel='final', serial=0), hexversion=51053040, _multiarch='aarch64-linux-gnu') sys.int_info: sys.int_info(bits_per_digit=30, sizeof_digit=4, default_max_str_digits=4300, str_digits_check_threshold=640) sys.maxsize: 9223372036854775807 sys.maxunicode: 1114111 sys.path: ['/builddir/build/BUILD/Python-3.11.1', '/usr/lib64/python311.zip', '/builddir/build/BUILD/Python-3.11.1/Lib', '/builddir/build/BUILD/Python-3.11.1/build/optimized/build/lib.linux-aarch64-3.11', '/builddir/.local/lib/python3.11/site-packages'] sys.platform: linux sys.platlibdir: lib64 sys.prefix: /usr sys.stderr.encoding: utf-8/backslashreplace sys.stdin.encoding: utf-8/surrogateescape sys.stdout.encoding: utf-8/surrogateescape sys.thread_info: sys.thread_info(name='pthread', lock='semaphore', version='NPTL 2.34') sys.version: 3.11.1 (main, Dec 13 2022, 00:00:00) [GCC 11.3.1 20221121 (Red Hat 11.3.1-4)] sys.version_info: sys.version_info(major=3, minor=11, micro=1, releaselevel='final', serial=0) sysconfig[CCSHARED]: -fPIC sysconfig[CC]: gcc sysconfig[CFLAGSFORSHARED]: -fPIC sysconfig[CFLAGS]: -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv sysconfig[CONFIG_ARGS]: '--build=aarch64-redhat-linux-gnu' '--host=aarch64-redhat-linux-gnu' '--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-ffi' '--with-system-libmpdec' '--enable-loadable-sqlite-extensions' '--with-dtrace' '--with-lto' '--with-ssl-default-suites=openssl' '--without-static-libpython' '--with-valgrind' '--without-ensurepip' '--enable-optimizations' 'build_alias=aarch64-redhat-linux-gnu' 'host_alias=aarch64-redhat-linux-gnu' 'PKG_CONFIG_PATH=:/usr/lib64/pkgconfig:/usr/share/pkgconfig' 'CC=gcc' 'CFLAGS= -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv ' 'LDFLAGS= -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g ' 'CPPFLAGS=' sysconfig[HOST_GNU_TYPE]: aarch64-redhat-linux-gnu sysconfig[MACHDEP]: linux sysconfig[MULTIARCH]: aarch64-linux-gnu sysconfig[OPT]: -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv sysconfig[PY_CFLAGS]: -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv sysconfig[PY_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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal sysconfig[PY_CORE_LDFLAGS]: -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g sysconfig[PY_LDFLAGS]: -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g sysconfig[PY_LDFLAGS_NODIST]: -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -g sysconfig[PY_STDMODULE_CFLAGS]: -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden -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/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fprofile-use -fprofile-correction -I/builddir/build/BUILD/Python-3.11.1/Include/internal -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/Python-3.11.1/Include -fPIC sysconfig[Py_DEBUG]: 0 sysconfig[Py_ENABLE_SHARED]: 1 sysconfig[SHELL]: /bin/sh sysconfig[SOABI]: cpython-311-aarch64-linux-gnu sysconfig[prefix]: /usr test_socket.HAVE_SOCKET_ALG: True test_socket.HAVE_SOCKET_BLUETOOTH: False test_socket.HAVE_SOCKET_CAN: True test_socket.HAVE_SOCKET_CAN_ISOTP: False test_socket.HAVE_SOCKET_CAN_J1939: False test_socket.HAVE_SOCKET_QIPCRTR: False test_socket.HAVE_SOCKET_RDS: False test_socket.HAVE_SOCKET_UDPLITE: True test_socket.HAVE_SOCKET_VSOCK: False test_support._is_gui_available: False test_support.check_sanitizer(address=True): False test_support.check_sanitizer(memory=True): False test_support.check_sanitizer(ub=True): False test_support.python_is_optimized: True time.altzone: 0 time.daylight: 0 time.get_clock_info(monotonic): namespace(implementation='clock_gettime(CLOCK_MONOTONIC)', monotonic=True, adjustable=False, resolution=1e-09) time.get_clock_info(perf_counter): namespace(implementation='clock_gettime(CLOCK_MONOTONIC)', monotonic=True, adjustable=False, resolution=1e-09) time.get_clock_info(process_time): namespace(implementation='clock_gettime(CLOCK_PROCESS_CPUTIME_ID)', monotonic=True, adjustable=False, resolution=1e-09) time.get_clock_info(thread_time): namespace(implementation='clock_gettime(CLOCK_THREAD_CPUTIME_ID)', monotonic=True, adjustable=False, resolution=1e-09) time.get_clock_info(time): namespace(implementation='clock_gettime(CLOCK_REALTIME)', monotonic=False, adjustable=True, resolution=1e-09) time.time: 1674615203.4043415 time.timezone: 0 time.tzname: ('UTC', 'UTC') tkinter.TCL_VERSION: 8.6 tkinter.TK_VERSION: 8.6 tkinter.info_patchlevel: 8.6.10 zlib.ZLIB_RUNTIME_VERSION: 1.2.11 zlib.ZLIB_VERSION: 1.2.11 + LD_LIBRARY_PATH=/builddir/build/BUILD/Python-3.11.1/build/optimized + /builddir/build/BUILD/Python-3.11.1/build/optimized/python -m test.regrtest -wW --slowest -j0 --timeout=1800 -i test_freeze_simple_script -x test_distutils == CPython 3.11.1 (main, Dec 13 2022, 00:00:00) [GCC 11.3.1 20221121 (Red Hat 11.3.1-4)] == Linux-4.18.0-408.el8.aarch64-aarch64-with-glibc2.34 little-endian == cwd: /builddir/build/BUILD/Python-3.11.1/build/optimized/build/test_python_3637816æ == CPU count: 32 == encodings: locale=UTF-8, FS=utf-8 0:00:00 load avg: 1.93 Run tests in parallel using 34 child processes (timeout: 30 min, worker timeout: 35 min) 0:00:00 load avg: 1.93 [ 1/433] test_audioop passed 0:00:00 load avg: 1.93 [ 2/433] test___future__ passed 0:00:00 load avg: 1.93 [ 3/433] test_asdl_parser passed 0:00:00 load avg: 1.93 [ 4/433] test_doctest2 passed 0:00:00 load avg: 1.93 [ 5/433] test_abstract_numbers passed 0:00:00 load avg: 1.93 [ 6/433] test_opcodes passed 0:00:00 load avg: 1.93 [ 7/433] test__opcode passed 0:00:00 load avg: 1.93 [ 8/433] test__locale passed 0:00:00 load avg: 1.93 [ 9/433] test_abc passed 0:00:00 load avg: 1.93 [ 10/433] test_augassign passed 0:00:00 load avg: 1.93 [ 11/433] test_grammar passed 0:00:00 load avg: 1.93 [ 12/433] test__osx_support passed 0:00:00 load avg: 1.93 [ 13/433] test_baseexception passed 0:00:00 load avg: 1.93 [ 14/433] test_types passed 0:00:00 load avg: 1.93 [ 15/433] test_aifc passed 0:00:00 load avg: 1.93 [ 16/433] test_bdb passed 0:00:00 load avg: 1.93 [ 17/433] test_atexit passed test_atexit_with_unregistered_function (__main__.GeneralTest.test_atexit_with_unregistered_function) ... ok test_badargs (__main__.GeneralTest.test_badargs) ... ok test_bound_methods (__main__.GeneralTest.test_bound_methods) ... ok test_clear (__main__.GeneralTest.test_clear) ... ok test_exit (__main__.GeneralTest.test_exit) ... ok test_order (__main__.GeneralTest.test_order) ... ok test_raise (__main__.GeneralTest.test_raise) ... ok test_raise_unnormalized (__main__.GeneralTest.test_raise_unnormalized) ... ok test_stress (__main__.GeneralTest.test_stress) ... ok test_unregister (__main__.GeneralTest.test_unregister) ... ok ---------------------------------------------------------------------- Ran 10 tests in 0.002s OK 0:00:00 load avg: 1.93 [ 18/433] test_bigaddrspace passed 0:00:00 load avg: 1.93 [ 19/433] test_bisect passed 0:00:00 load avg: 1.93 [ 20/433] test_bool passed 0:00:00 load avg: 1.93 [ 21/433] test_binop passed 0:00:00 load avg: 1.93 [ 22/433] test_bigmem passed 0:00:00 load avg: 1.93 [ 23/433] test_binascii passed 0:00:00 load avg: 1.93 [ 24/433] test_base64 passed 0:00:00 load avg: 1.93 [ 25/433] test_builtin passed 0:00:00 load avg: 1.93 [ 26/433] test_call passed 0:00:01 load avg: 1.93 [ 27/433] test_charmapcodec passed 0:00:01 load avg: 1.93 [ 28/433] test_cgi passed 0:00:01 load avg: 1.93 [ 29/433] test_class passed 0:00:01 load avg: 1.93 [ 30/433] test_cmath passed 0:00:01 load avg: 1.93 [ 31/433] test_check_c_globals passed 0:00:01 load avg: 1.93 [ 32/433] test_cmd passed 0:00:01 load avg: 1.93 [ 33/433] test_clinic passed 0:00:01 load avg: 1.93 [ 34/433] test_cgitb passed 0:00:01 load avg: 1.93 [ 35/433] test_code passed 0:00:01 load avg: 1.93 [ 36/433] test_dict passed 0:00:01 load avg: 1.93 [ 37/433] test_code_module passed 0:00:01 load avg: 1.93 [ 38/433] test_codeccallbacks passed 0:00:01 load avg: 1.93 [ 39/433] test_asyncgen passed 0:00:01 load avg: 1.93 [ 40/433] test_codecencodings_hk passed 0:00:01 load avg: 1.93 [ 41/433] test_bufio passed 0:00:01 load avg: 1.93 [ 42/433] test_codecencodings_cn passed 0:00:01 load avg: 1.93 [ 43/433] test_codecencodings_kr passed 0:00:01 load avg: 1.93 [ 44/433] test_codecmaps_cn passed 0:00:01 load avg: 1.93 [ 45/433] test_codecencodings_iso2022 passed 0:00:01 load avg: 1.93 [ 46/433] test_codecmaps_hk passed 0:00:01 load avg: 1.93 [ 47/433] test_codecmaps_jp passed 0:00:01 load avg: 1.93 [ 48/433] test_codecencodings_tw passed 0:00:01 load avg: 1.93 [ 49/433] test_codeop passed 0:00:01 load avg: 1.93 [ 50/433] test_codecmaps_tw passed 0:00:01 load avg: 1.93 [ 51/433] test_codecmaps_kr passed 0:00:02 load avg: 1.93 [ 52/433] test_colorsys passed 0:00:02 load avg: 1.93 [ 53/433] test_compare passed 0:00:02 load avg: 1.93 [ 54/433] test__xxsubinterpreters passed 0:00:02 load avg: 1.93 [ 55/433] test_contains passed 0:00:02 load avg: 1.93 [ 56/433] test_codecencodings_jp passed 0:00:02 load avg: 1.93 [ 57/433] test_asynchat passed 0:00:02 load avg: 1.93 [ 58/433] test___all__ passed 0:00:02 load avg: 1.93 [ 59/433] test_array passed 0:00:02 load avg: 1.93 [ 60/433] test_contextlib passed 0:00:02 load avg: 1.93 [ 61/433] test_complex passed 0:00:02 load avg: 1.93 [ 62/433] test_asyncore passed 0:00:02 load avg: 1.93 [ 63/433] test_doctest passed 0:00:02 load avg: 1.93 [ 64/433] test_copy passed 0:00:02 load avg: 1.93 [ 65/433] test_copyreg passed 0:00:02 load avg: 1.93 [ 66/433] test_contextlib_async passed 0:00:02 load avg: 1.93 [ 67/433] test_crashers passed 0:00:02 load avg: 1.93 [ 68/433] test_curses skipped (resource denied) test_curses skipped -- Use of the 'curses' resource not enabled 0:00:02 load avg: 1.93 [ 69/433] test_c_locale_coercion passed 0:00:02 load avg: 1.93 [ 70/433] test_csv passed 0:00:02 load avg: 1.93 [ 71/433] test_collections passed 0:00:02 load avg: 1.93 [ 72/433] test_audit passed 0:00:02 load avg: 1.93 [ 73/433] test_configparser passed 0:00:02 load avg: 1.93 [ 74/433] test_dbm passed 0:00:03 load avg: 1.93 [ 75/433] test_dbm_ndbm passed 0:00:03 load avg: 1.93 [ 76/433] test_dbm_gnu passed 0:00:03 load avg: 1.93 [ 77/433] test_dbm_dumb passed 0:00:03 load avg: 1.93 [ 78/433] test_decorators passed 0:00:03 load avg: 1.93 [ 79/433] test_defaultdict passed 0:00:03 load avg: 1.93 [ 80/433] test_devpoll skipped test_devpoll skipped -- test works only on Solaris OS family 0:00:03 load avg: 1.93 [ 81/433] test_dict_version passed 0:00:03 load avg: 1.93 [ 82/433] test_dataclasses passed 0:00:03 load avg: 1.93 [ 83/433] test_descrtut passed 0:00:03 load avg: 1.93 [ 84/433] test_dictcomps passed 0:00:03 load avg: 1.93 [ 85/433] test_dictviews passed 0:00:03 load avg: 1.93 [ 86/433] test_argparse passed 0:00:03 load avg: 1.93 [ 87/433] test_coroutines passed 0:00:03 load avg: 1.93 [ 88/433] test_cprofile passed 0:00:03 load avg: 1.93 [ 89/433] test_dynamicclassattribute passed 0:00:03 load avg: 1.93 [ 90/433] test_codecs passed 0:00:03 load avg: 1.93 [ 91/433] test_dynamic passed 0:00:03 load avg: 1.93 [ 92/433] test_calendar passed 0:00:03 load avg: 1.93 [ 93/433] test_bytes passed 0:00:03 load avg: 1.93 [ 94/433] test_dtrace passed 0:00:04 load avg: 1.93 [ 95/433] test_ctypes passed 0:00:04 load avg: 1.93 [ 96/433] test_context passed 0:00:04 load avg: 1.93 [ 97/433] test_ensurepip passed 0:00:04 load avg: 1.93 [ 98/433] test_eof passed 0:00:04 load avg: 1.93 [ 99/433] test_crypt passed 0:00:04 load avg: 1.93 [100/433] test_epoll passed 0:00:04 load avg: 1.93 [101/433] test_enumerate passed 0:00:04 load avg: 1.93 [102/433] test_errno passed 0:00:04 load avg: 1.93 [103/433] test_difflib passed 0:00:04 load avg: 1.93 [104/433] test_exception_group passed 0:00:04 load avg: 1.93 [105/433] test_except_star passed 0:00:04 load avg: 1.93 [106/433] test_exception_hierarchy passed 0:00:04 load avg: 1.93 [107/433] test_exception_variations passed 0:00:04 load avg: 1.93 [108/433] test_extcall passed 0:00:04 load avg: 1.93 [109/433] test_dis passed 0:00:04 load avg: 4.26 [110/433] test_fcntl passed 0:00:04 load avg: 4.26 [111/433] test_filecmp passed 0:00:04 load avg: 4.26 [112/433] test_fileio passed 0:00:04 load avg: 4.26 [113/433] test_fileutils passed 0:00:04 load avg: 4.26 [114/433] test_file passed 0:00:04 load avg: 4.26 [115/433] test_descr passed 0:00:04 load avg: 4.26 [116/433] test_cmd_line passed 0:00:04 load avg: 4.26 [117/433] test_fileinput passed 0:00:04 load avg: 4.26 [118/433] test_flufl passed 0:00:05 load avg: 4.26 [119/433] test_fnmatch passed 0:00:05 load avg: 4.26 [120/433] test_format passed 0:00:05 load avg: 4.26 [121/433] test_float passed 0:00:05 load avg: 4.26 [122/433] test_frozen passed 0:00:05 load avg: 4.26 [123/433] test_fractions passed 0:00:05 load avg: 4.26 [124/433] test_funcattrs passed 0:00:05 load avg: 4.26 [125/433] test_support passed 0:00:05 load avg: 4.26 [126/433] test_cmd_line_script passed 0:00:05 load avg: 4.26 [127/433] test_frame passed 0:00:05 load avg: 4.26 [128/433] test_future3 passed 0:00:05 load avg: 4.26 [129/433] test_enum passed 0:00:05 load avg: 4.26 [130/433] test_future4 passed 0:00:05 load avg: 4.26 [131/433] test_exceptions passed 0:00:05 load avg: 4.26 [132/433] test_future passed 0:00:05 load avg: 4.26 [133/433] test_finalization passed 0:00:05 load avg: 4.26 [134/433] test_future5 passed 0:00:05 load avg: 4.26 [135/433] test_deque passed 0:00:05 load avg: 4.26 [136/433] test_generator_stop passed 0:00:05 load avg: 4.26 [137/433] test_gdb skipped test_gdb skipped -- test_gdb is not reliable on PGO builds 0:00:05 load avg: 4.26 [138/433] test_genericclass passed 0:00:05 load avg: 4.26 [139/433] test_genexps passed 0:00:05 load avg: 4.26 [140/433] test_genericpath passed 0:00:05 load avg: 4.26 [141/433] test_getopt passed 0:00:05 load avg: 4.26 [142/433] test_functools passed 0:00:05 load avg: 4.26 [143/433] test_genericalias passed 0:00:05 load avg: 4.26 [144/433] test_fstring passed 0:00:05 load avg: 4.26 [145/433] test_global passed 0:00:06 load avg: 4.26 [146/433] test_generators passed 0:00:06 load avg: 4.26 [147/433] test_getpath passed 0:00:06 load avg: 4.26 [148/433] test_gettext passed 0:00:06 load avg: 4.26 [149/433] test_getpass passed 0:00:06 load avg: 4.26 [150/433] test_grp passed 0:00:06 load avg: 4.26 [151/433] test_graphlib passed 0:00:06 load avg: 4.26 [152/433] test_ast passed 0:00:06 load avg: 4.26 [153/433] test_html passed 0:00:06 load avg: 4.26 [154/433] test_http_cookies passed 0:00:06 load avg: 4.26 [155/433] test_htmlparser passed 0:00:06 load avg: 4.26 [156/433] test_hmac passed 0:00:06 load avg: 4.26 [157/433] test_file_eintr passed 0:00:06 load avg: 4.26 [158/433] test_imghdr passed 0:00:06 load avg: 4.26 [159/433] test_glob passed 0:00:06 load avg: 4.26 [160/433] test_index passed 0:00:06 load avg: 4.26 [161/433] test_datetime passed 0:00:06 load avg: 4.26 [162/433] test_hash passed 0:00:06 load avg: 4.26 [163/433] test_gzip passed 0:00:06 load avg: 4.26 [164/433] test_imp passed 0:00:06 load avg: 4.26 [165/433] test_heapq passed 0:00:06 load avg: 4.26 [166/433] test_int_literal passed 0:00:07 load avg: 4.26 [167/433] test_ioctl skipped test_ioctl skipped -- Unable to open /dev/tty 0:00:07 load avg: 4.26 [168/433] test_unittest passed 0:00:07 load avg: 4.26 [169/433] test_http_cookiejar passed 0:00:07 load avg: 4.26 [170/433] test_isinstance passed 0:00:07 load avg: 4.26 [171/433] test_hashlib passed 0:00:07 load avg: 4.26 [172/433] test_bz2 passed 0:00:07 load avg: 4.26 [173/433] test_iter passed 0:00:07 load avg: 4.26 [174/433] test_iterlen passed 0:00:07 load avg: 4.26 [175/433] test_ipaddress passed 0:00:07 load avg: 4.26 [176/433] test_httplib passed 0:00:07 load avg: 4.26 [177/433] test_keyword passed 0:00:07 load avg: 4.26 [178/433] test_idle passed 0:00:07 load avg: 4.26 [179/433] test_int passed 0:00:07 load avg: 4.26 [180/433] test_keywordonlyarg passed 0:00:07 load avg: 4.26 [181/433] test_kqueue skipped test_kqueue skipped -- test works only on BSD 0:00:07 load avg: 4.26 [182/433] test_launcher skipped test_launcher skipped -- test only applies to Windows 0:00:07 load avg: 4.26 [183/433] test_linecache passed 0:00:07 load avg: 4.26 [184/433] test_listcomps passed 0:00:07 load avg: 4.26 [185/433] test_lltrace passed 0:00:07 load avg: 4.26 [186/433] test_locale passed 0:00:08 load avg: 4.26 [187/433] test_inspect passed 0:00:08 load avg: 4.26 [188/433] test_list passed 0:00:08 load avg: 4.26 [189/433] test_import passed 0:00:08 load avg: 4.26 [190/433] test_longexp passed 0:00:08 load avg: 4.26 [191/433] test_mailcap passed 0:00:08 load avg: 4.26 [192/433] test_docxmlrpc passed 0:00:08 load avg: 4.26 [193/433] test_metaclass passed 0:00:08 load avg: 4.26 [194/433] test_memoryio passed 0:00:08 load avg: 4.26 [195/433] test_mimetypes passed 0:00:08 load avg: 4.26 [196/433] test_gc passed 0:00:08 load avg: 4.26 [197/433] test_marshal passed 0:00:08 load avg: 4.26 [198/433] test_compile passed 0:00:08 load avg: 4.26 [199/433] test_memoryview passed 0:00:08 load avg: 4.26 [200/433] test_minidom passed 0:00:09 load avg: 4.26 [201/433] test_msilib skipped test_msilib skipped -- No module named '_msi' 0:00:09 load avg: 4.26 [202/433] test_module passed 0:00:09 load avg: 4.26 [203/433] test_mmap passed 0:00:09 load avg: 4.26 [204/433] test_decimal passed 0:00:09 load avg: 4.26 [205/433] test_modulefinder passed 0:00:09 load avg: 4.26 [206/433] test_httpservers passed 0:00:09 load avg: 4.26 [207/433] test_netrc passed 0:00:09 load avg: 4.26 [208/433] test_named_expressions passed 0:00:09 load avg: 4.26 [209/433] test_nis passed 0:00:09 load avg: 4.26 [210/433] test_mailbox passed 0:00:09 load avg: 6.16 [211/433] test_openpty passed 0:00:09 load avg: 6.16 [212/433] test_opcache passed 0:00:09 load avg: 6.16 [213/433] test_ntpath passed 0:00:10 load avg: 6.16 [214/433] test_numeric_tower passed 0:00:10 load avg: 6.16 [215/433] test_nntplib passed 0:00:10 load avg: 6.16 [216/433] test_fork1 passed 0:00:10 load avg: 6.16 [217/433] test_multibytecodec passed 0:00:10 load avg: 6.16 [218/433] test_email passed 0:00:10 load avg: 6.16 [219/433] test_embed passed 0:00:10 load avg: 6.16 [220/433] test_buffer passed 0:00:10 load avg: 6.16 [221/433] test_interpreters passed 0:00:10 load avg: 6.16 [222/433] test_operator passed 0:00:10 load avg: 6.16 [223/433] test_ossaudiodev skipped (resource denied) test_ossaudiodev skipped -- Use of the 'audio' resource not enabled 0:00:10 load avg: 6.16 [224/433] test_optparse passed 0:00:10 load avg: 6.16 [225/433] test_eintr passed test_flock (__main__.FNTLEINTRTest.test_flock) ... ok test_lockf (__main__.FNTLEINTRTest.test_lockf) ... ok test_read (__main__.OSEINTRTest.test_read) ... ok test_wait (__main__.OSEINTRTest.test_wait) ... ok test_wait3 (__main__.OSEINTRTest.test_wait3) ... ok test_wait4 (__main__.OSEINTRTest.test_wait4) ... ok test_waitpid (__main__.OSEINTRTest.test_waitpid) ... ok test_write (__main__.OSEINTRTest.test_write) ... ok test_devpoll (__main__.SelectEINTRTest.test_devpoll) ... skipped 'need select.devpoll' test_epoll (__main__.SelectEINTRTest.test_epoll) ... ok test_kqueue (__main__.SelectEINTRTest.test_kqueue) ... skipped 'need select.kqueue' test_poll (__main__.SelectEINTRTest.test_poll) ... ok test_select (__main__.SelectEINTRTest.test_select) ... ok test_sigtimedwait (__main__.SignalEINTRTest.test_sigtimedwait) ... ok test_sigwaitinfo (__main__.SignalEINTRTest.test_sigwaitinfo) ... ok test_accept (__main__.SocketEINTRTest.test_accept) ... ok test_open (__main__.SocketEINTRTest.test_open) ... ok test_os_open (__main__.SocketEINTRTest.test_os_open) ... ok test_recv (__main__.SocketEINTRTest.test_recv) ... ok test_recvmsg (__main__.SocketEINTRTest.test_recvmsg) ... ok test_send (__main__.SocketEINTRTest.test_send) ... ok test_sendall (__main__.SocketEINTRTest.test_sendall) ... ok test_sendmsg (__main__.SocketEINTRTest.test_sendmsg) ... ok test_sleep (__main__.TimeEINTRTest.test_sleep) ... ok ---------------------------------------------------------------------- Ran 24 tests in 6.494s OK (skipped=2) 0:00:10 load avg: 6.16 [226/433] test_json passed 0:00:10 load avg: 6.16 [227/433] test_osx_env passed 0:00:10 load avg: 6.16 [228/433] test_patma passed 0:00:10 load avg: 6.16 [229/433] test_pep646_syntax passed 0:00:10 load avg: 6.16 [230/433] test_picklebuffer passed 0:00:10 load avg: 6.16 [231/433] test_pipes passed 0:00:10 load avg: 6.16 [232/433] test_pkg passed 0:00:10 load avg: 6.16 [233/433] test_peg_generator passed 0:00:11 load avg: 6.16 [234/433] test_long passed 0:00:11 load avg: 6.16 [235/433] test_pkgutil passed 0:00:11 load avg: 6.16 [236/433] test_math passed 0:00:11 load avg: 6.16 [237/433] test_platform passed 0:00:11 load avg: 6.16 [238/433] test_popen passed 0:00:11 load avg: 6.16 [239/433] test_plistlib passed 0:00:11 load avg: 6.16 [240/433] test_positional_only_arg passed 0:00:11 load avg: 6.16 [241/433] test_ordered_dict passed 0:00:11 load avg: 6.16 [242/433] test_print passed 0:00:11 load avg: 6.16 [243/433] test_property passed 0:00:11 load avg: 6.16 [244/433] test_itertools passed 0:00:11 load avg: 6.16 [245/433] test_posixpath passed 0:00:11 load avg: 6.16 [246/433] test_pprint passed 0:00:11 load avg: 6.16 [247/433] test_importlib passed 0:00:11 load avg: 6.16 [248/433] test_pty passed hi there 0:00:11 load avg: 6.16 [249/433] test_pstats passed 0:00:12 load avg: 6.16 [250/433] test_profile passed 0:00:12 load avg: 6.16 [251/433] test_pwd passed 0:00:12 load avg: 6.16 [252/433] test_pulldom passed 0:00:12 load avg: 6.16 [253/433] test_pyexpat passed 0:00:12 load avg: 6.16 [254/433] test_peepholer passed 0:00:12 load avg: 6.16 [255/433] test_raise passed 0:00:12 load avg: 6.16 [256/433] test_quopri passed 0:00:12 load avg: 6.16 [257/433] test_pow passed 0:00:12 load avg: 6.16 [258/433] test_pathlib passed 0:00:12 load avg: 6.16 [259/433] test_py_compile passed 0:00:12 load avg: 6.16 [260/433] test_pickletools passed 0:00:12 load avg: 6.16 [261/433] test_reprlib passed 0:00:12 load avg: 6.16 [262/433] test_readline passed 0:00:13 load avg: 6.16 [263/433] test_resource passed 0:00:13 load avg: 6.16 [264/433] test_range passed 0:00:13 load avg: 6.16 [265/433] test_os passed 0:00:13 load avg: 6.16 [266/433] test_richcmp passed 0:00:13 load avg: 6.16 [267/433] test_repl passed 0:00:13 load avg: 6.16 [268/433] test_rlcompleter passed 0:00:13 load avg: 6.16 [269/433] test_robotparser passed 0:00:13 load avg: 6.16 [270/433] test_random passed 0:00:13 load avg: 6.16 [271/433] test_pdb passed 0:00:13 load avg: 6.16 [272/433] test_lzma passed 0:00:13 load avg: 6.16 [273/433] test_re passed 0:00:13 load avg: 6.16 [274/433] test_scope passed 0:00:13 load avg: 6.16 [275/433] test_pyclbr passed 0:00:13 load avg: 6.16 [276/433] test_secrets passed 0:00:13 load avg: 6.16 [277/433] test_setcomps passed 0:00:13 load avg: 6.16 [278/433] test_script_helper passed 0:00:14 load avg: 6.16 [279/433] test_shlex passed 0:00:14 load avg: 6.16 [280/433] test_sched passed 0:00:14 load avg: 6.16 [281/433] test_slice passed 0:00:14 load avg: 6.16 [282/433] test_smtpd passed 0:00:14 load avg: 6.16 [283/433] test_site passed 0:00:14 load avg: 7.83 [284/433] test_smtpnet skipped (resource denied) test_smtpnet skipped -- Use of the 'network' resource not enabled 0:00:14 load avg: 7.83 [285/433] test_sndhdr passed 0:00:14 load avg: 7.83 [286/433] test_shutil passed 0:00:14 load avg: 7.83 [287/433] test_socketserver skipped (resource denied) test_socketserver skipped -- Use of the 'network' resource not enabled 0:00:15 load avg: 7.83 [288/433] test_ftplib passed 0:00:15 load avg: 7.83 [289/433] test_runpy passed 0:00:15 load avg: 7.83 [290/433] test_sort passed 0:00:15 load avg: 7.83 [291/433] test_select passed 0:00:15 load avg: 7.83 [292/433] test_spwd passed 0:00:15 load avg: 7.83 [293/433] test_sax passed 0:00:15 load avg: 7.83 [294/433] test_startfile skipped test_startfile skipped -- object has no attribute 'startfile' 0:00:15 load avg: 7.83 [295/433] test_stable_abi_ctypes passed 0:00:15 load avg: 7.83 [296/433] test_stat passed 0:00:15 load avg: 7.83 [297/433] test_pydoc passed 0:00:15 load avg: 7.83 [298/433] test_string passed 0:00:16 load avg: 7.83 [299/433] test_strftime passed 0:00:16 load avg: 7.83 [300/433] test_smtplib passed 0:00:16 load avg: 7.83 [301/433] test_stringprep passed 0:00:16 load avg: 7.83 [302/433] test_strptime passed 0:00:16 load avg: 7.83 [303/433] test_string_literals passed 0:00:16 load avg: 7.83 [304/433] test_structseq passed 0:00:16 load avg: 7.83 [305/433] test_subclassinit passed 0:00:17 load avg: 7.83 [306/433] test_sunau passed 0:00:17 load avg: 7.83 [307/433] test_struct passed 0:00:17 load avg: 7.83 [308/433] test_strtod passed 0:00:17 load avg: 7.83 [309/433] test_super passed 0:00:17 load avg: 7.83 [310/433] test_sundry passed 0:00:17 load avg: 7.83 [311/433] test_symtable passed 0:00:17 load avg: 7.83 [312/433] test_sys_setprofile passed 0:00:17 load avg: 7.83 [313/433] test_syntax passed 0:00:18 load avg: 7.83 [314/433] test_sysconfig passed 0:00:18 load avg: 7.83 [315/433] test_largefile passed 0:00:18 load avg: 7.83 [316/433] test_set passed 0:00:18 load avg: 7.83 [317/433] test_poplib passed 0:00:18 load avg: 7.83 [318/433] test_syslog passed 0:00:18 load avg: 7.83 [319/433] test_shelve passed 0:00:18 load avg: 7.83 [320/433] test_sys passed 0:00:18 load avg: 7.83 [321/433] test_multiprocessing_main_handling passed 0:00:18 load avg: 7.83 [322/433] test_telnetlib passed 0:00:18 load avg: 7.83 [323/433] test_tcl passed 0:00:18 load avg: 7.83 [324/433] test_textwrap passed 0:00:18 load avg: 7.83 [325/433] test_tabnanny passed 0:00:19 load avg: 7.83 [326/433] test_threadedtempfile passed 0:00:19 load avg: 7.83 [327/433] test_posix passed 0:00:19 load avg: 7.83 [328/433] test_sqlite3 passed 0:00:19 load avg: 7.83 [329/433] test_sys_settrace passed 0:00:19 load avg: 7.83 [330/433] test_timeit passed 0:00:19 load avg: 7.83 [331/433] test_timeout passed 0:00:19 load avg: 7.83 [332/433] test_threading_local passed 0:00:19 load avg: 7.83 [333/433] test_thread passed 0:00:19 load avg: 9.04 [334/433] test_tix skipped (resource denied) test_tix skipped -- Use of the 'gui' resource not enabled 0:00:19 load avg: 9.04 [335/433] test_tk skipped (resource denied) test_tk skipped -- Use of the 'gui' resource not enabled 0:00:19 load avg: 9.04 [336/433] test_tomllib passed 0:00:20 load avg: 9.04 [337/433] test_tempfile passed 0:00:20 load avg: 9.04 [338/433] test_ttk_guionly skipped (resource denied) test_ttk_guionly skipped -- Use of the 'gui' resource not enabled 0:00:20 load avg: 9.04 [339/433] test_ttk_textonly passed 0:00:20 load avg: 9.04 [340/433] test_queue passed 0:00:20 load avg: 9.04 [341/433] test_tokenize passed 0:00:21 load avg: 9.04 [342/433] test_turtle passed 0:00:21 load avg: 9.04 [343/433] test_type_annotations passed 0:00:21 load avg: 9.04 [344/433] test_type_cache passed 0:00:21 load avg: 9.04 [345/433] test_type_comments passed 0:00:21 load avg: 9.04 [346/433] test_time passed 0:00:21 load avg: 9.04 [347/433] test_traceback passed 0:00:21 load avg: 9.04 [348/433] test_typechecks passed 0:00:21 load avg: 9.04 [349/433] test_unary passed 0:00:21 load avg: 9.04 [350/433] test_lib2to3 passed 0:00:21 load avg: 9.04 [351/433] test_ucn passed 0:00:22 load avg: 9.04 [352/433] test_unicode_file passed 0:00:22 load avg: 9.04 [353/433] test_poll passed 0:00:22 load avg: 9.04 [354/433] test_unicode_identifiers passed 0:00:22 load avg: 9.04 [355/433] test_typing passed 0:00:22 load avg: 9.04 [356/433] test_tuple passed 0:00:22 load avg: 9.04 [357/433] test_unicode_file_functions passed 0:00:22 load avg: 9.04 [358/433] test_univnewlines passed 0:00:22 load avg: 9.04 [359/433] test_unpack passed 0:00:22 load avg: 9.04 [360/433] test_unpack_ex passed 0:00:22 load avg: 9.04 [361/433] test_tracemalloc passed 0:00:22 load avg: 9.04 [362/433] test_urllib2net skipped (resource denied) test_urllib2net skipped -- Use of the 'network' resource not enabled 0:00:23 load avg: 9.04 [363/433] test_urllib2 passed 0:00:23 load avg: 9.04 [364/433] test_urllib_response passed 0:00:23 load avg: 9.04 [365/433] test_urllibnet skipped (resource denied) test_urllibnet skipped -- Use of the 'network' resource not enabled 0:00:23 load avg: 9.04 [366/433] test_pickle passed 0:00:23 load avg: 9.04 [367/433] test_userdict passed 0:00:23 load avg: 9.04 [368/433] test_unicode passed 0:00:23 load avg: 9.04 [369/433] test_userlist passed 0:00:23 load avg: 9.04 [370/433] test_cppext passed running build_ext building '_testcpp03ext' extension creating build creating build/temp.linux-aarch64-cpython-311 creating build/temp.linux-aarch64-cpython-311/builddir creating build/temp.linux-aarch64-cpython-311/builddir/build creating build/temp.linux-aarch64-cpython-311/builddir/build/BUILD creating build/temp.linux-aarch64-cpython-311/builddir/build/BUILD/Python-3.11.1 creating build/temp.linux-aarch64-cpython-311/builddir/build/BUILD/Python-3.11.1/Lib creating build/temp.linux-aarch64-cpython-311/builddir/build/BUILD/Python-3.11.1/Lib/test gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/builddir/build/BUILD/Python-3.11.1/build/optimized/build/test_python_3637816æ/test_python_worker_3638474æ/tempcwd/env/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Lib/test/_testcppext.cpp -o build/temp.linux-aarch64-cpython-311/builddir/build/BUILD/Python-3.11.1/Lib/test/_testcppext.o -Werror -std=c++03 creating build/lib.linux-aarch64-cpython-311 g++ -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g build/temp.linux-aarch64-cpython-311/builddir/build/BUILD/Python-3.11.1/Lib/test/_testcppext.o -L. -o build/lib.linux-aarch64-cpython-311/_testcpp03ext.cpython-311-aarch64-linux-gnu.so running install /builddir/build/BUILD/Python-3.11.1/build/optimized/build/test_python_3637816æ/test_python_worker_3638474æ/tempcwd/env/lib64/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( /builddir/build/BUILD/Python-3.11.1/build/optimized/build/test_python_3637816æ/test_python_worker_3638474æ/tempcwd/env/lib64/python3.11/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. warnings.warn( running bdist_egg running egg_info creating internal_testcpp11ext.egg-info writing internal_testcpp11ext.egg-info/PKG-INFO writing dependency_links to internal_testcpp11ext.egg-info/dependency_links.txt writing top-level names to internal_testcpp11ext.egg-info/top_level.txt writing manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt' reading manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt' writing manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt' installing library code to build/bdist.linux-aarch64/egg running install_lib running build_ext building '_testcpp11ext' extension gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/builddir/build/BUILD/Python-3.11.1/build/optimized/build/test_python_3637816æ/test_python_worker_3638474æ/tempcwd/env/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Lib/test/_testcppext.cpp -o build/temp.linux-aarch64-cpython-311/builddir/build/BUILD/Python-3.11.1/Lib/test/_testcppext.o -Werror -std=c++11 g++ -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g build/temp.linux-aarch64-cpython-311/builddir/build/BUILD/Python-3.11.1/Lib/test/_testcppext.o -L. -o build/lib.linux-aarch64-cpython-311/_testcpp11ext.cpython-311-aarch64-linux-gnu.so creating build/bdist.linux-aarch64 creating build/bdist.linux-aarch64/egg copying build/lib.linux-aarch64-cpython-311/_testcpp03ext.cpython-311-aarch64-linux-gnu.so -> build/bdist.linux-aarch64/egg copying build/lib.linux-aarch64-cpython-311/_testcpp11ext.cpython-311-aarch64-linux-gnu.so -> build/bdist.linux-aarch64/egg creating stub loader for _testcpp11ext.cpython-311-aarch64-linux-gnu.so byte-compiling build/bdist.linux-aarch64/egg/_testcpp11ext.py to _testcpp11ext.cpython-311.pyc creating build/bdist.linux-aarch64/egg/EGG-INFO copying internal_testcpp11ext.egg-info/PKG-INFO -> build/bdist.linux-aarch64/egg/EGG-INFO copying internal_testcpp11ext.egg-info/SOURCES.txt -> build/bdist.linux-aarch64/egg/EGG-INFO copying internal_testcpp11ext.egg-info/dependency_links.txt -> build/bdist.linux-aarch64/egg/EGG-INFO copying internal_testcpp11ext.egg-info/top_level.txt -> build/bdist.linux-aarch64/egg/EGG-INFO writing build/bdist.linux-aarch64/egg/EGG-INFO/native_libs.txt zip_safe flag not set; analyzing archive contents... __pycache__._testcpp11ext.cpython-311: module references __file__ creating dist creating 'dist/internal_testcpp11ext-0.0-py3.11-linux-aarch64.egg' and adding 'build/bdist.linux-aarch64/egg' to it removing 'build/bdist.linux-aarch64/egg' (and everything under it) Processing internal_testcpp11ext-0.0-py3.11-linux-aarch64.egg creating /builddir/build/BUILD/Python-3.11.1/build/optimized/build/test_python_3637816æ/test_python_worker_3638474æ/tempcwd/env/lib/python3.11/site-packages/internal_testcpp11ext-0.0-py3.11-linux-aarch64.egg Extracting internal_testcpp11ext-0.0-py3.11-linux-aarch64.egg to /builddir/build/BUILD/Python-3.11.1/build/optimized/build/test_python_3637816æ/test_python_worker_3638474æ/tempcwd/env/lib/python3.11/site-packages Adding internal-testcpp11ext 0.0 to easy-install.pth file Installed /builddir/build/BUILD/Python-3.11.1/build/optimized/build/test_python_3637816æ/test_python_worker_3638474æ/tempcwd/env/lib/python3.11/site-packages/internal_testcpp11ext-0.0-py3.11-linux-aarch64.egg Processing dependencies for internal-testcpp11ext==0.0 Finished processing dependencies for internal-testcpp11ext==0.0 running build_ext building '_testcpp11ext' extension creating build creating build/temp.linux-aarch64-cpython-311 creating build/temp.linux-aarch64-cpython-311/builddir creating build/temp.linux-aarch64-cpython-311/builddir/build creating build/temp.linux-aarch64-cpython-311/builddir/build/BUILD creating build/temp.linux-aarch64-cpython-311/builddir/build/BUILD/Python-3.11.1 creating build/temp.linux-aarch64-cpython-311/builddir/build/BUILD/Python-3.11.1/Lib creating build/temp.linux-aarch64-cpython-311/builddir/build/BUILD/Python-3.11.1/Lib/test gcc -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/builddir/build/BUILD/Python-3.11.1/build/optimized/build/test_python_3637816æ/test_python_worker_3638474æ/tempcwd/env/include -I/builddir/build/BUILD/Python-3.11.1/Include -I/builddir/build/BUILD/Python-3.11.1/build/optimized -c /builddir/build/BUILD/Python-3.11.1/Lib/test/_testcppext.cpp -o build/temp.linux-aarch64-cpython-311/builddir/build/BUILD/Python-3.11.1/Lib/test/_testcppext.o -Werror -std=c++11 creating build/lib.linux-aarch64-cpython-311 g++ -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g build/temp.linux-aarch64-cpython-311/builddir/build/BUILD/Python-3.11.1/Lib/test/_testcppext.o -L. -o build/lib.linux-aarch64-cpython-311/_testcpp11ext.cpython-311-aarch64-linux-gnu.so running install /builddir/build/BUILD/Python-3.11.1/build/optimized/build/test_python_3637816æ/test_python_worker_3638474æ/tempcwd/env/lib64/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( /builddir/build/BUILD/Python-3.11.1/build/optimized/build/test_python_3637816æ/test_python_worker_3638474æ/tempcwd/env/lib64/python3.11/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. warnings.warn( running bdist_egg running egg_info creating internal_testcpp11ext.egg-info writing internal_testcpp11ext.egg-info/PKG-INFO writing dependency_links to internal_testcpp11ext.egg-info/dependency_links.txt writing top-level names to internal_testcpp11ext.egg-info/top_level.txt writing manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt' reading manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt' writing manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt' installing library code to build/bdist.linux-aarch64/egg running install_lib running build_ext creating build/bdist.linux-aarch64 creating build/bdist.linux-aarch64/egg copying build/lib.linux-aarch64-cpython-311/_testcpp11ext.cpython-311-aarch64-linux-gnu.so -> build/bdist.linux-aarch64/egg creating stub loader for _testcpp11ext.cpython-311-aarch64-linux-gnu.so byte-compiling build/bdist.linux-aarch64/egg/_testcpp11ext.py to _testcpp11ext.cpython-311.pyc creating build/bdist.linux-aarch64/egg/EGG-INFO copying internal_testcpp11ext.egg-info/PKG-INFO -> build/bdist.linux-aarch64/egg/EGG-INFO copying internal_testcpp11ext.egg-info/SOURCES.txt -> build/bdist.linux-aarch64/egg/EGG-INFO copying internal_testcpp11ext.egg-info/dependency_links.txt -> build/bdist.linux-aarch64/egg/EGG-INFO copying internal_testcpp11ext.egg-info/top_level.txt -> build/bdist.linux-aarch64/egg/EGG-INFO writing build/bdist.linux-aarch64/egg/EGG-INFO/native_libs.txt zip_safe flag not set; analyzing archive contents... __pycache__._testcpp11ext.cpython-311: module references __file__ creating dist creating 'dist/internal_testcpp11ext-0.0-py3.11-linux-aarch64.egg' and adding 'build/bdist.linux-aarch64/egg' to it removing 'build/bdist.linux-aarch64/egg' (and everything under it) Processing internal_testcpp11ext-0.0-py3.11-linux-aarch64.egg creating /builddir/build/BUILD/Python-3.11.1/build/optimized/build/test_python_3637816æ/test_python_worker_3638474æ/tempcwd/env/lib/python3.11/site-packages/internal_testcpp11ext-0.0-py3.11-linux-aarch64.egg Extracting internal_testcpp11ext-0.0-py3.11-linux-aarch64.egg to /builddir/build/BUILD/Python-3.11.1/build/optimized/build/test_python_3637816æ/test_python_worker_3638474æ/tempcwd/env/lib/python3.11/site-packages Adding internal-testcpp11ext 0.0 to easy-install.pth file Installed /builddir/build/BUILD/Python-3.11.1/build/optimized/build/test_python_3637816æ/test_python_worker_3638474æ/tempcwd/env/lib/python3.11/site-packages/internal_testcpp11ext-0.0-py3.11-linux-aarch64.egg Processing dependencies for internal-testcpp11ext==0.0 Finished processing dependencies for internal-testcpp11ext==0.0 0:00:23 load avg: 9.04 [371/433] test_urlparse passed 0:00:23 load avg: 9.04 [372/433] test_uu passed 0:00:23 load avg: 9.04 [373/433] test_utf8source passed 0:00:23 load avg: 9.04 [374/433] test_unicodedata passed 0:00:24 load avg: 9.04 [375/433] test_threadsignals passed 0:00:24 load avg: 9.04 [376/433] test_uuid passed 0:00:24 load avg: 9.04 [377/433] test_wave passed 0:00:24 load avg: 9.04 [378/433] test_utf8_mode passed 0:00:24 load avg: 9.04 [379/433] test_unparse passed 0:00:24 load avg: 9.92 [380/433] test_weakset passed 0:00:24 load avg: 9.92 [381/433] test_winconsoleio skipped test_winconsoleio skipped -- test only relevant on win32 0:00:24 load avg: 9.92 [382/433] test_webbrowser passed 0:00:24 load avg: 9.92 [383/433] test_winreg skipped test_winreg skipped -- No module named 'winreg' 0:00:24 load avg: 9.92 [384/433] test_warnings passed 0:00:25 load avg: 9.92 [385/433] test_winsound skipped (resource denied) test_winsound skipped -- Use of the 'audio' resource not enabled 0:00:25 load avg: 9.92 [386/433] test_userstring passed 0:00:25 load avg: 9.92 [387/433] test_urllib2_localnet passed 0:00:25 load avg: 9.92 [388/433] test_urllib passed 0:00:25 load avg: 9.92 [389/433] test_with passed 0:00:25 load avg: 9.92 [390/433] test_xdrlib passed 0:00:25 load avg: 9.92 [391/433] test_trace passed 0:00:25 load avg: 9.92 [392/433] test_xml_dom_minicompat passed 0:00:25 load avg: 9.92 [393/433] test_wsgiref passed 0:00:25 load avg: 9.92 [394/433] test_xxlimited passed 0:00:25 load avg: 9.92 [395/433] test_xmlrpc_net skipped (resource denied) test_xmlrpc_net skipped -- Use of the 'network' resource not enabled 0:00:25 load avg: 9.92 [396/433] test_compileall passed 0:00:25 load avg: 9.92 [397/433] test_xxtestfuzz passed 0:00:25 load avg: 9.92 [398/433] test_yield_from passed 0:00:25 load avg: 9.92 [399/433] test_zipfile64 skipped (resource denied) test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run 0:00:25 load avg: 9.92 [400/433] test_zipapp passed 0:00:25 load avg: 9.92 [401/433] test_xml_etree passed 0:00:26 load avg: 9.92 [402/433] test_zipimport passed 0:00:26 load avg: 9.92 [403/433] test_xml_etree_c passed 0:00:26 load avg: 9.92 [404/433] test_tarfile passed 0:00:26 load avg: 9.92 [405/433] test_ssl passed 0:00:26 load avg: 9.92 [406/433] test_zoneinfo passed 0:00:26 load avg: 9.92 [407/433] test_zipimport_support passed 0:00:26 load avg: 9.92 [408/433] test_statistics passed 0:00:26 load avg: 9.92 [409/433] test_zlib passed 0:00:27 load avg: 9.92 [410/433] test_tools passed 0:00:27 load avg: 9.92 [411/433] test_source_encoding passed 0:00:29 load avg: 9.92 [412/433] test_wait4 passed 0:00:29 load avg: 9.92 [413/433] test_wait3 passed 0:00:29 load avg: 9.92 [414/433] test_capi passed 0:00:30 load avg: 10.17 [415/433] test_regrtest passed -- running: test_asyncio (30.9 sec) 0:00:31 load avg: 10.17 [416/433] test_threading passed -- running: test_asyncio (31.2 sec) 0:00:31 load avg: 10.17 [417/433] test_logging passed -- running: test_asyncio (31.5 sec) 0:00:35 load avg: 9.91 [418/433] test_selectors passed -- running: test_concurrent_futures (33.2 sec), test_faulthandler (30.8 sec), test_asyncio (35.0 sec) 0:00:36 load avg: 9.91 [419/433] test_zipfile passed -- running: test_concurrent_futures (34.2 sec), test_faulthandler (31.8 sec), test_asyncio (36.0 sec) 0:00:36 load avg: 9.91 [420/433] test_weakref passed -- running: test_concurrent_futures (34.9 sec), test_faulthandler (32.5 sec), test_imaplib (30.5 sec), test_asyncio (36.7 sec) 0:00:38 load avg: 9.91 [421/433] test_faulthandler passed (34.4 sec) -- running: test_concurrent_futures (37.0 sec), test_io (32.1 sec), test_imaplib (32.6 sec), test_asyncio (38.8 sec) 0:00:39 load avg: 9.91 [422/433] test_imaplib passed (32.6 sec) -- running: test_concurrent_futures (37.2 sec), test_io (32.2 sec), test_multiprocessing_forkserver (30.1 sec), test_multiprocessing_fork (30.1 sec), test_asyncio (39.0 sec) 0:00:42 load avg: 9.44 [423/433] test_socket passed -- running: test_concurrent_futures (40.5 sec), test_io (35.6 sec), test_multiprocessing_spawn (33.2 sec), test_multiprocessing_forkserver (33.4 sec), test_multiprocessing_fork (33.4 sec), test_asyncio (42.3 sec) 0:00:43 load avg: 9.44 [424/433] test_venv passed -- running: test_concurrent_futures (42.0 sec), test_io (37.1 sec), test_multiprocessing_spawn (34.7 sec), test_multiprocessing_forkserver (34.9 sec), test_multiprocessing_fork (34.9 sec), test_asyncio (43.8 sec) Could not find platform dependent libraries 0:00:47 load avg: 8.92 [425/433] test_io passed (40.8 sec) -- running: test_concurrent_futures (45.9 sec), test_signal (33.9 sec), test_multiprocessing_spawn (38.6 sec), test_multiprocessing_forkserver (38.8 sec), test_multiprocessing_fork (38.8 sec), test_asyncio (47.7 sec), test_subprocess (31.1 sec) 0:00:53 load avg: 8.53 [426/433] test_xmlrpc passed -- running: test_concurrent_futures (51.3 sec), test_signal (39.2 sec), test_multiprocessing_spawn (43.9 sec), test_multiprocessing_forkserver (44.2 sec), test_multiprocessing_fork (44.2 sec), test_asyncio (53.1 sec), test_subprocess (36.5 sec) 0:01:04 load avg: 7.93 [427/433] test_subprocess passed (47.8 sec) -- running: test_concurrent_futures (1 min 2 sec), test_signal (50.7 sec), test_multiprocessing_spawn (55.4 sec), test_multiprocessing_forkserver (55.7 sec), test_multiprocessing_fork (55.7 sec), test_asyncio (1 min 4 sec) 0:01:16 load avg: 6.68 [428/433] test_multiprocessing_fork passed (1 min 7 sec) -- running: test_concurrent_futures (1 min 14 sec), test_signal (1 min 2 sec), test_multiprocessing_spawn (1 min 7 sec), test_multiprocessing_forkserver (1 min 7 sec), test_asyncio (1 min 16 sec) Traceback (most recent call last): File "/builddir/build/BUILD/Python-3.11.1/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) KeyError: '/psm_a15754cc' 0:01:16 load avg: 6.68 [429/433] test_signal passed (1 min 2 sec) -- running: test_concurrent_futures (1 min 14 sec), test_multiprocessing_spawn (1 min 7 sec), test_multiprocessing_forkserver (1 min 7 sec), test_asyncio (1 min 16 sec) 0:01:24 load avg: 6.15 [430/433] test_multiprocessing_forkserver passed (1 min 15 sec) -- running: test_concurrent_futures (1 min 22 sec), test_multiprocessing_spawn (1 min 14 sec), test_asyncio (1 min 24 sec) Traceback (most recent call last): File "/builddir/build/BUILD/Python-3.11.1/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) KeyError: '/psm_5be94df1' 0:01:37 load avg: 5.60 [431/433] test_asyncio passed (1 min 37 sec) -- running: test_concurrent_futures (1 min 36 sec), test_multiprocessing_spawn (1 min 28 sec) 0:02:01 load avg: 3.75 [432/433] test_multiprocessing_spawn passed (1 min 51 sec) -- running: test_concurrent_futures (1 min 59 sec) Traceback (most recent call last): File "/builddir/build/BUILD/Python-3.11.1/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) KeyError: '/psm_a9c346bb' 0:02:31 load avg: 2.39 running: test_concurrent_futures (2 min 29 sec) 0:02:44 load avg: 2.02 [433/433] test_concurrent_futures passed (2 min 42 sec) == Tests result: SUCCESS == 412 tests OK. 10 slowest tests: - test_concurrent_futures: 2 min 42 sec - test_multiprocessing_spawn: 1 min 51 sec - test_asyncio: 1 min 37 sec - test_multiprocessing_forkserver: 1 min 15 sec - test_multiprocessing_fork: 1 min 7 sec - test_signal: 1 min 2 sec - test_subprocess: 47.8 sec - test_io: 40.8 sec - test_faulthandler: 34.4 sec - test_imaplib: 32.6 sec 21 tests skipped: test_curses test_devpoll test_gdb test_ioctl test_kqueue test_launcher test_msilib test_ossaudiodev test_smtpnet test_socketserver test_startfile test_tix test_tk test_ttk_guionly test_urllib2net test_urllibnet test_winconsoleio test_winreg test_winsound test_xmlrpc_net test_zipfile64 Total duration: 2 min 44 sec Tests result: SUCCESS + echo FINISHED: CHECKING OF PYTHON FOR CONFIGURATION: optimized FINISHED: CHECKING OF PYTHON FOR CONFIGURATION: optimized + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python3.11-3.11.1-1.el9.aarch64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.o4tnfe + umask 022 + cd /builddir/build/BUILD + cd Python-3.11.1 + DOCDIR=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/share/doc/python3.11 + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/share/doc/python3.11 + cp -pr README.rst /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/share/doc/python3.11 + RPM_EC=0 ++ jobs -p + exit 0 warning: File listed twice: /usr/bin/python3.11 warning: File listed twice: /usr/lib/.build-id/91/253a530a3541b7148362023d5a6261e9280e65 Provides: python(abi) = 3.11 python(abi) = 3.11 python3.11 = 3.11.1-1.el9 python3.11(aarch-64) = 3.11.1-1.el9 python311 = 3.11.1-1.el9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.34)(64bit) libpython3.11.so.1.0()(64bit) rtld(GNU_HASH) Processing files: python3.11-libs-3.11.1-1.el9.aarch64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.SVTPyE + umask 022 + cd /builddir/build/BUILD + cd Python-3.11.1 + DOCDIR=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/share/doc/python3.11-libs + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/share/doc/python3.11-libs + cp -pr README.rst /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/share/doc/python3.11-libs + RPM_EC=0 ++ jobs -p + exit 0 Provides: bundled(python3.11dist(pip)) = 22.3.1 bundled(python3.11dist(setuptools)) = 65.5.0 libpython3.11.so.1.0()(64bit) python3.11-libs = 3.11.1-1.el9 python3.11-libs(aarch-64) = 3.11.1-1.el9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/sh ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libbz2.so.1()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.25)(64bit) libc.so.6(GLIBC_2.26)(64bit) libc.so.6(GLIBC_2.27)(64bit) libc.so.6(GLIBC_2.28)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) libcrypt.so.2()(64bit) libcrypt.so.2(XCRYPT_2.0)(64bit) libcrypto.so.3()(64bit) libcrypto.so.3(OPENSSL_3.0.0)(64bit) libexpat.so.1()(64bit) libffi.so.8()(64bit) libffi.so.8(LIBFFI_BASE_8.0)(64bit) libffi.so.8(LIBFFI_CLOSURE_8.0)(64bit) libgdbm.so.6()(64bit) libgdbm_compat.so.4()(64bit) liblzma.so.5()(64bit) liblzma.so.5(XZ_5.0)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.17)(64bit) libm.so.6(GLIBC_2.29)(64bit) libmpdec.so.3()(64bit) libncursesw.so.6()(64bit) libnsl.so.3()(64bit) libnsl.so.3(LIBNSL_2.0)(64bit) libpanelw.so.6()(64bit) libreadline.so.8()(64bit) libsqlite3.so.0()(64bit) libssl.so.3()(64bit) libssl.so.3(OPENSSL_3.0.0)(64bit) libtinfo.so.6()(64bit) libtirpc.so.3()(64bit) libtirpc.so.3(TIRPC_0.3.0)(64bit) libuuid.so.1()(64bit) libuuid.so.1(UUID_2.20)(64bit) libz.so.1()(64bit) libz.so.1(ZLIB_1.2.0)(64bit) rtld(GNU_HASH) Recommends: (python3.11-tkinter(aarch-64) = 3.11.1-1.el9 if tk(aarch-64)) python3.11(aarch-64) = 3.11.1-1.el9 Processing files: python3.11-devel-3.11.1-1.el9.aarch64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.b7qFNM + umask 022 + cd /builddir/build/BUILD + cd Python-3.11.1 + DOCDIR=/builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/share/doc/python3.11-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/share/doc/python3.11-devel + cp -pr Misc/README.valgrind /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/share/doc/python3.11-devel + cp -pr Misc/valgrind-python.supp /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/share/doc/python3.11-devel + cp -pr Misc/gdbinit /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64/usr/share/doc/python3.11-devel + RPM_EC=0 ++ jobs -p + exit 0 warning: File listed twice: /usr/bin/python3.11-config warning: File listed twice: /usr/lib64/pkgconfig/python-3.11-embed.pc warning: File listed twice: /usr/lib64/pkgconfig/python-3.11.pc Provides: pkgconfig(python-3.11) = 3.11 pkgconfig(python-3.11-embed) = 3.11 python3.11-2to3 = 3.11.1-1.el9 python3.11-devel = 3.11.1-1.el9 python3.11-devel(aarch-64) = 3.11.1-1.el9 python3.11-rpm-macros = 3.11.1-1.el9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config /usr/bin/sh libpython3.11.so.1.0()(64bit) Conflicts: python3.11 < 3.11.1-1.el9 Supplements: tox Processing files: python3.11-idle-3.11.1-1.el9.aarch64 Provides: python3.11-idle = 3.11.1-1.el9 python3.11-idle(aarch-64) = 3.11.1-1.el9 python3.11-tools = 3.11.1-1.el9 python3.11-tools(aarch-64) = 3.11.1-1.el9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3.11-tkinter-3.11.1-1.el9.aarch64 Provides: python3.11-tkinter = 3.11.1-1.el9 python3.11-tkinter(aarch-64) = 3.11.1-1.el9 python3.11-turtle = 3.11.1-1.el9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libtcl8.6.so()(64bit) libtk8.6.so()(64bit) rtld(GNU_HASH) Processing files: python3.11-test-3.11.1-1.el9.aarch64 Provides: python3.11-test = 3.11.1-1.el9 python3.11-test(aarch-64) = 3.11.1-1.el9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/bash ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.17)(64bit) rtld(GNU_HASH) Processing files: python3.11-debug-3.11.1-1.el9.aarch64 warning: File listed twice: /usr/lib/.build-id/b2/209759c676fb49909fd6287c2f2adf43fba3d9 warning: File listed twice: /usr/lib64/libpython3.11d.so.1.0 Provides: libpython3.11d.so.1.0()(64bit) pkgconfig(python-3.11d) = 3.11 pkgconfig(python-3.11d-embed) = 3.11 python3.11-debug = 3.11.1-1.el9 python3.11-debug(aarch-64) = 3.11.1-1.el9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config /usr/bin/sh ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libbz2.so.1()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.25)(64bit) libc.so.6(GLIBC_2.26)(64bit) libc.so.6(GLIBC_2.27)(64bit) libc.so.6(GLIBC_2.28)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) libcrypt.so.2()(64bit) libcrypt.so.2(XCRYPT_2.0)(64bit) libcrypto.so.3()(64bit) libcrypto.so.3(OPENSSL_3.0.0)(64bit) libexpat.so.1()(64bit) libffi.so.8()(64bit) libffi.so.8(LIBFFI_BASE_8.0)(64bit) libffi.so.8(LIBFFI_CLOSURE_8.0)(64bit) libgdbm.so.6()(64bit) libgdbm_compat.so.4()(64bit) liblzma.so.5()(64bit) liblzma.so.5(XZ_5.0)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.17)(64bit) libm.so.6(GLIBC_2.29)(64bit) libmpdec.so.3()(64bit) libncursesw.so.6()(64bit) libnsl.so.3()(64bit) libnsl.so.3(LIBNSL_2.0)(64bit) libpanelw.so.6()(64bit) libpython3.11d.so.1.0()(64bit) libreadline.so.8()(64bit) libsqlite3.so.0()(64bit) libssl.so.3()(64bit) libssl.so.3(OPENSSL_3.0.0)(64bit) libtcl8.6.so()(64bit) libtinfo.so.6()(64bit) libtirpc.so.3()(64bit) libtirpc.so.3(TIRPC_0.3.0)(64bit) libtk8.6.so()(64bit) libuuid.so.1()(64bit) libuuid.so.1(UUID_2.20)(64bit) libz.so.1()(64bit) libz.so.1(ZLIB_1.2.0)(64bit) rtld(GNU_HASH) Processing files: python3.11-debuginfo-3.11.1-1.el9.aarch64 Provides: debuginfo(build-id) = 01dc1dd28e05eb76e1328de7df5d4c240a0f7940 debuginfo(build-id) = 0304edcea0250ca2481896aa301392ed7a7709c0 debuginfo(build-id) = 03fe0bdd2dcb75f67588c3eb6bf33c07c6943a40 debuginfo(build-id) = 044647d29f26a6773f82dc0b3c9d06123a34ead4 debuginfo(build-id) = 04c69175220c68541dc9a1ee58cb927011e2be96 debuginfo(build-id) = 057e8a8a412cbd27b94cb1851ea0d81084d6f71f debuginfo(build-id) = 0c2e6b8881d852a1388f32b33811c988dbc9ef72 debuginfo(build-id) = 0dd0a1521e2f046f6ad44780b531f877413d5b19 debuginfo(build-id) = 0dfc350a975744c4abbc7827b39d7ea7a00d41ce debuginfo(build-id) = 123bab918b9263c3989a6034355b8eda13b155f3 debuginfo(build-id) = 12793424269b0fbadf8d8d06bb64d33b9016daf1 debuginfo(build-id) = 130dbed0612426cffee71a525f0dd1c97d9dd9ee debuginfo(build-id) = 13c8806903859651b68af84586de6d1625fcc4ef debuginfo(build-id) = 14412c693078cce3b39a8f0b591d5b073ab72a2d debuginfo(build-id) = 164e70443ac43d763f7a72470f689c92bdee140e debuginfo(build-id) = 1735bb5535c3bd1a83b539c4227faba169256b5d debuginfo(build-id) = 1ad5a8068a64e0a7b3ecf8cca8bb3ffd2d964c19 debuginfo(build-id) = 1ad7b079db561336ae0052794f3563822edd7175 debuginfo(build-id) = 1c90d2acc7123d301e5732c579b824154b5ca722 debuginfo(build-id) = 1f9f117f00b4197b700781f4d0219e41126f4cac debuginfo(build-id) = 1fb50cd8f479979b403ecae2f7f5f02a5e0922e9 debuginfo(build-id) = 1fcabfaa2f896e1e205a143e98bc1b0febfbea05 debuginfo(build-id) = 1fce1bc28c6e334919071179474d093a7f8ca8ac debuginfo(build-id) = 21d3451fae97e0a78cbfd6483110c384b7c8d38a debuginfo(build-id) = 22058871cbafcccb78bb7b38977ebcfc6df9c73c debuginfo(build-id) = 225608a663a2609f8e447c7687143f37a835bd91 debuginfo(build-id) = 243e1d89d401d93ce6fa66013b99e68ed9bfd5fc debuginfo(build-id) = 259c771da3fd7efac31023c99722b6595e4a5b0e debuginfo(build-id) = 28b7d13a4440c59ee07c4a8ef4a88e6d55e6f0bb debuginfo(build-id) = 2aa7e568c762efef265496a6a785b76c48f86726 debuginfo(build-id) = 2ce094479e065695e23a69aef4a2996641a3112a debuginfo(build-id) = 2d2df502b198199277f79bd73e2c1965ea168ba1 debuginfo(build-id) = 2f02d5a2de1550c8d263225c937d4d6a422fba34 debuginfo(build-id) = 301f3cb7f7314d02a9f123d33c741c1177857dae debuginfo(build-id) = 3038c8296543614be893835933fb493daa5e036a debuginfo(build-id) = 307f177b83c9a1e699b6d2895156635ddc9acd09 debuginfo(build-id) = 367e8a09a0b78f988b1d56d20ea09926e43519d0 debuginfo(build-id) = 38f2782565c48aacb090180b23e32de75d44aec8 debuginfo(build-id) = 39e33afc2e3db37289493f2b7237491c7cd79cca debuginfo(build-id) = 3fd1c9d3232b118e5adf88daa07aa69c7e4d05c4 debuginfo(build-id) = 413ee49dd477f52bbbf2043756070a5e41e8835f debuginfo(build-id) = 41e585e9b4656125857127c3f3716ea4a476cd52 debuginfo(build-id) = 48b0c38b2774a082187a197dd6ec0f6c87342a20 debuginfo(build-id) = 48ca67cb60758e7430a8f6b6ad55d69260cf14e1 debuginfo(build-id) = 49f874581d4bae010c42c726301c284e690f5bbc debuginfo(build-id) = 4d05d4048bbe31a2801f40e7d75bdd230c2dd47a debuginfo(build-id) = 50a2a3e047fbb907194db2c9c56bd4bdfe6d62dc debuginfo(build-id) = 5790f77f0729870223c0eb0b663847521c7da939 debuginfo(build-id) = 57fa2e822a0523bbee2cef3fba1c4a12cdf74b4c debuginfo(build-id) = 5a7029930c513ef8e5fc57f04fcfe78b31a69400 debuginfo(build-id) = 5f74685294519ca26d9966e43b91cdfc9576e980 debuginfo(build-id) = 61f9e584f98307754e7081c10d71338889e0c5f8 debuginfo(build-id) = 64193e3d4155e36376151731fafcf20907ebd841 debuginfo(build-id) = 648ee71bcda777bf40cf15c308572b6fe4594493 debuginfo(build-id) = 688d4d307929162e69e51d54804602f0d67957b6 debuginfo(build-id) = 69d1409efdc8c4b1eeed73eb536b712254ed9247 debuginfo(build-id) = 6c92ae050b8245479a10e683f15c3d5b45fe4bac debuginfo(build-id) = 7182e5368d88d6e44a3cb4397816a0e22d068636 debuginfo(build-id) = 71b980d4b6ba4c29743416093cd20359e4062312 debuginfo(build-id) = 7332cd3db2bfcf524e80b5f248d3a8223fd402bb debuginfo(build-id) = 73ca344bf9154e3d3dc4fcffa0562fdda3166191 debuginfo(build-id) = 753f4fa6571618028062156f876e19a4bc0cb8ec debuginfo(build-id) = 75e42117487804076651eae34237fb9415990350 debuginfo(build-id) = 817207f6c2fae535a2dc0b6ad357027a614abeae debuginfo(build-id) = 82b8714e1868dd48fffe2d29f133335ad7d64130 debuginfo(build-id) = 82faf304c1dce5b7c1e81bbe99d22c9c042abd2a debuginfo(build-id) = 833967f9e32142ff1a1da498093f5b9ee9e9db98 debuginfo(build-id) = 8567c30ec81021e88ac0c0a00946b59933ab54e8 debuginfo(build-id) = 8601ab8c70d039ffedb6662df231125c7c156238 debuginfo(build-id) = 88c50a226702b1ecf8a5b738dc6e50c3208c6671 debuginfo(build-id) = 89197227c3379980961e0ac523b694fc38e7886a debuginfo(build-id) = 892efaa6f2cdb6d1f8389827d6f5cb5e5ce62b4c debuginfo(build-id) = 8fbbbe0160876db926d093974c04942c45edb36b debuginfo(build-id) = 902317fe9c44d5c05af5f7db30d88ebcd2f52574 debuginfo(build-id) = 906d120f33c84442aa1f634132f5b672ebf6104f debuginfo(build-id) = 91253a530a3541b7148362023d5a6261e9280e65 debuginfo(build-id) = 915207d85b01bd8994c79ec224badf0e13ca6855 debuginfo(build-id) = 91a0d05fcffeb6161d1e91676212b240b63e1bb8 debuginfo(build-id) = 9350f3bbeb454dec447e3219bd95a0e79401d414 debuginfo(build-id) = 951293ce611c1e563d82cdb5506db0b391905e0e debuginfo(build-id) = 9602f0ac54cf4a356e3815af814953810d743cdc debuginfo(build-id) = 9639a20adba95f0ae543cc947d541407c60f8e85 debuginfo(build-id) = 969f3a9b6d867dfec67c7968d76cc8f913263da9 debuginfo(build-id) = 96b45bf3325a94e79fe60ea3aad753e56d7197dc debuginfo(build-id) = 97ff1aabc7486ba2d167bd0f69e1b21618f8e147 debuginfo(build-id) = 98827ce07ab07e85f16bdab728845a2cdca43aa5 debuginfo(build-id) = 9b300ce138211c26f9d7a2109d4842a960406912 debuginfo(build-id) = 9cb5b0749ec164159bae0e8c66d7275eba335528 debuginfo(build-id) = 9cf8b5f79128cd31b43bf6cf0b2061e99ee83f8e debuginfo(build-id) = 9e8fe7ed36b201addfbd4cde8c4b38be93a75818 debuginfo(build-id) = a05d75db8b6a4c3c6232ce54236d5c67b817c3c5 debuginfo(build-id) = a434e42690049d3c60c48f65243443ac87a5c3f0 debuginfo(build-id) = a45af98d63e6e528047d4e25573d3bcefe7a8d13 debuginfo(build-id) = a4b61fdff4e59344ed10b4f84704131725542fe1 debuginfo(build-id) = a6808614368578ed535654b2db168de702cc8633 debuginfo(build-id) = a73ddc59cc0f0361fc8c736165bdbe6936abf61f debuginfo(build-id) = a77c9a5a6d8023cd2b1e2959abd23bcb446372ad debuginfo(build-id) = ab73b15711ab03c88ca7517ade03406a9d5bac57 debuginfo(build-id) = acbb519c4c7945962c546911176270d873e835fe debuginfo(build-id) = ad2d380fb33255bee5b69294c5752a1916648d23 debuginfo(build-id) = ad4bad26ccecdb0e1130d7d9d930d55c08e1f33a debuginfo(build-id) = ad5c1a95093b8dd7e862770daf503fce3bf1bb25 debuginfo(build-id) = aee505a5d8455b1cffc1b4b62835ef4a57f049c1 debuginfo(build-id) = b06a4bb0398a4005766cf12c2fbb805c0cd3776f debuginfo(build-id) = b1820e588bd9585b33964e7f88141097be5dc046 debuginfo(build-id) = b1ced6ce45c74ed211344f7d31bf64416640f428 debuginfo(build-id) = b1f79b95c333297cc699c40ee19eebe1041f4304 debuginfo(build-id) = b213e4f0af0101e7014f30babf1006027845bfc4 debuginfo(build-id) = b2209759c676fb49909fd6287c2f2adf43fba3d9 debuginfo(build-id) = b22e7202251a12606b44800f6c0a63d986c17cd0 debuginfo(build-id) = b3168aebf7638ca81cecc7eca7e73e51611f936d debuginfo(build-id) = b3b5a381fca1ab94ae6aab7c8f81b63fd6d5fa8e debuginfo(build-id) = b7c857c42b21aa1fbfaf35c636447d794670421d debuginfo(build-id) = b7f090ccbe11945f0f331caca0f4af7ad684dbdd debuginfo(build-id) = b911edf41bde003d3b243c1cb37b0994fb296117 debuginfo(build-id) = ba3ff08ea663ebff49dc274f847e2efd78cec737 debuginfo(build-id) = bb88b15d4b923d3ac975aa8b746826d2ae88bf92 debuginfo(build-id) = bba38aa2cd278bbd4f6378b5d01ba8675b89f570 debuginfo(build-id) = bdb48a1db6636fcbffab1f29a150f514fe133232 debuginfo(build-id) = be6616c9d11de336ab88e412147fb3a1d86e4962 debuginfo(build-id) = bfe7792703d0e0ae8ff17bfc67ee162219f2a205 debuginfo(build-id) = c09cd271c526220d7d34a4fcfeba1501606c97a0 debuginfo(build-id) = c2922fe7965ecaeccdf644454ba82bf009e50616 debuginfo(build-id) = c33b58ee5bd6f248e37b5ff246817eaf093f7fcf debuginfo(build-id) = c7b3644a271410f3d687d76a184be6ef034bb30d debuginfo(build-id) = c9518457e711e084c65dc96fb86172d5a35ca066 debuginfo(build-id) = c9661e727d0e5278fc102f8b845965e9ff03416b debuginfo(build-id) = cbf91047a81dd189977eb6fb15ed3ed2c13361c3 debuginfo(build-id) = ce56bb6600cb57deaf076ed3ac3aaed44f590dcb debuginfo(build-id) = d0ac406d8635534d605d24af0e963920d570a92d debuginfo(build-id) = d106f48e57c4bc7cc82d834b938a6a7dbdd6994d debuginfo(build-id) = d2108bb073adf58491649cb9f71980ade94bd0e3 debuginfo(build-id) = d3f7154dfc5e8c669e4d87cf7e8809888a9ef68c debuginfo(build-id) = d52d0d729d0f1c3741d1a7861aba47e4d0e92e21 debuginfo(build-id) = d673579fbf0d236e7017a4f9a4b570ee4a17db7b debuginfo(build-id) = d81a892c302601ce75a713170d600ffebd2d1421 debuginfo(build-id) = d9b952489e1abace06e1ffdf0f03788e0f1ccdc4 debuginfo(build-id) = dac399c7bb2cdf20f2a763aa3fd139fceb61bcad debuginfo(build-id) = de0e35ee6a56d7b07a1a53e8e17ce05cdcb08ccc debuginfo(build-id) = e1b168e9f0df062e6b794ff6e1c062f92fb34132 debuginfo(build-id) = e25ca3b727d81f43e5d4e673e49ba77d2ddd83c5 debuginfo(build-id) = e29a81941d506ca42f9c89105fb2347351149840 debuginfo(build-id) = e2de8d1fd11b13b4facca799ac7910c7883a7e9c debuginfo(build-id) = e419808f7ca73957cf49d8307976f1b5a57239ac debuginfo(build-id) = e6e57a412c09604eca0caafc277e194c5e8ebc12 debuginfo(build-id) = eab937a6b835d251ae550944df9abff986b451ee debuginfo(build-id) = eb0199ddf57fe3ef39d2492afc995ad165f99929 debuginfo(build-id) = eba50f07d6a6e70f943c76e0442ccf3bd3fe4398 debuginfo(build-id) = ec94476102e549dd5be2d6dcd33b92ece382df3f debuginfo(build-id) = edf4ed8335f428b596461e8d863bc71048d9338d debuginfo(build-id) = ee1477e5063f60463b9f9eb23941efc8936dc37b debuginfo(build-id) = ee4eaac700093347381f3a21e5e3d416d5dc5c10 debuginfo(build-id) = f6263f330f8f59c3788868e4c67f56e9024ffd22 debuginfo(build-id) = f692c9788a23bbaa8753afccb9e336f72a92767e debuginfo(build-id) = f97536688bec45c847d30c37d20000e65f04474e debuginfo(build-id) = fe328ee9ea881da867114674cf5645f7bd825460 debuginfo(build-id) = fe51fa11a474a98df8cebdf1fc9e4cbec13c57f5 debuginfo(build-id) = fef7ce1ec5381d884f01be0ef806bb9e91f6698e python3.11-debuginfo = 3.11.1-1.el9 python3.11-debuginfo(aarch-64) = 3.11.1-1.el9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python3.11-debugsource(aarch-64) = 3.11.1-1.el9 Processing files: python3.11-debugsource-3.11.1-1.el9.aarch64 Provides: python3.11-debugsource = 3.11.1-1.el9 python3.11-debugsource(aarch-64) = 3.11.1-1.el9 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 /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64 Wrote: /builddir/build/RPMS/python3.11-3.11.1-1.el9.aarch64.rpm Wrote: /builddir/build/RPMS/python3.11-devel-3.11.1-1.el9.aarch64.rpm Wrote: /builddir/build/RPMS/python3.11-tkinter-3.11.1-1.el9.aarch64.rpm Wrote: /builddir/build/RPMS/python3.11-idle-3.11.1-1.el9.aarch64.rpm Wrote: /builddir/build/RPMS/python3.11-debug-3.11.1-1.el9.aarch64.rpm Wrote: /builddir/build/RPMS/python3.11-debuginfo-3.11.1-1.el9.aarch64.rpm Wrote: /builddir/build/RPMS/python3.11-debugsource-3.11.1-1.el9.aarch64.rpm Wrote: /builddir/build/RPMS/python3.11-libs-3.11.1-1.el9.aarch64.rpm Wrote: /builddir/build/RPMS/python3.11-test-3.11.1-1.el9.aarch64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.hGyjup + umask 022 + cd /builddir/build/BUILD + cd Python-3.11.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python3.11-3.11.1-1.el9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0